🗒️ffmpeg
2023-4-14
| 2023-8-22
0  |  0 分钟
type
Post
status
Published
date
Apr 14, 2023
slug
summary
tags
category
icon
password
 
 
ls *.png | xargs -d ' ' | xargs cat | ffmpeg -r 1 -f image2pipe -i - test.mp4 -r input fps, 前面和在后面的效果是不一样的。放在-i后面只会改变输出的视频帧率,而输入的还是默认值25
ffmpeg -i test.mp4 -vf "drawtext=fontfile=/usr/share/fonts/truetype/ubuntu/UbuntuMono-B.ttf:text='3m':fontcolor=white:fontsize=21:x=15:y=10" -codec:a copy output.mp4
ffmpeg.exe -f concat -i lzbffmpeg\videos.txt joinoutput.mp4 concat video
file '3m_txt.mp4' file '4m_txt.mp4' file '5m_txt.mp4' file '6m_txt.mp4' file '6.5m_txt.mp4'
 
ffmpeg -i final.mp4 -r 2 -filter:v "setpts=0.5*PTS" final2.mp4 fps 1 to 2, no drop frame
致谢:
💡
有关Notion安装或者使用上的问题,欢迎您在底部评论区留言,一起交流~
 
 
Doxygen使用c++ api 转 c api
目录