I am having difficulties on playing video via command line, with video filters applied.
I need to make this work on Raspberry Pi Stretch.
The VLC version that I am using is 3.0.6.
The command that I'm using is:
Code: Select all
vlc my_video.mp4 --video-filter=croppadd --croppadd-cropleft=150
1. The command works perfectly on Windows command line, but not Mac and Raspberry Pi. If i execute the above on Mac and Raspberry Pi command line, the video plays, but no video filter were applied.
(There
2. It works if I apply the filter via GUI on all Raspberry Pi, Mac and Windows (Tools > Effects and Filters > Video Effects > Crop)
3. On Raspberry Pi, I have tried on devices with or without MPEG-2 license[url]http://www.raspberrypi.com/mpeg-2-license-key/[/url] (installed)
4. Tried to disable hardware acceleration on Raspberry Pi, no luck again
Code: Select all
vlc my_video.mp4 --video-filter=croppadd --croppadd-cropleft=150 --avcodec-hw=none
Do you have any idea? Again, I appreciate your input.
Thanks
Arnold