main
Dominic Reich 1 year ago
parent fb3c967df7
commit 608902f52e
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -74,7 +74,7 @@ creates a 4.4MB big file. I also strip metadata out of the videos, usually.
$ ffmpeg -i Video.MOV -acodec aac -vcodec h264 -map_metadata -1 newvideo-default.mp4
```
Another approch would be to specify the bitrates. You probably have to “play” with
Another approach would be to specify the bitrates. You probably have to “play” with
these values. For this example I chose 64k for audio and 300k for video. Note, that
the filesize is actually bigger than the example above (with default values). This
took about 16 seconds but creates a file of 5.0MB.

Loading…
Cancel
Save