Cropping and transforming; combining both on commandline
Posted: 19 Jul 2017 13:05
What is the correct way to use multiple video filters in the command line? I'm trying to crop and tranform in one go with the following commands:
vlc.exe some_movie_file --video-filter=croppadd --croppadd-croptop=20 --croppadd-cropright=20 --croppadd-cropbottom=20 --croppadd-cropleft=20
--video-filter=transform --transform-type=90
Cropping or transforming on their own works fine, but together as above, only the transforming is performed.
Currently testing with 2.2.6 on Windows. Thanks for any suggestions.
vlc.exe some_movie_file --video-filter=croppadd --croppadd-croptop=20 --croppadd-cropright=20 --croppadd-cropbottom=20 --croppadd-cropleft=20
--video-filter=transform --transform-type=90
Cropping or transforming on their own works fine, but together as above, only the transforming is performed.
Currently testing with 2.2.6 on Windows. Thanks for any suggestions.