Convert video frame to image using VLC Media Player

There are many reasons for VLC Media Player to become one of the most popular media slideshow applications today: completely free, supports many popular formats today, has multiple versions for operating systems, transfer videos and music between multiple protocols, no need to install additional codecs ...

TipsMake.com - There are many reasons for VLC Media Player to become one of the most popular media slideshow applications today: completely free, supports many popular formats today, there are many versions for Operating system, transfer music and video between multiple protocols, no need to install additional codecs support . In the following article, we will guide you to some basic steps to export video files into multiple Different image file with VLC Media Player's included utility.

In essence, a piece or a complete video file will be constructed with sequential sequences of images together, and that is the movement we see in the video. These pictures are called frames - and the more frames there are in a second, the better the quality of the video. For example, when we play FPS games - First Person Shooter , such as Quake or Counter Strike , the developer has built many commands in the console to display this FPS parameter. And it's easy to notice that the image of the game is often shaken, jerky (aka lag) when this FPS is low.

The method below is applied well on both versions: VLC Media Player's Install - Portable and Install . First, we just need to specify the root directory of the file vlc.exe:

- Install version: C: Program FilesVideoLANVLC

- Portable version: VLCPortableAppvlc

Next, open Command Prompt (Start> All Programs> Accessories> Command Prompt) and go to the vlc.exe file directory, type the command below based on your video file storage folder and file storage folder photos created later:

vlc.exe "c: my movie.wmv" -video-filter = scene -vout = dummy -scene-ratio = 1 -scene-path = C: images vlc: // quit

In the above command, c: my movie.wmv is the path of the video file, and the –scene-path parameter is the folder where we store the image files in the future. In case the video file is too large and you just need to work in a certain segment, insert the –start-time and -stop-time parameter, the unit here is seconds - second . For example:

vlc.exe "c: my movie.wmv" -video-filter = scene -vout = dummy -start-time = 1800 -stop-time = 1860 -scene-ratio = 1 -scene-path = C: images vlc: / / quit

The starting time is 30 minutes, and the end time is 31 minutes.

After receiving a request from the user, VLC Media Player will conduct the extraction process but not display it via the external interface. And when finished, VLC will also switch off, open the image storage folder and we will see the result:

Convert video frame to image using VLC Media Player Picture 1Convert video frame to image using VLC Media Player Picture 1

Good luck!

4.1 ★ | 17 Vote