Putting Subtitles On and Converting The File

The old Video Software Help forum, left visible as an archive.
Locked
ChocoboDragon
Joined: Tue Oct 05, 2004 4:56 am
Location: Australia
Org Profile

Putting Subtitles On and Converting The File

Post by ChocoboDragon » Thu Sep 15, 2005 11:08 pm

*hopes I am in the right forum - decided this was more of a software thing >_<*

I have an .avi file that I want to add subtitles to. There are two 'subtitle' files that are with it, .rar and .sfv (don't know what each one does).
The thing is, I want to somehow burn these onto the .avi and then convert the file so that it is able to be burnt onto a DVD and be playable on a DVD player.
So the things I am asking are:
1. How to put the subtitles permanently on the .avi file - are the .rar and .sfv any help or are they useless?
2. Turn the .avi file into an appropriate format for burning onto a DVD for DVD players.

Any help is much appreciated. Thank you.

User avatar
SpringBoy
Joined: Sat Mar 26, 2005 8:03 am
Location: Melbourne, Australia
Org Profile

Post by SpringBoy » Fri Sep 16, 2005 12:40 am

Well I haven't done this for a while but here's what I do:

- Unrar the .rar file so that I've got the "raw" subtitle file there
- Create a simple AviSynth script similar to:

Code: Select all

AVISource("myfile.avi")
VobSub("subtitle.sfv")
- Open the script in VirtualDub
- Compress with HUFFYUV (if you have enough space)
- Convert the AVI to MPEG2 (most converters are commercial - QuEnc is free I think)
- I use TMPGEnc for MPEG2 encoding so I then split the file into video and audio
- Open these in Muxman
- Create DVD files on the hard drive
- Open with DVD Shrink and burn to DVD

This is probably the longest way you can possibly do this but that's the way I worked out. :)

User avatar
milkmandan
Joined: Sat Jun 04, 2005 12:50 am
Location: California
Contact:
Org Profile

Post by milkmandan » Fri Sep 16, 2005 12:57 am

what springboy said...

what i would do is , use a DVD Authoring program. TMPGEnc has a authoring prog that comes with its "package"...or use the Nero DVD Authoring tool. As long as your video files are MPEG2, they are ready to be authored, and burned onto a DVD ready for playback...
Image Image

ChocoboDragon
Joined: Tue Oct 05, 2004 4:56 am
Location: Australia
Org Profile

Post by ChocoboDragon » Fri Sep 16, 2005 1:27 am

Thank you so much *bows*

I haven't been able to try out what you said yet because I have other stuff to do >_< But will as soon as possible.

Thank you again!

Locked

Return to “Video Software Help Archive”