开发者

how to add text watermark and convert video to 3gp with FFMPEG?

开发者 https://www.devze.com 2023-03-01 00:24 出处:网络
how to add text watermark and convert a video flv开发者_开发知识库 to 3gp with FFMPEG? Below is the code to convert flv to 3gp:

how to add text watermark and convert a video flv开发者_开发知识库 to 3gp with FFMPEG?


Below is the code to convert flv to 3gp:

ffmpeg -i input.flv -s 176x144 -vcodec h263 -r 15 -b 200 -ab 12.8 -acodec amr_nb -ar 8000 output.3gp

0

精彩评论

暂无评论...
验证码 换一张
取 消