ffplay exact examples of how to use.
where can i find detailed documents on how to use it?
when i just type
ffplay 1.mp4
it works
but
ffplay -vcodec prores -acodec pcm_s16le 1.mp4
gives error code
failed to set value 'prores' for option 'vcodec': option not found
what am i doing wrong?
+ Reply to Thread
Results 1 to 7 of 7
-
-
ffplay isn't as easy to use as other video players, but it does have documentation (ex: try ffplay -h, probably with |More
).
https://ffmpeg.org/ffplay.html
the general syntax for video filters goes like this:
ffplay -i "video.mp4" -vf boxblur=10:10 -
-
i thought you could use it to see what the video would look like when trans coded to another codec.users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
ffplay playback BT.709 yuv
By colibri in forum Newbie / General discussionsReplies: 15Last Post: 21st Mar 2020, 11:21 -
Disable shortcut keys for ffplay
By Belini in forum Video ConversionReplies: 4Last Post: 9th Nov 2019, 09:13 -
FFPLAY Scale preview
By Drag in forum EditingReplies: 13Last Post: 7th Oct 2018, 15:55 -
ffplay preview window
By foldbck123 in forum Newbie / General discussionsReplies: 5Last Post: 7th Dec 2017, 04:22 -
where i can download FFPLAY.exe?
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 15th Aug 2017, 16:10