Search Results

Found 1 results for "444af8c65740336eafcfe308359edab7" across all boards searching md5.

Anonymous /wsg/5872181#5875543
5/16/2025, 8:08:02 AM
>>5875530
wait no, -movflags is only for mp4 containers.

ffmpeg -i "12 - God Moving Over The Face Of The Waters.ogg" -i cover.jpg \
-map 0:a -c:a libopus -b:a 90k \
-map 1:v -c:v libvpx-vp9 -pix_fmt yuv420p -deadline best -crf 40 -loop 0 -r 1 \
-t 399 -y /tmp/Moby_-_GodMovingOverTheFaceOfTheWaters.webm

> ERROR: Maximum allowed video duration is 400 seconds.

Well shit, I had to add `-t 399` but I don't like it.