View Single Post
  #5  
Old 04-02-2014, 06:10 PM
guestly guestly is offline
Junior Member
 
Join Date: Mar 2014
Posts: 14
guestly is on a distinguished road
Default

Re: Getting these ABC streams


Quote:
Originally Posted by blimey View Post
I know that atres names hulu downloads as mp4 when the container is actually flv, and a slightly strange flv container that FLVExtractCL won't recognize.

You may want to check the container on the atres download. Simply copying the contents may fix the duration.
Code:
ffmpeg -i "atres_download_name.mp4" -vcodec copy -acodec copy "new.mp4"
If you get any errors about the aac track, then the aac_adtstoasc step might not have been done when/after atres downloaded the file.

I found the 6902579_1280x720 entry. I overlooked it the first time thinking it was the same 720p entry as the other one in the playlist.
Atres does produce a real MP4 and doesn't just give it that extension. I have gone ahead and tried "-c copy", "-vcodec copy -acodec copy", "-vcodec copy -an", and "-vn -acodec copy" with ffmpeg as well as demuxed and remuxed with MP4Box but it's still 3:24 at the same frame rate and not 3:27. The fade-out at the end just isn't there and the stream is definitely incomplete.

Can you show me how to get the highest M3U8 with ffmpeg?

Thank you for the help.
Reply With Quote