Hi,
I'm trying to chain two video-filters: deinterlace and transform.
Whatever syntax i'm trying, only one of the two works, never both.
Below is what I tried:
"C:\Program Files\VideoLAN\VLC\vlc.exe" --video-filter=transform,deinterlace{mode=linear} --transform-type=hflip "C:\Users\Piet\Desktop\OrphanidesDegreef\2012_01_29-16h18m04s-L5-R9_01m40s_10_2.avi"
"C:\Program Files\VideoLAN\VLC\vlc.exe" --video-filter=transform --transform-type=hflip --video-filter=deinterlace --deinterlace-mode=linear "C:\Users\Piet\Desktop\OrphanidesDegreef\2012_01_29-16h18m04s-L5-R9_01m40s_10_2.avi"
...
I'm using vlc 2.0.4 on Windows