Page 1 of 1

Command-Line for Crop and Stretch?

Posted: 31 Dec 2010 15:06
by BRotondi
Hello

I want to see a Side-bySid 3D-Movie in 2D. This means:
- Crop 960 Pixels from the right
- horizontally stretch x2

How can I do this by command line?

Thanks!
Bruno

(http://wiki.videolan.org/VLC_command-line_help should help, but I didn't get it...)

Re: Command-Line for Crop and Stretch?

Posted: 01 Jan 2011 19:26
by Jean-Baptiste Kempf
What about using the Wall to do so?

Re: Command-Line for Crop and Stretch?

Posted: 01 Jan 2011 20:17
by BRotondi
What about using the Wall to do so?
Well. Tried areound a lot and read some threads, but still does not work... e.g.:

Code: Select all

vlc.exe --vout-filter=wall --wall-cols=2 --wall-rows=1 --wall-element-aspect=16:10 test.mkv
Can you give me a hint?

Re: Command-Line for Crop and Stretch?

Posted: 02 Jan 2011 17:20
by BRotondi
Is there a bug in the new VLC 1.1.5 which prevents crop from working? E.g.

Code: Select all

"C:\Program Files (x86)\VLC\vlc.exe" --croppadd-croptop=100 --croppadd-cropbottom=100 --croppadd-cropleft=100 --croppadd-cropright=100 test.mkv
has no effect...

Re: Command-Line for Crop and Stretch?

Posted: 07 Jan 2011 20:33
by BRotondi
Can someone please confirm the bug or write, if it works on XP/Vista/Win7/...?

Thanks!
Bruno