- ffmpeg/ffprobe查看音頻視頻文件信息并輸出為json格式于微,這是一個很實用的功能,特別是外部程序調(diào)用并處理音頻視頻信息時
ffprobe -v quiet -print_format json -show_format -show_streams #{source}
ffmpeg -f s16le -ar 44.1k -ac 1 -i test.pcm test.flv
ffmpeg -i "rtmp://source" -c copy -f flv "rtmp://detisnation"
ffmpeg -i "rtmp://source" -acodec copy -vcodec libx264 -vf "transpose=1" -f flv "rtmp://detisnation"
ffmpeg -i test.mp4 -codec copy -bsf: h264_mp4toannexb -f h264 test.h264
ffmpeg -i "rtmp" -an -f h264 udp://127.0.0.1:6666
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者