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 a2ac4fc commit d9d3269Copy full SHA for d9d3269
README.md
@@ -29,7 +29,7 @@ Note that `.mpg` files can also contain [MPEG-2](https://en.wikipedia.org/wiki/M
29
30
You can encode video in a suitable format with `FFmpeg`:
31
```
32
-ffmpeg -i input.mp4 -c:v mpeg1video -q:v 16 -c:a mp2 -format mpeg output.mpg
+ffmpeg -i input.mp4 -c:v mpeg1video -q:v 0 -c:a mp2 -format mpeg output.mpg
33
34
35
`-q:v` sets a fixed video quality with a variable bitrate, where `0` is the highest.
0 commit comments