Youtube: new video formats, again
authorRalf Ertzinger <ralf@skytale.net>
Tue, 13 Sep 2011 21:52:23 +0000 (23:52 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Tue, 13 Sep 2011 21:52:23 +0000 (23:52 +0200)
videosite/YouTubeGrabber.pm

index 1a331d1..d72d783 100644 (file)
@@ -28,8 +28,8 @@ my %preflist = (
 my %videoformats = (
     # Container/Video codec/Audio codec/Resolution
     5 => 'FLV/Sorenson/MP3/240p',
-    18 => 'MP4/H264/AAC/360p',
-    22 => 'MP4/H264/AAC/720p',
+    18 => 'MP4/H264/AAC/360p',      # isommp42
+    22 => 'MP4/H264/AAC/720p',      # isommp42
     34 => 'FLV/H264/AAC/360p',
     35 => 'FLV/H264/AAC/480p',
     37 => 'MP4/H264/AAC/1080p',
@@ -37,6 +37,8 @@ my %videoformats = (
     43 => 'WebM/VP8/Vorbis/360p',
     44 => 'WebM/VP8/Vorbis/480p',
     45 => 'WebM/VP8/Vorbis/720p',
+    82 => 'MP4/H264/AAC/360p',      # isomavc1mp42
+    84 => 'MP4/H264/AAC/720p',      # isomavc1mp42
     );
 
 sub new {