BurnPC.com

Audio, barbecue, beer and computers. ‘Nuff said.

BurnPC.com header image 2

Getting HQ (High Quality) on YouTube with a Nokia n95

April 8th, 2009 · 1 Comment

Earlier I posted how youtube changed how they handled mp4 files, which resulted in my video not being classified as High Quality. When Youtube classified the video differently, they made it have a horribly low framerate which was very noticable. After some tinkering around, I found that by simply re-encoding the video at the same resolution and framerate with ffmpeg youtube sees it as High Quality after I upload it. ffmpeg is doing something, but I have no idea what…

ffmpeg Instructions for Linux (I’m assuming you have installed ffmpeg already):

ffmpeg -r 30 -sameq -ar 44100 -ab 128 -i originalFile.mp4 -y outputFile.mp4

ffmpeg Instructions for Windows:

Sorry… no instructions at this time. I would like to provide them and may update this when I have a chance.

Tags: Computers · Linux · software

1 response so far ↓

  • 1 jjss // May 10, 2009 at 4:46 pm

    For windows should be the same, just get a ffmpeg build.

Leave a Comment