Newbie question - converting MPEG file format
Posted: 07 Nov 2005 22:29
All I want to do is to convert (re-encapsulate?) an MPEG-TS file into an MPEG-PS file, but ideally, I would like to do it invisibly via a command from within another program.
I have successfully managed to perform the conversion using the VLC interface, but I cannot get it to work via the command prompt. I have tried:-
c:\program files\videolan\vlc\vlc.exe -vvv "d:\oldfile.mpg -- sout=#standard{access=file,mux=ps,url="d:\newfile.mpg"}}
but nothing actually happens apart from the VLC GUI appearing.
So I suppose I have two questions.
Thanks.
I have successfully managed to perform the conversion using the VLC interface, but I cannot get it to work via the command prompt. I have tried:-
c:\program files\videolan\vlc\vlc.exe -vvv "d:\oldfile.mpg -- sout=#standard{access=file,mux=ps,url="d:\newfile.mpg"}}
but nothing actually happens apart from the VLC GUI appearing.
So I suppose I have two questions.
- Firstly, is it possible to perform the conversion from the command prompt?
- Secondly, can I do it invisibly?
Thanks.