diff --git a/README.md b/README.md index 78b8b13..61c2231 100644 --- a/README.md +++ b/README.md @@ -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) ```