Hi @ll,
I want VLC to transcode .TS/.TS4 to MP4 via batch .
So far my command line is under Win7
"%PROGRAMFILES%\VideoLAN\VLC\vlc.exe" Test.TS --sout='#transcode{vcodec=mp4v,acodec=mp4a}:std{access=file,mux=mp4,dst=Test.mp4}'
VLC does read, but I get no output nor error code.
Can someone help me please? I have no more ideas...