grunt-responsive-videos
grunt-responsive-videos copied to clipboard
.webm encodes / test fails.
Generated .webm files in unit tests are returning different checksums on every run, making reliable test impossible.
This happens form the command line and when running the task. Is this a FFMPEG settings issue? I can't seem to find any info on it.
For me, the .webm files are returning consistent checksums. However, they are different than expected test value.
FFMPEG 1.2.4
@seanhellwig, thanks for looking into this.
I'm also on FFmpeg 1.2.4. I've set up a test to show that I can encode the same file and generate non-identical encodes. In the following screenshot, I'm encode the same file twice per run. The checksums change for each output, and across both runs.
If you don't mind, would you run grunt
in the issue6 branch here and see if you get the same result I do? https://github.com/sjwilliams/videotests/tree/issue6
Same results.. Thats really weird. Do you think it has to do with some sort of Variable Bit Rate setting?
That's my assumption. I've struggled to find FFmpeg/webm docs that make it clear to me what's wrong.