ffmpeg实用功能

2016-07-12  本文已影响321人  gpr
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
上一篇 下一篇

猜你喜欢

热点阅读