User Tools

Site Tools


ffplay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
ffplay [2017/08/15 19:13] – created walkeradminffplay [2017/08/15 19:21] walkeradmin
Line 1: Line 1:
-==== FFPLAY ====+====== FFPLAY ====== 
 +<color #db5f0b>Aug 2017</color> 
 +\\  
 +\\  
 + 
 +---- 
 FFPLAY comes bundled with the ffmpeg download. The ffplay is a simple to use command line app for playing the extracted streams that you have just created. FFPLAY comes bundled with the ffmpeg download. The ffplay is a simple to use command line app for playing the extracted streams that you have just created.
 \\  \\ 
Line 6: Line 12:
 \\  \\ 
     ffplay filename.mp4     ffplay filename.mp4
 +\\ 
 +However, the issue with UHD streams is that they are larger than most monitors, so it is generally necessary to either rescale the output, or force it to fullscreen.
 +\\ 
 +\\ 
 +To replay a video in a window.
 +\\ 
 +    ffplay -i video.mpg -vf scale=800x600
 +    
 +    This will replay the selected file at a window size of 800x600. Remember, currently (End 2016) 
 +    UHD streams play very poorly and you will only get 1 or 2 frames per second. 
 +\\ 
 +To replay a video full screen.
 +\\ 
 +    ffplay -i video.mpg -vs
 +    
 +    This will replay the video at fullscreen resolution.
 \\  \\ 
 \\  \\ 
ffplay.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1