VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hello,
    I'm downloading a web protected media stream using ffmpeg using this command:
    Code:
    ffmpeg -i "URLHERE" -c copy t.ts
    But the output file is not supported by tsmuxer for direct muxing, how can i save my self time reconverting the file and let ffmpeg do a Blu-ray muxing ready file while downloading/ripping.

    Default output file properties:


    Is it the audio or both audio and video?

    If it's the audio only, how can set ffmpeg to export the audio as ac3 instead of aac while keeping the video quality as it is (copy).

    Thank you.
    Last edited by danswano; 1st Jul 2014 at 20:47.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Aac audio is not blu-ray compliant.

    Maybe try
    Code:
    ffdshow -i url -vcodec copy -acodec ac3 -ab 224k t.ts
    Quote Quote  
  3. Thank you Baldrick.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!