码迷,mamicode.com
首页 > 其他好文 > 详细

ffmpeg

时间:2020-03-05 15:29:58      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:vco   h264   scale   banner   set   copy   video   VID   test   

ffmpeg -i 20191223_165517.mp4 -an -vcodec copy -bsf:v h264_mp4toannexb 20191223_165517.h264
ffmpeg -i 20191223_173017.mp4 -an -vcodec copy -bsf:v h264_mp4toannexb 20191223_173017.h264
ffmpeg -i 20191224_084432.mp4 -an -vcodec copy -bsf:v h264_mp4toannexb 20191224_084432.h264
ffmpeg -i 20191224_090932.mp4 -an -vcodec copy -bsf:v h264_mp4toannexb 20191224_090932.h264
ffmpeg -i 20191224_093932.mp4 -an -vcodec copy -bsf:v h264_mp4toannexb 20191224_093932.h264


ffmpeg -i 20191223_173017.mp4 -vf scale=640:480,setdar=4:3 20191223_173017_640x480.mp4 -hide_banner
ffmpeg -i 20191223_173017.mp4 -vf scale=640:480 20191223_173017_640x480.mp4


ffmpeg -i 20191223_173017_640x480.mp4 -an -vcodec copy -bsf:v h264_mp4toannexb 20191223_173017_640x480.h264
ffmpeg -i 20191223_173017_640x480.mp4 -an -vcodec libx264 -bsf:v h264_mp4toannexb 20191223_173017_640x480.h264


#ffmpeg -vcodec copy -acodec copy -i 20180904_124644.mp4 -f flv 20180904_124644.flv
#ffmpeg -vcodec copy -acodec copy -i 20191223_165517.mp4 -f flv 20191223_165517.flv
#ffmpeg -vcodec copy -acodec copy -i 20191223_173017.mp4 -f flv 20191223_173017.flv


#ffmpeg -i <video file> -vcodec copy -i <audio file> -acodec copy test.flv
#ffmpeg -i <video file> -vcodec copy -i <audio file> -acodec copy test.flv
#ffmpeg -i <video file> -vcodec copy -i <audio file> -acodec copy test.flv


#ffmpeg -i 20180904_124644.h264 -vcodec copy 20180904_124644.flv
#ffmpeg -i 20191223_165517.h264 -vcodec copy 20191223_165517.flv
#ffmpeg -i 20191223_173017.h264 -vcodec copy 20191223_173017.flv


ffmpeg

标签:vco   h264   scale   banner   set   copy   video   VID   test   

原文地址:https://www.cnblogs.com/dong1/p/12419988.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!