|
|||||||||
|
Thread Tools | Search this Thread |
August 22nd, 2010, 06:29 AM | #16 |
Sponsor: JET DV
Join Date: Dec 2001
Location: Southern Illinois
Posts: 7,953
|
1280x720 is HD while 720x480 is SD. You wouldn't try to convert your SD video to HD before uploading.
__________________
Edward Troxel [SCVU] JETDV Scripts/Scripting Tutorials/Excalibur/Montage Magic/Newsletters |
August 22nd, 2010, 07:26 AM | #17 |
New Boot
Join Date: Jun 2006
Location: Richmond, IN
Posts: 19
|
That makes sense.
I'm in the process of uploading the whole clip in mpeg format, using the following tag while the video is uploading, as YouTube suggests: yt:crop=16:9 According the the Help Forum, this will zoom in on the 16:9 image and fill Youtube's screen (not sure if that means there will be a bit of quality loss). If that works, I'll upload it again in .avi format using the same tag. |
August 22nd, 2010, 07:50 AM | #18 |
New Boot
Join Date: Jun 2006
Location: Richmond, IN
Posts: 19
|
That seems to have worked, though it looks to me like there's still a bit of vertical "squeezing." Also, the audio was disabled due to WMG copyrights (which I should've anticipated). I'm not really happy with the mpeg quality either, but will try uploading an .avi file and use only the camcorder audio without the studio track laid underneath, maybe it will get past YouTube's copyright filter.
Here's the full clip, for anyone who cares to view it and likes silent movies: YouTube - BugleBoy Thanks to everyone here who chimed in to help. |
August 22nd, 2010, 02:59 PM | #19 | |
Trustee
Join Date: Oct 2009
Location: Central Coast Australia
Posts: 1,046
|
Quote:
What is the reason behind the multiples of 8 ( or 4 as I read ), and downside of not complying with it?
__________________
http://vimeo.com/livewebvideo |
|
August 23rd, 2010, 06:38 AM | #20 |
Sponsor: JET DV
Join Date: Dec 2001
Location: Southern Illinois
Posts: 7,953
|
I'm guessing because a byte is 8-bits and so multiples of 8 properly fill up bytes.
__________________
Edward Troxel [SCVU] JETDV Scripts/Scripting Tutorials/Excalibur/Montage Magic/Newsletters |
August 23rd, 2010, 02:37 PM | #21 |
Major Player
Join Date: Jun 2003
Location: Miller Place, NY
Posts: 820
|
Video is compressed not by individual pixels, but in chunks known as "macroblocks"; traditionally these have been 16x16 or 8x8, though other sizes aren't unheard of. If you compress to a resolution where one, or both axes are not multiples of the macroblock size along said axis, the image gets padded with garbage (the reason for the padding is beyond me, but I suspect it's because of what Ed said above). The end result being that part of your bitrate is now going toward encoding that garbage, where a video matching block multiple sizes will dedicate the full data rate to the content.
The conventional recommendation is to stick to multiples of 16, though it seems more modern codecs use 8 unit blocks, but either way it's not the end of the world these days. Still nice to try and follow the rule, but at higher bitrates, destined for local playback or broadband delivery, there's not an enormous quality hit from using 640x360 instead of 640x352, 1920x1072 instead of 1920x1080, or any other resolution that's not mod 16, so you may not see a benefit from making the effort. |
| ||||||
|
|