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