VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Dec 2015
    Location
    israel
    Search PM
    i have three .ass files (2 karaoke with effects and 1 subtitles) ,

    i am using ffmpeg on linux server (ubuntu 14.04) and its works fine but i need to burn all of the subtitle and

    i try to combine the scripts but it ruin the karaoke effects .

    p.s i know that i can burn them three times but its takes too long and the finel file is too big .

    Code:
    ffmpeg -i ep17.mkv -c:v libx264   -preset veryslow    -vf ass=EP17.ass:shaping=complex   -c:a copy  -crf 22 -s 1280x720     's03 episode 05.mkv'
    Last edited by yakov; 20th Mar 2016 at 04:36.
    Quote Quote  
  2. Member
    Join Date
    Aug 2014
    Location
    India
    Search Comp PM
    What command did you use to burn it three times?
    Quote Quote  
  3. Member
    Join Date
    Dec 2015
    Location
    israel
    Search PM
    Originally Posted by mulvya View Post
    What command did you use to burn it three times?

    HTML Code:
    ffmpeg -i ep17.mkv -c:v libx264   -preset veryslow    -vf ass=EP17.ass:shaping=complex   -c:a copy  -crf 22 -s 1280x720     's03 episode 05.mkv'

    this code (with 2 more files) , i try to combine the scripts its running right now , maybe it will work this time , but i still want to know if there is a possibility to burn a few tracks of ass files in FFmpeg , thanks
    Quote Quote  
  4. Member
    Join Date
    Aug 2014
    Location
    India
    Search Comp PM
    Still not clear. So, do you run this code twice more? If so, just chain them in one command.

    Code:
    ffmpeg -i ep17.mkv
    -vf ass=EP17.ass:shaping=complex,ass=second.ass:shaping=complex,ass=third.ass:shaping=complex
    -c:v libx264   -preset veryslow  -c:a copy  -crf 22 -s 1280x720   's03 episode 05.mkv'
    Quote Quote  
  5. Member
    Join Date
    Dec 2015
    Location
    israel
    Search PM
    Originally Posted by mulvya View Post
    Still not clear. So, do you run this code twice more? If so, just chain them in one command.

    Code:
    ffmpeg -i ep17.mkv
    -vf ass=EP17.ass:shaping=complex,ass=second.ass:shaping=complex,ass=third.ass:shaping=complex
    -c:v libx264   -preset veryslow  -c:a copy  -crf 22 -s 1280x720   's03 episode 05.mkv'
    Thank you very much !
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!