mirror of https://github.com/CrimsonTome/tldr.git
ffplay: add more examples (#10457)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>pull/23/head
parent
a2a0609141
commit
18c236e1b0
|
@ -7,6 +7,14 @@
|
||||||
|
|
||||||
`ffplay {{path/to/file}}`
|
`ffplay {{path/to/file}}`
|
||||||
|
|
||||||
|
- Play audio from a media file without a GUI:
|
||||||
|
|
||||||
|
`ffplay -nodisp {{path/to/file}}`
|
||||||
|
|
||||||
|
- Play media passed by `ffmpeg` through `stdin`:
|
||||||
|
|
||||||
|
`ffmpeg -i {{path/to/file}} -c {{copy}} -f {{media_format}} - | ffplay -`
|
||||||
|
|
||||||
- Play a video and show motion vectors in real time:
|
- Play a video and show motion vectors in real time:
|
||||||
|
|
||||||
`ffplay -flags2 +export_mvs -vf codecview=mv=pf+bf+bb {{path/to/file}}`
|
`ffplay -flags2 +export_mvs -vf codecview=mv=pf+bf+bb {{path/to/file}}`
|
||||||
|
|
Loading…
Reference in New Issue