Changes between Version 23 and Version 24 of Encode/YouTube
- Timestamp:
- Jan 24, 2021, 7:50:22 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/YouTube
v23 v24 59 59 60 60 {{{ 61 ffmpeg -i input.mkv -vf scale=iw 2:ih2:flags=neighbor -c:v libx264 -preset slow -crf 18 output.mkv61 ffmpeg -i input.mkv -vf scale=iw*2:ih*2:flags=neighbor -c:v libx264 -preset slow -crf 18 output.mkv 62 62 }}} 63 63 64 To upscale by 4x or 8x, use `scale=iw 4:ih4:flags=neighbor` and `scale=iw8:ih8:flags=neighbor` respectively. This can be useful for low-resolution material such as VHS captures, DVD video, and gameplay capture of old video games that would otherwise suffer from excessive loss of detail if uploaded in 480p or lower resolution.64 To upscale by 4x or 8x, use `scale=iw*4:ih*4:flags=neighbor` and `scale=iw*8:ih*8:flags=neighbor` respectively. This can be useful for low-resolution material such as VHS captures, DVD video, and gameplay capture of old video games that would otherwise suffer from excessive loss of detail if uploaded in 480p or lower resolution. 65 65 66 66 = Utilizing the included album cover/art =
