Update ffmpeg.md
This commit is contained in:
parent
30cca0b51a
commit
2eab0cbe23
1 changed files with 1 additions and 0 deletions
|
|
@ -2,3 +2,4 @@
|
||||||
* assemble from frames `ffmpeg -i frames_out/frame%04d.jpg -r 29.97 lcd_out.mp4 `
|
* assemble from frames `ffmpeg -i frames_out/frame%04d.jpg -r 29.97 lcd_out.mp4 `
|
||||||
* extract audio `ffmpeg -i lcd.mkv -vn -acodec copy lcd.mp4`
|
* extract audio `ffmpeg -i lcd.mkv -vn -acodec copy lcd.mp4`
|
||||||
* merge audio and video `ffmpeg -i lcd_out.mp4 -i lcd.mp4 -acodec copy out.mp4`
|
* merge audio and video `ffmpeg -i lcd_out.mp4 -i lcd.mp4 -acodec copy out.mp4`
|
||||||
|
* audio and picture to video `ffmpeg -loop 1 -i louie3.jpg -i output_audio.mp3 -shortest -c:v libx264 -crf 23 -c:a aac -b:a 128k -vf "scale=720:720,format=yuv420p" out2.mp4`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue