first commit
This commit is contained in:
3
content/deepin折腾笔记/第六章/6.11.1.md
Executable file
3
content/deepin折腾笔记/第六章/6.11.1.md
Executable file
@@ -0,0 +1,3 @@
|
||||
# 6.11.1 ffmpeg 视频转换
|
||||
ffmpeg -i input.mp4 -s:v 1280x720 -b:v 2000k -r:v 25 -c:v h264 -c:a ac3-b:a 128k -r:a 44100 -ac 2 output.mp4
|
||||
:v视频参数,:a音频参数,-ac声道。
|
||||
Reference in New Issue
Block a user