Page 1 of 1

deinterlace file using command line

Posted: 05 Sep 2009 18:33
by j.puig
I have a TS file called 1.mpg on root d:\ , and I want to deinterlace it and save it to another file, but just deinterlace, no other conversion.
Tried this:

Code: Select all

vlc -vvv "D:\1.mpg" --sout=#transcode{deinterlace}:standard{access=file,mux=ts,url="D:\2.mpg"}
and several other combinations....
I've tried everything I've found on board, but no success.
How can I do it using command line ?