# Test to process ptv with different video input/output formats @slow Feature: Testing different video formats are working correctly Scenario Outline: Video formats When I launch videostitch-cmd with / and "-d 0 -v 3 -f " Then I expect the command to succeed When I check /output. integrity with avprobe Then The video is OK Examples: | folder | ptv | extension | first | last | | videoformat01 | template_mp4.ptv | mp4 | 0 | -l 10 | | videoformat01 | template_mp4_1024.ptv | mp4 | 0 | -l 10 | | videoformat01 | template_mp4_2048.ptv | mp4 | 0 | -l 10 | | videoformat01 | template_mp4_mjpeg.ptv | mp4 | 0 | -l 10 | | videoformat01 | template_mp4_mpeg2.ptv | mp4 | 0 | -l 10 | | videoformat01 | template_mpeg4_mp4.ptv | mp4 | 0 | -l 10 | | videoformat01 | template_seek.ptv | mp4 | 0 | -l 10 | | videoformat01 | template_seek_2.ptv | mp4 | 0 | -l 10 | | videoformat01 | template_mp4_prores.ptv | mov | 0 | -l 10 | | videoformat01 | template_prores_prores.ptv | mov | 0 | -l 10 | | videoformat01 | template_prores_prores.ptv | mov | 1470 | | | videoformat01 | template_prores_mp4.ptv | mp4 | 0 | -l 10 | Scenario Outline: Video frames number When I launch videostitch-cmd with / and "-d 0 -v 3 -f -l " Then I expect the command to succeed Then I check the video nb_frames of /output. to be equal to Then The video is OK Examples: | folder | ptv | extension | first | last | nb | | videoformat01 | template_linear_mp4.ptv | mp4 | 0 | 9 | 10 | | videoformat01 | template_linear_mp4.ptv | mp4 | 21 | 50 | 30 |