View Single Post
  #54  
Old 03-22-2013, 09:39 AM
magichandz magichandz is offline
Junior Member
 
Join Date: Mar 2013
Posts: 21
magichandz is on a distinguished road
Default

Re: How to dump youtube live TV stream to file using commandline?


Quote:
Originally Posted by chap View Post
try
Code:
ffmpeg -i "bla,bla,bla" -c copy -absf aac_adtstoasc t.mp4
this works for changing containers from ts to mp4 after the fact but capturing on the fly i get mixed results.
Reply With Quote