View Single Post
  #8  
Old 01-01-2014, 06:54 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: pbs has been using m3u8, help with this, please


Quote:
Originally Posted by gorilla.maguila View Post
Code:
ffmpeg -i "http://ga.video.cdn.pbs.org/cove2.0/newshour/55d71d96-6f18-4ab8-ba52-ca1847d5367d/2013-12-30-001952/hd-mezzanine-16x9/pnwe000134_20131229-16x9-hls-64-800k.m3u8" -vcodec copy -acodec copy -bsf:a aac_adtstoasc test.mp4
Thank you very much for showing me the code to use .
It looks puzzling to me here :
Code:
 -vcodec copy -acodec copy -bsf:a aac_adtstoasc test.mp4
Reply With Quote