ffprobe -dump_separator "
" -i ~/videos/matrixbench_mpeg2.mpg
ffprobe -dump_separator "
" -i ~/videos/matrixbench_mpeg2.mpg
ffprobe -dump_separator "
" -i ~/videos/matrixbench_mpeg2.mpg
ffmpeg -i INPUT.mp4 -codec copy -bsf:v h264_mp4toannexb OUTPUT.ts
ffmpeg -i INPUT.mp4 -codec copy -bsf:v hevc_mp4toannexb OUTPUT.ts
ffmpeg -i INPUT.avi -codec copy -bsf:v mpeg4_unpack_bframes OUTPUT.avi
format : stream=codec_type
ffmpeg -i multichannel.mxf -map 0:v:0 -map 0:a:0 -map 0:a:0 -c:a:0 ac3 -b:a:0 640k -ac:a:1 2 -c:a:1 aac -b:2 128k out.mp4
ffmpeg -i ../some_mjpeg.avi -c:v copy frames_%d.jpg
ffmpeg -f flv -i myfile.flv ...
ffmpeg -f live_flv -i rtmp://<any.server>/anything/key ....
# Server side (sending):
ffmpeg -i somefile.ogg -c copy -listen 1 -f ogg http://server:port
# Client side (receiving):
ffmpeg -i http://server:port -c copy somefile.ogg
# Client can also be done with wget:
wget http://server:port -O somefile.ogg
# Server side (receiving):
ffmpeg -listen 1 -i http://server:port -c copy somefile.ogg
# Client side (sending):
ffmpeg -i somefile.ogg -chunked_post 0 -c copy -f ogg http://server:port
# Client can also be done with wget:
wget --post-file=somefile.ogg http://server:port
Recommend
FFMPEG ffprobe Documentation 7 Expression Evaluation
FFMPEG ffprobe Documentation 6 Syntax 6.3 Time duration
FFMPEG ffprobe Documentation 6 Syntax 6.2 Date
FFMPEG ffprobe Documentation 6 Syntax 6.1 Quoting and escaping 6.1.1 Examples
FFMPEG ffprobe Documentation 4 Writers 4.2 compact, csv
FFMPEG ffprobe Documentation 4 Writers 4.1 default
FFMPEG ffprobe Documentation 3 Options 3.4 Main options
FFMPEG ffprobe Documentation 3 Options 3.3 AVOptions
FFMPEG ffprobe Documentation 3 Options 3.2 Generic options
FFMPEG FFmpeg FAQ 3 Usage 3.19 How do I run ffmpeg as a background task?
FFMPEG FFmpeg FAQ 3 Usage 3.18 I have a stretched video, why does scaling does not fix it?
FFMPEG FFmpeg FAQ 3 Usage 3.15 Using -f lavfi, audio becomes mono for no apparent reason.
FFMPEG FFmpeg FAQ 3 Usage 3.12 How can I read DirectShow files?
FFMPEG FFmpeg FAQ 3 Usage 3.3 How do I encode movie to single pictures?
FFMPEG FFmpeg FAQ 3 Usage 3.2 How do I encode single pictures into movies?
FFMPEG FFmpeg FAQ 2 Compilation 2.4 How do I use pkg-config when cross-compiling?
FFMPEG FFmpeg FAQ 2 Compilation 2.3 How do I make pkg-config find my libraries?
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.43 zmq
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.42 unix
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.41 udp 3.41.1 Examples
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.41 udp
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.40 tls
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.39 tcp
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.38 tee
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.37 subfile
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.35 srt
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.34 sctp
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.33 sap 3.33.2 Demuxer
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.33 sap 3.33.1 Muxer
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.32 rtsp 3.32.1 Examples
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.32 rtsp
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.30 librtmp rtmp, rtmpe, rtmps, rtmpt, rtmpte
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.29 libssh
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.22 rtmp
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.20 prompeg
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.19 pipe
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.18 md5
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.17 mmsh
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.15 Icecast
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.14 http 3.14.1 HTTP Cookies
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.14 http
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.13 hls
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.10 ftp
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.9 file
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.8 data
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.7 crypto
FFMPEG FFmpeg Protocols Documentation 3 Protocols 3.6 concatf