I have a .divx with internal selectable subs that I want to reencode to a smaller size and retain the subs. Is this possible?
+ Reply to Thread
Results 1 to 7 of 7
-
-
i'm not aware of any .divx demuxer, what i can suggest is:
if the divx file is MPEG4 ASP, rename the file extension to avi, find an srt sub for it on the web ( i think its against the rules to post links here to those sites) and use your favourite converter to convert the avi+srt or use a avisynth script
Code:DirectShowSource("video.avi") Lanczos4Resize(480, 272) Textsub("subtitle.srt")
but you'll loose quality by reconvertingI love it when a plan comes together! -
Yes, it is possible. Re-encode the video of the original DivX file (and the audio if you wish) to a smaller size using your favourite converter (ie. AVIRecomp). Then use DivXMuxGUI to remux your new files into a new DivX video. DivXMuxGUI allows you to individually select each of the components of your DivX file: video, audio, and subtitles. If all you did was to re-encode the video, for example, select the new video file (.avi) as your video source, then select your ORIGINAL DivX file for both the audio and subtitle files ... DivXMuxGUI will automatically extract the audio and subtitle streams from your original DivX file and mux them with your newly compressed video file to create a new DivX file for you.
-
-
Make sure that you have followed all of the directions on DivXMux GUI homepage here: http://www.kamiwa.de/node/4
Especially that you have Microsoft .NET Framework 1.1 installed, and also have DivXMux.exe from the DivX SDK (download links for both are included on that site).
Only other possibility that I can think of is that one (or more) of either your video, audio or subtitle files don't follow the DivX specification. The video must be encoded following the DivX Home Theater profile, or DivXMux won't mux it (usually). That is, among other things, 1 b-frame, no qpel, no gmc, packed bitstream and H.263 for the quantization matrix.
To test if it's your video stream, run DivXMuxGUI and add only your newly encoded video file - no audio or subtitle - and proceed directly to your job queue. Start the job and, if you still get the error, there's an incompatibility with your video file.
If it works, try it with both video and audio only. Again, if it fails now, the audio should be at fault.
Finally, if it muxes OK with both video and audio, now try all three - video, audio and subtitles. If it fails now, subtitles are at fault.
If you can determine which of the three - audio, video or subtitles - is causing the error, then we can work on figuring out exactly what the incompatibility might be. Let me know how you progress, and we can keep working on it from here.
Similar Threads
-
Convert AND Combine Multiple VCD DAT files to Single Divx/Xvid file
By GrayStrickland in forum Video ConversionReplies: 4Last Post: 17th Aug 2012, 12:23 -
How to convert mkv to ps3 viewable format maintaining mkv subs in new file?
By shuyinliquid in forum Video ConversionReplies: 2Last Post: 14th Dec 2009, 01:17 -
How do you convert DivX file w/4 subs to AVI?
By JoeBolden in forum Video ConversionReplies: 2Last Post: 21st Nov 2007, 14:58 -
I have downloaded file clips in .divx how can I convert to .avi?
By Ricksasha in forum Video ConversionReplies: 8Last Post: 13th Nov 2007, 13:36 -
I can't add subs to a DivX file I have for some reason...
By darkzero297 in forum SubtitleReplies: 1Last Post: 4th Jul 2007, 18:41