`

ffmpeg 命令

阅读更多

 

ffmpeg  -i 1002001.mp4  -ss 00:04:00 -t 00:02:00   -vcodec copy -acodec copy  output.mp4

ffmpeg -i 1001002.mp4 -b:v 1500k -r 30 -vf scale=640:480 output.mp4

ffmpeg -i a.mp4 -vcodec copy -acodec copy -f ssegment -segment_format mpegts -segment_list a.m3u8 -segment_time 30 a%d.ts

 

ffmpeg -i output.mp4 -profile:v baseline -level 3.0 5.mp4

 

ffmpeg -i input.mp4 -vcodec libx264 -vf scale=640:480  video_640x480.mp4 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics