scene-width and scene-height doesnt work
Posted: 02 May 2015 10:57
Hello guys, I have 2 problems you might be able to help me with. I am trying to extract jpeg frames from video files via the command line.
I am running VLC 2.2.1 on Windows 7 and my problems are as follows:
1. First frame of each sequence is black for large files
2. I can't change width and height of extracted frames.
I am using this code and it extracts 4 frames, the first one is often black and VLC never resizes the extracted images. What gives?
c:\vlc\vlc.exe --noaudio --video-filter scene --vout=dummy --scene-format=jpeg --scene-width=200 --scene-height=200 --scene-prefix=thumb --no-scene-replace --scene-ratio 20 --start-time=25 --stop-time=28 --scene-path="c:\atest" "C:\atest\movie.avi" vlc://quit
I am running VLC 2.2.1 on Windows 7 and my problems are as follows:
1. First frame of each sequence is black for large files
2. I can't change width and height of extracted frames.
I am using this code and it extracts 4 frames, the first one is often black and VLC never resizes the extracted images. What gives?
c:\vlc\vlc.exe --noaudio --video-filter scene --vout=dummy --scene-format=jpeg --scene-width=200 --scene-height=200 --scene-prefix=thumb --no-scene-replace --scene-ratio 20 --start-time=25 --stop-time=28 --scene-path="c:\atest" "C:\atest\movie.avi" vlc://quit