8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f668ffc commit 41eb094Copy full SHA for 41eb094
README.md
@@ -58,6 +58,11 @@ ffmpeg -i input.mp4 output.mp4
58
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
59
```
60
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
+
66
## image editing with imagemagick
67
68
### mirror in the vertical axis:
0 commit comments