- Open command line prompt on Windows by typing "cmd" at run (Start Menu)
- At Command Prompt Windows, type cd/ (Change to C:\)
- mkdir FFmpeg (Make a new folder name FFmpeg at C:\)
- Extract FFmpeg file to C:\FFmpeg (DL Link : http://ffmpeg.zeranoe.com/builds/)
- Edit Windows System Path to
\bin (Refer to OpenCV tutorial on how to add environment system path) - After done, restart command prompt windows by reopen it again
- Type "ffmpeg -version" to check whether ffmpeg successfully link
- Create a "FFmpeg_Example" folder
- Put all your file inside the folder created
- cd FFmpeg_Example directory
- ffmpeg -i....... Start using ffmpeg library
Reference : http://www.wikihow.com/ Use-FFmpeg
To change video to image frame
Reference: http://ubuntuforums.org/ showthread.php?t=1141293
To change video to image frame
ffmpeg -i video.mpg Pictures%d.jpg
Reference: http://ubuntuforums.org/
No comments:
Post a Comment