# Test to process ptv with different video input/output formats@slowFeature: Testing different video formats are working correctlyScenario Outline: Video formatsWhen I launch videostitch-cmd with <folder>/<ptv> and "-d 0 -v 3 -f <first> <last>"Then I expect the command to succeedWhen I check <folder>/output.<extension> integrity with avprobeThen The video is OKExamples:|folder|ptv|extension|first|last||videoformat01|template_mp4.ptv|mp4|0|-l10||videoformat01|template_mp4_1024.ptv|mp4|0|-l10||videoformat01|template_mp4_2048.ptv|mp4|0|-l10||videoformat01|template_mp4_mjpeg.ptv|mp4|0|-l10||videoformat01|template_mp4_mpeg2.ptv|mp4|0|-l10||videoformat01|template_mpeg4_mp4.ptv|mp4|0|-l10||videoformat01|template_seek.ptv|mp4|0|-l10||videoformat01|template_seek_2.ptv|mp4|0|-l10||videoformat01|template_mp4_prores.ptv|mov|0|-l10||videoformat01|template_prores_prores.ptv|mov|0|-l10||videoformat01|template_prores_prores.ptv|mov|1470|||videoformat01|template_prores_mp4.ptv|mp4|0|-l10|Scenario Outline: Video frames numberWhen I launch videostitch-cmd with <folder>/<ptv> and "-d 0 -v 3 -f <first> -l <last>"Then I expect the command to succeedThen I check the video nb_frames of <folder>/output.<extension> to be equal to <nb>Then The video is OKExamples:|folder|ptv|extension|first|last|nb||videoformat01|template_linear_mp4.ptv|mp4|0|9|10||videoformat01|template_linear_mp4.ptv|mp4|21|50|30|