Page 1 of 1

Export (Grap) Pictures from MP4 video

Posted: 10 Jan 2016 09:48
by chriz
Hello,

I'm trying to export pictures from a mp4 video file into lots of pictures. Therefore I'm using:

C:\Program Files\VideoLAN\VLC\vlc.exe "C:\temp\film.ts" --video-filter=scene --vout=dummy --ignore-config --scene-ratio=5 --scene-prefix="videopix_" --scene-format=jpg --scene-path="C:\temp\pics" vlc://quit

Generally this works well, BUT the mp4 Video is in 16:9 format - and all exported pictures are in 4:3 format :?

I also tryed the parameters --aspect-ratio=16:9 and --crop=16:9 (also with parameters 1:1) but I always get the pictures in 4:3 format...
When I watch the videos in VLC player, ever the ratio is correct - so what must I change to get the pictures in right ratio?
Can anyone help me?