[FFmpeg-user] Covert mp4 to webm
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Aug 12 10:52:44 CEST 2014
Ruslan Korolev <rs <at> wap-click.com> writes:
> "ffmpeg -i wings.mp4 -pass 1 -passlogfile convert_2578
> -codec:v libvpx -b:v 360k -codec:a libvorbis -b:a 96k
> -ac 2 -s 640x360 -movflags +faststart -f webm
> -threads 0 -y /dev/null
What is "-movflags +faststart" supposed to do?
> but having such errors: (maybe incorrect parameters
> such as bit_rate, rate, width or height)
> http://pastebin.com/748dtybX
Please do not use external resources, always post the
complete, uncut console output here on the mailing list.
> [libvorbis @ 0x7ff601023c00] encoder setup failed
What happens if you try to encode a random audio-only
file to vorbis?
Carl Eugen
More information about the ffmpeg-user
mailing list