different cropping for different files [command line]
Posted: 23 Nov 2009 02:04
Hi , i am looking for a command line to open file1, file2, ... with different crop settings, scale settings for each file
i have that by now :
using ':' before "crop" argument does not work
if i use --crop the first crop argument is used for all files
I also tried with crop-geometry .. not working
Is there any other way to do that ? (using filter etc... )
Thanks in advance
i have that by now :
Code: Select all
vlc.exe -vvv "file1" :start-time=24 :stop-time=42 :crop=640x272+0+50
"file2" :start-time=35 :stop-time=53 :crop=640x312+0+25
"file3" :start-time=46 :stop-time=64 :crop=1080x712+0+150
...
if i use --crop the first crop argument is used for all files
I also tried with crop-geometry .. not working
Is there any other way to do that ? (using filter etc... )
Thanks in advance