changed a letter
This commit is contained in:
parent
72a0c47198
commit
2607107ab1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ to fix the aspect ratio run this command on the transcoded av1 file av1an made
|
|||
ffmpeg -i Invader\ Zim\ S01E02a.mkv -c copy -aspect 4:3 output.mkv
|
||||
```
|
||||
for whatever other mystical stupid reason the `-aspect` flag doesnt work in av1an, at least when i tried, so we have to do it after the av1an transcode.
|
||||
and obviously change `4:3` to whatever aspect ratio the dvd normally is. common aspect ratios, and the only ones that i know of, are 4:3 and 16:9
|
||||
and obviously change `4:3` to whatever aspect ratio the dvd normally is. Common aspect ratios, and the only ones that i know of, are 4:3 and 16:9
|
||||
|
||||
### Transcode input to h264 and not audio (classic zombie crap version for playing on phone)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue