changed a letter

This commit is contained in:
zombie maniac 2023-05-05 10:52:31 -04:00
parent 72a0c47198
commit 2607107ab1
Signed by: nbrooks211
GPG key ID: F43C85C0DF0C334E

View file

@ -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 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. 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) ### Transcode input to h264 and not audio (classic zombie crap version for playing on phone)
``` ```