[MPlayer-users] mencoder: flac audio output?
info at danielerossi.net
info at danielerossi.net
Sat Feb 17 03:08:20 CET 2007
Jorge Fábregas wrote:
>
> I'm trying to convert this ASF file (just audio) with:
>
> mencoder stream.asf -oac lavc -lavcopts acodec=flac -o output.flac
>
> but Mplayer complains with "Video stream is mandatory!"
>
> I tried:
>
> mencoder -novideo stream.asf -oac lavc -lavcopts acodec=flac -o output.flac
>
> but it get the same message. Is this possible at all? Any ideas?
make a chain using mplayer and pipe the output to mencoder:
1. mplayer with -vc dummy -vo null option
2. mencoder with your option
Under linux you can make it directly, under windows I suggest to write a
temporary wav file.
regards DR
More information about the MPlayer-users
mailing list