Code: Select all
vlc -I dummy Maverick.ts --sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,deinterlace}:standard{access=file,mux=mp4,dst='xxx.mp4'} vlc://quit
Code: Select all
[0x7f845c000b78] main stream output error: stream chain failed for `transcodedeinterlace:stddst=xxx.mp4'
[0x7f84680009b8] main input error: cannot start stream output instance, aborting
I have tried every mutation and variation that I can come up with -- all with similar results. I must be going blind because I can not see the problem ... HELP !!!