re-encode xvid file w/subtitle as 1 file for ipod

Discussion in 'DivX / XviD' started by JackS06, Oct 18, 2006.

  1. JackS06

    JackS06 Member

    Joined:
    Oct 18, 2006
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    11
    I know the ipod doesnt support .ssa subtitle files. I usually use videora ipod converter to convert my xvid movies into mp4 to be used ont he ipod. But I now have a xvid file with .ssa subtitles. I guess the only way to get subtitles and the movie onto my ipod is to re-encode the movie w/subtitles as 1 file. How would I go about doing that?
     
  2. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    Looks like it is ffmpeg based which means it supports AVISynth scripts as input. Even look like the installer includes AVISynth. So you can just create a script and use textsub() to load the subtitles.
     
  3. JackS06

    JackS06 Member

    Joined:
    Oct 18, 2006
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    11
    wow i'm really lost. I'm not clear what I should do. Divx newbie here. In lay terms please? Thanks.
     
  4. JackS06

    JackS06 Member

    Joined:
    Oct 18, 2006
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    11
  5. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    Yep. Basically just:
    AviSource("c:\createdfolder\yourfile.avi")
    TextSub("c:\createdfolder\yourfile.SRT")
    No need to load vsfilter if it is in the AVISynth plugin dir.
     

Share This Page