VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    May 2014
    Location
    Seattle, WA
    Search PM
    I need to be able to process a large amount of files at a time. I've played around with Subler which works great 1 at a time. I was able to get the CLI shell scripts to work on folders full of mp4 files, but I was having trouble getting it to work on mob's.

    Does anyone have any solutions for this?

    Thanks!
    Quote Quote  
  2. Have you tried using ffmpeg?
    Something along the lines of:
    Code:
    ffmpeg -i inputVideo.mov  -vcodec copy -acodec copy -i  inputSrt.srt  -scodec mov_text output.mov
    might work.
    Quote Quote  
  3. Member
    Join Date
    May 2014
    Location
    Seattle, WA
    Search PM
    Oh yeah, I forgot to mention, I'm on a MAC and my coding/scripting skills are very minimal. I was lucky to get the sublet script working with .mp4's lol.

    I just tried playing around with ffmpeg, but couldn't get to the point where I could use the script.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!