| Author |
Message |
-Sandro- Member
Joined: 29 Feb 2008 Location: Italy
|
|
| mohnitor wrote: |
dtfinch:
thanks, great sweet little 18...
Just checked one of my files.
avc1 - H.264/MPEG-4 AVC
480 x 360 (all from Gspot)
Bitrate almost 600 kbps.
Sound:
mp4a: MPEG-4 AAC LC
44100Hz 118 kb/s tot , stereo (2/0) (yep, there it is !!!)
And really: Looks great ! |
Hello,
where did you get aac stereo audio? Can you give us a link?
How much does it take to convert to h264 with &fmt=18 and do you think that this new format can be embedded?
|
|
bayme hero
Joined: 10 Nov 2007 Location: EU
|
|
| -Sandro- wrote: |
where did you get aac stereo audio? Can you give us a link?
How much does it take to convert to h264 with &fmt=18 and do you think that this new format can be embedded? |
The answers are already mentioned in this thread. Realize Google/YouTube are just TESTING at the moment.
When you analyze one of the format 18 mp4 files, this is what is says (example):
| Code: |
Format : MPEG-4
Format/Info : ISO 14496-1 version 2
Format/Family : MPEG-4
File size : 36.0 MiB
PlayTime : 9mn 54s
Bit rate : 508 Kbps
StreamSize : 182 KiB
Encoded date : UTC 2007-10-24 00:00:13
Video #0
Codec : H.264
Codec/Info : H.264 (3GPP)
PlayTime : 9mn 54s
Bit rate : 394 Kbps
Nominal bit rate : 385 Kbps
Width : 480 pixels
Height : 360 pixels
Display Aspect ratio : 4/3
Frame rate : 29.970 fps
StreamSize : 27.9 MiB
Title : (C) 2007 Google Inc. v06.24.2007.
Encoded date : UTC 2007-10-24 00:00:13
Tagged date : UTC 2007-10-24 00:00:15
Audio #0
Codec : AAC LC
Codec/Info : AAC Low Complexity
PlayTime : 9mn 54s
Bit rate : 112 Kbps
Bit rate mode : VBR
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 44.1 KHz
Resolution : 16 bits
StreamSize : 7.94 MiB
Title : (C) 2007 Google Inc. v06.24.2007.
Encoded date : UTC 2007-10-24 00:00:13
Tagged date : UTC 2007-10-24 00:00:15 |
So as you can see, it contains 2 channels. Yet the audio is actually (still) mono. They either merge source audio to 1 channel, then encode in 2, or the source was already mono, and they always encode the fmt 18 in 2 channels.
As far as the embedding goes;
It works, but video sometimes gets only played in part, and/or the embedded player behaves strange Here's how to use it embedded: add "&ap=%2526fmt%3D18" after the two occurances of "&rel=1" (or directly after the video-code-urls) in the embed code. An example embed code that gives you the fmt 18 version:
| Quote: |
| <object width="480" height="394"><param name="movie" value="http://www.youtube.com/v/-DGjfcUkRGk&ap=%2526fmt%3D18"></param><param name="wmode" value="window"></param><embed src="http://www.youtube.com/v/-DGjfcUkRGk&ap=%2526fmt%3D18" type="application/x-shockwave-flash" wmode="window" width="480" height="394"></embed></object> |
Note that Flash 9 r115 better be installed at the viewer's side.
Here's an easy way to use the embed code to play back fmt=18 video: http://paste2.org/p/43210
Last edited by bayme on Jun 28, 2008 14:44, edited 9 times in total
|
|
-Sandro- Member
Joined: 29 Feb 2008 Location: Italy
|
|
Thank you it works
Anyway it's really strange this audio thing that they do converting to mono and then stereo.
I've tried to upload a file called video.mp4 with aac 96kbit stereo and h264 480kbit 480x360, maybe they don't touch the file as they don't with flv...maybe. I've just to wait ...
|
|
-Sandro- Member
Joined: 29 Feb 2008 Location: Italy
|
|
it gets converted
|
|
rmcc4444 Member
Joined: 29 Feb 2008 Location: United States
|
|
Ive been toying around w/ the settings and the fmt=18 has made a big difference on 2 videos I have posted. However, when I try to embed the video on my blog (manually adding fmt=1 it always seems to go back to the old format.
Anyone had any luck embedding YT videos w/ the fmt=18 (or other HQ) format?
|
|
wonderpierrot Member
Joined: 12 Feb 2008 Location: United States
|
|
I've never tried embedding with fmt=18 but fmt=6 seems to work near perfect on every video so far, the video plays in HQ from start to finish with no problems. The only small issue is that you can't use the video slider to skip or rewind to certain parts, doing so will cause the player to go back to the beginning of the video. The best thing about it though is that anyone can watch it without having the r115 flash update.
Last edited by wonderpierrot on Mar 01, 2008 02:26, edited 1 time in total
|
|
rmcc4444 Member
Joined: 29 Feb 2008 Location: United States
|
|
In the limited testing I've done it looks like appending '&ap=%2526fmt%3D18
' to the URLs works.
See the embed code here:
http://paste2.org/p/14789
_________________ --
I survived the YAMMA!
|
|
wonderpierrot Member
Joined: 12 Feb 2008 Location: United States
|
|
| rmcc4444 wrote: |
In the limited testing I've done it looks like appending '&ap=%2526fmt%3D18
' to the URLs works.
See the embed code here:
http://paste2.org/p/14789 |
Yeah, that's what bayme posted twice in this thread.
|
|
rmcc4444 Member
Joined: 29 Feb 2008 Location: United States
|
|
Oh. Sorry bout that.
_________________ --
I survived the YAMMA!
|
|
-Sandro- Member
Joined: 29 Feb 2008 Location: Italy
|
|
What do you think could be the minimum system requirements to play 480x360 h264 on the web?
|
|
dtfinch Member
Joined: 07 Feb 2008 Location: United States
|
|
Changing wmode from "transparent" to "window" greatly lowers the cpu usage in most cases.
|
|
-Sandro- Member
Joined: 29 Feb 2008 Location: Italy
|
|
You're right! Changing to window decreases the cpu of 25%. Thanks
|
|
bayme hero
Joined: 10 Nov 2007 Location: EU
|
|
| dtfinch wrote: |
| Changing wmode from "transparent" to "window" greatly lowers the cpu usage in most cases. |
Thanks, great tip!
Also, if you embed the format 18 version, you might as well change resolution to 480x360, meaning width="480" height="394" in the embed code. I've highlighted all changes in the example above.
See also: http://paste2.org/p/43210
Last edited by bayme on Jun 28, 2008 15:17, edited 1 time in total
|
|
peter06 Member
Joined: 10 Jun 2007 Location: Austria
|
|
thanks, i'll try this out.
_________________ www.hc96.de -> All about the Sony DCR-HC96 and Camcorder accessories.
|
|
reez Member
Joined: 01 Dec 2007 Location: United States
|
|
NNNNNNOOOOOOOOOOOOOOOOO
http://image.bayimg.com/lajdhaabc.jpg
when i clicked on "matched third party content"
http://image.bayimg.com/lajdjaabc.jpg
i guess yt can now turn a decent profit...and i can no longer have teh freakin FUN
i still get this message when trying to watch the vid "This video is no longer available due to a copyright claim by a third party." if they have any brains they wont make it count as a strike against my channel.
|
|
peter06 Member
Joined: 10 Jun 2007 Location: Austria
|
|
very interesting. did they chick it auto?
_________________ www.hc96.de -> All about the Sony DCR-HC96 and Camcorder accessories.
|
|
-Sandro- Member
Joined: 29 Feb 2008 Location: Italy
|
|
is it something that has to do with the new quality?
|
|
reez Member
Joined: 01 Dec 2007 Location: United States
|
|
no it's the new video id sytem..doesn't anyone know about that DAMN! the trailer was exclusivley posted on myspace..so they don't want it anywhere else HENCE NBC put the freakin BLOCK policy on it. so the minute you upload it and it processes it...IT GETS BLOCKED!. I'm trying to upload it in various formats but i dont really havre time so im hoping someone else can do it too. The wanted trailer can be found at myspace.conm/trailerpark
|
|
-Sandro- Member
Joined: 29 Feb 2008 Location: Italy
|
|
How does the system recognize the video?
|
|
reez Member
Joined: 01 Dec 2007 Location: United States
|
|
i know it's weird but they were set to release it last year sept..but they finally made it public now. according to them it can recognize video AND audio.and they say it is "very accurate" HAHAAA and my only purpose on youtube is to bring people the latest stuff from movies that the studios usually don't want public
|
|
dtfinch Member
Joined: 07 Feb 2008 Location: United States
|
|
I bet the video recognition is something laughably simple yet effective, like reducing the video to short list of values, like normalized average brightness per second, and comparing it to every signature, one at a time, also trying to account for time offsets caused by intros and such.
|
|
tulio Member
Joined: 08 Mar 2008 Location: Brazil
|
|
how are you guys analyzing data of the mp4 encoded version? how do you download the mp4 version?
|
|
dissociative Member
Joined: 08 Mar 2008 Location: Colombia
|
|
| reez wrote: |
| no it's the new video id sytem..doesn't anyone know about that DAMN! the trailer was exclusivley posted on myspace..so they don't want it anywhere else HENCE NBC put the freakin BLOCK policy on it. so the minute you upload it and it processes it...IT GETS BLOCKED!. I'm trying to upload it in various formats but i dont really havre time so im hoping someone else can do it too. The wanted trailer can be found at myspace.conm/trailerpark |
have you tried to upload the file but with the video flipped horizontally or vertically by the way?
|
|
reez Member
Joined: 01 Dec 2007 Location: United States
|
|
not yet GUD IDEA!..like i said i DONT HAVE TIME! please help by TRYING IT TOOOOOOO
|
|
anyonecancopy Member
Joined: 06 Oct 2007 Location: United States
|
|
I understand you guys want to be the One to discover the new and latest way to force Youtube to pump out the HD out of video.. Don't get me wrong,I been trying too.
Though , through my endeavors I found that maybe you guys should all switch to Mozilla Firefox then download the Greasemonkey plugin firefox plugin: https://addons.mozilla.org/en-US/firefox/addon/748 then INSTALL IT >>>then go to http://userscripts.org/scripts/show/23535 ... and install the script >> make sure greasemonkey plugin is enabled. You should have a SWITCH TO HQ VIDEO STREAM BUTTON Under your YT PLayer .
PICTURE IS ENCLOSED here.png
BTW: I send Bayme my Love ,Muuuahh !
XoXoXo
Alexa A.
Last edited by anyonecancopy on Mar 08, 2008 19:53, edited 7 times in total
|
|
dissociative Member
Joined: 08 Mar 2008 Location: Colombia
|
|
| reez wrote: |
| not yet GUD IDEA!..like i said i DONT HAVE TIME! please help by TRYING IT TOOOOOOO |
well I went to the site through a proxy or google cache because If I used the direct url it only redirects me to the myspace main page, as I dont have quicktime it only showed the flash video version of the trailer, then I searched for the video in the firefox cache and uploaded to my YT account and it wasnt rejected... well I dont know if mplayer supports quicktime but can you reupload the quicktime trailer to somewhere else to see If I can try some other thing?
|
|
reez Member
Joined: 01 Dec 2007 Location: United States
|
|