Presumably, anything passed after mplayer is passed to mplayer as command line options. However, this works well for the first mplayer (video input) but not for the second.

Try

transcode -i <some file> -x "mplayer=-vfm ffmpeg,mplayer=-aid 1"

and you will see that "-vfm ffmpeg" is passed to mplayer for video input but only "-aid" is passed to mplayer for audio input (which, of course, results in a hangup).

This is another bug that should be easy to fix.

Reply via email to