MediaArea / MediaConch

MediaConch (funded by PREFORMA)
31 stars 11 forks source link

add test for FFV1-VALID-VERSION (non experimental) #181

Closed dericed closed 7 years ago

dericed commented 7 years ago

The PR is updated. Can be tested with ffmpeg -f lavfi -i testsrc2=s=120x80 -f lavfi -i sine -c:a flac -ar 8000 -vframes 2 -c:v ffv1 -level 3 -c:a flac -g 1 -y -level 2 -strict experimental reference2.mkv

pjotrek-b commented 7 years ago

@dericed: Is it on purpose that you have the "-level" option twice?

dericed commented 7 years ago

No, the latter one supersedes. More efficient to use ffmpeg -f lavfi -i testsrc2=s=120x80 -f lavfi -i sine -c:a flac -ar 8000 -vframes 2 -c:v ffv1 -level 2 -strict experimental -c:a flac -g 1 -y reference2.mkv