Some examples:
Format: Quicktime movie (from camera) mp4v/ulaw
Result:
Code: Select all
main: thread 2690178912: mutex_lock failed at misc/variables.c:805 (22:Invalid argument)
main: thread 2690178912: mutex_unlock failed at misc/variables.c:811 (22:Invalid argument)
ffmpeg: cannot open encoder
stream_out_transcode: cannot find encoder ((null))
stream_out_transcode: cannot create audio chain
main: cannot create packetizer output (ulaw)
Result:
Code: Select all
main: thread 2690178912: mutex_lock failed at misc/variables.c:805 (22:Invalid argument)
main: thread 2690178912: mutex_unlock failed at misc/variables.c:811 (22:Invalid argument)
ffmpeg: cannot open encoder
stream_out_transcode: cannot find encoder ((null))
stream_out_transcode: cannot create audio chain
main: cannot create packetizer output (ulaw)
main: cannot add a new stream (unsupported while muxing to this format)
main: cannot create packetizer output (wma2)
EDIT: using 0.8.6c
EDIT: Looks like ffmpeg SVN-r9102 seems to do a better job, so there version included with VLC is probably outdated. Any ideas when vlc will get the latest ffmpeg changes?