Streaming Media Forums

Full Version: RE: question for DVD-authors: outputting MPEG-4s with subtitles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Posted By: Julie Setbon

Thanks for your help, Olivier.

I think we're more looking for a user friendly software that can rip/encode
in batch in the least amount of time - does not have to be free -...and also
essential is that the files would be universally playable on Quicktime or
Windows Media Player.

Best regards,
Julie


iProbe Multilingual Solutions, Inc. | 5 W 36th Street, Suite 402 | New
York, NY 10018 | Tel. 212-489-6035 | Fax 212-202-4790 |
http://www.iprobesolutions.com |
Email: | Skype: julie_setbon | MSN Messenger:
| AIM: jhsetbon

-----Original Message-----
From: Olivier Amato [mailto:]
Sent: Sunday, June 10, 2007 11:45 PM
To: StreamingMedia.com MPEG-4
Cc:
Subject: Re: [mpeg4] question for DVD-authors: outputting MPEG-4s with
subtitles

Julie,

> Although I'm interested also in possibilities of adding subtitles to
> existing MP4 or WMV videos, what our challenge is right now is to rip
> a DVD with 6 subtitle tracks into 6 MP4's (or WMV - as long as it's
> low res the format does not really matter) so that our clients can
> review the files for approval prior to us shipping a DVD.

If your goal is to burn DVD subtitles into MPEG-4 video, I used mencoder,
avisynth and ffmpeg a while ago to do such thing. I guess this would be
pretty easily scriptable since it's all comand-line based ...

1°/ Extract DVDsubs from VOB file :
mencoder input.VOB -ifo input.IFO -vobsubout subtitles -sid 1 -ovc frameno
-nosound -o nul

2°/ Make Avisynth script :
LoadPlugin("D:Program FilesAviSynth 2.5pluginsVSFilter.dll")
DirectShowSource("VTS_01_1.VOB", fps)
VobSub("subtitles.sub")

3°/ Encode to MP4 :
ffmpeg -i input.avs -vcodec h264 -s 384x216 -b 500k -g 125 -bf 3 -b_strategy
1 -flags +loop -coder 1 -acodec aac -ab 128k output.mp4

I uploaded a little sample with french audio and english subtitles ( play it
with VLC, since QT Player doesn't seem to play audio. Probably a 5.1
downmixing issue ... ) :
http://www.itbroadcastanddigitalcinema.com/output.mp4

Olivier Amato
Media Technology Consultant

http://www.fullres.blogspot.com
Reference URL's