I'm trying to download music videos from vevo.com, I first started to use ffmpeg...until I discovered it was much easier to use Internet Download Manager to grab them. I downloaded the same music video with both programs, but when I compare the file size....they don't match. Can someone explain why this is? Here is the code I used for ffmpeg...
FFMPEG= 171,244,312 bytesCode:ffmpeg -i "http://hls-lvl3.vevo.com/v3/hls/2014/09/US0459300260/a41a9736-1dfb-475e-b7b7-31087fc44565/5200/us0459300260_5200k_1920x1080_h264_5200_aac_128.m3u8" -c copy us0459300260_5200k_1920x1080_h264_5200_aac_128.m3u8.ts
IDM= 172,667,472 bytes
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 6 of 6
-
-
Hi Baldrick,
Thanks for your response. I had a feeling it was something like different muxing because the file size is so close. I went ahead and compared the mediainfo and did however find some concerning differences, i.e. file size, overall bitrate, and service name. Resolution was the same for both.
Code:General ID : 1 (0x1) Complete name : C:\Users\Pir8skin\Desktop\Copy(FFMPEG).ts Format : MPEG-TS File size : 163 MiB Duration : 4mn 0s Overall bit rate mode : Variable Overall bit rate : 5 686 Kbps Menu ID : 4096 (0x1000) Menu ID : 1 (0x1) Duration : 4mn 0s List : 256 (0x100) (AVC) / 257 (0x101) (AAC) Service name : Service01 Service provider : FFmpeg Service type : digital television
Code:General ID : 1 (0x1) Complete name : C:\Users\Pir8skin\Desktop\Copy(IDM).ts Format : MPEG-TS File size : 165 MiB Duration : 4mn 0s Overall bit rate mode : Variable Overall bit rate : 5 734 Kbps Menu ID : 4096 (0x1000) Menu ID : 1 (0x1) Duration : 4mn 0s List : 256 (0x100) (AVC) / 257 (0x101) (AAC) Service name : US0459300260 Service provider : FFmpeg Service type : digital television
Last edited by pir8skin; 14th Mar 2015 at 14:52.
-
Hi ,
I D M is not free !
Have you tried with youtube-dl ?
Give us a link for try .
Cheers .JE SUIS CHARLIE !!! -
I used tsMuxeR to demux the audio and video files from both downloads, compared them, and they came out the exact same file size. I also remuxed the video only to .ts and compared them, and the video bitrate was also identical.
Not sure why mediainfo gives a different video bitrate for the original muxed files, but I am much less concerned now. Thank you.
Similar Threads
-
How to download a video with IDM when a second request isn't allowed
By claud0623 in forum Newbie / General discussionsReplies: 2Last Post: 15th Jun 2014, 19:50 -
Download Protected Stream Video from Flowplayer: IDM Can't, which one can?
By massafera in forum Newbie / General discussionsReplies: 2Last Post: 22nd May 2014, 17:12 -
VC-1 to H264, best method & settings. Quality is #1 priority vs file size
By TechHero in forum Video ConversionReplies: 2Last Post: 8th Feb 2013, 08:14 -
Batch xvid avi's to h264 mp4, keep resolution & file size
By marioval in forum Video ConversionReplies: 4Last Post: 10th Sep 2012, 18:13 -
How to get output file size before converting a file using ffmpeg?
By hayden in forum ProgrammingReplies: 1Last Post: 26th Feb 2012, 07:04