Skip to content

Commit d9d3269

Browse files
committed
Update ffmpeg example to encode in highest quality
1 parent a2ac4fc commit d9d3269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Note that `.mpg` files can also contain [MPEG-2](https://en.wikipedia.org/wiki/M
2929

3030
You can encode video in a suitable format with `FFmpeg`:
3131
```
32-
ffmpeg -i input.mp4 -c:v mpeg1video -q:v 16 -c:a mp2 -format mpeg output.mpg
32+
ffmpeg -i input.mp4 -c:v mpeg1video -q:v 0 -c:a mp2 -format mpeg output.mpg
3333
```
3434

3535
`-q:v` sets a fixed video quality with a variable bitrate, where `0` is the highest.

0 commit comments

Comments
 (0)