8000 Update README.md · jestarray/notes@41eb094 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41eb094

Browse files
authored
Update README.md
1 parent f668ffc commit 41eb094

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ ffmpeg -i input.mp4 output.mp4
5858
ffmpeg -i IN.mp4 -c:v libx264 -profile:v high -preset:v slow -crf:v 24 -c:a aac -b:a 128k -movflags +faststart OUT.mp4
5959
```
6060

61+
## creating a video file from an image file using ffmpeg
62+
```
63+
ffmpeg -loop 1 -framerate 30 -i image.jpg -c:v libx264 -t 3 -pix_fmt yuv420p image.mp4
64+
```
65+
6166
## image editing with imagemagick
6267

6368
### mirror in the vertical axis:

0 commit comments

Comments
 (0)
0