Quantcast How to Convert 3-CD Xvid to 2-CD KSVCD? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
09-02-2003, 07:18 AM
Critter Critter is offline
Free Member
 
Join Date: Jun 2003
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Problem is how to join those three avis (xvid+ac3) to one .avi ?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
09-02-2003, 07:27 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Don't do it, this can lead to synch problems. Create separated scripts for each movie, or one script loading them all:

Avisource("part1.avi")++Avisource("part2.avi")++Av isource("part1.avi")

This is to process the video. To the audio, you have to extract using VirtualDub, remove the wav header using AC3Fix and join using copy/B, to transcode later to MP2. Please read my guide for more info on this:

http://www.kvcd.net/forum/viewtopic.php?t=5832

[]'s
Vmesquita
Reply With Quote
  #3  
09-03-2003, 11:59 PM
Critter Critter is offline
Free Member
 
Join Date: Jun 2003
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
I followed your instructions and...... only problem seems to be subtitles...

I got subtitles to sync very well for single cd:s, but when joining cd1.sub...cd3.sub together and run avisynth script Avisource(cd1)++Avisource(cd2)... that joined subtitle file is not anymore sync with the result. (and yes I tried that SAMI subtitle too )

I tried that ++ combining to textsub option too, but got very long movie... It did somehow joined those .avis couple times in a row that movie was about 6 and half hours long.

Well I am thinking to quit with this 3 CD version and get that 2CD version.
Reply With Quote
  #4  
09-04-2003, 04:05 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
For joining subtitles you have to use "Subtitle resynch" or "Subtitle workshop".

But you can also try this :

Avisource("part1.avi").Textsub("sub1")++Avisource( "part2.avi").Textsub("sub2")...
Reply With Quote
  #5  
09-04-2003, 10:09 AM
Critter Critter is offline
Free Member
 
Join Date: Jun 2003
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
well well... thanks... now it works...
Reply With Quote
  #6  
09-04-2003, 10:27 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
The only problem is that if you filter after that, subtitles will also be filtered and may look bad... If you're using CCE, you can load multiple AVS to create one MPV, but I guess this can't be done with TMPGENC. Please report if the subtitles got blurred after using Dialhot suggestion, I am curious.

[]'s
Vmesquita
Reply With Quote
  #7  
09-04-2003, 10:45 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
[quote="vmesquita"]Please report if the subtitles got blurred after using Dialhot suggestion, I am curious.

They will be (more or less, following the script used).

No we can find other solutions more complete but much more complicate also. Just to avoid a little bluring...

I'm sorry but the best solution for me is to join the xvid first. If virtualdubmod can't join ac3 sound, you can work with an intermediate uncompressed wav.

Xvid AC3 -> extract AC3 in PCM wav (vdubmod) -> Xvid WAV (vdubmod) -> joining all three XVID (vdubmod) -> you wil have one Xvid with WAV sound that you can handle without any problem.
Reply With Quote
  #8  
09-04-2003, 10:55 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
DialHot,

I hate to be ruining your suggestions, but joining XVid/Divx files sometimes lead to desynch...

[]'s
Vmesquita
Reply With Quote
  #9  
09-04-2003, 11:02 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
It can't if they use PCM wav audio. The problems are with VBR MP3 that are very badly handled by vdub.

But in fact, my solution won't avoid the problem with the subtitles

Finally, the best solution if redoing the sub synch with "Subtitle resynch".
Reply With Quote
  #10  
09-04-2003, 11:08 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Dialhot,

Yes, we both missed the point. Just to put it all togheter, the best would be:
If using CCE: Create two scripts and join then using CCE interface. This works perfectly with no pause between two parts.

If using TMpgEnc: Join Subtitles using subtitleworkshop or something like that.

Ps: great info about VBR MP3, I didn't knew that.

[]'s
Vmesquita
Reply With Quote
  #11  
09-04-2003, 11:15 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by vmesquita
Ps: great info about VBR MP3, I didn't knew that.
You have an option now in vdub (taken from vdubmod that took it from nandub ) to try to stay in synch with VBR MP3. Don't know if it works correctly.

The same problem exists in avisynth (see the command EnsureVBRMP3Sync).
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
BEST new script to convert DVD, DIVX, XVID to KSVCD ? Kablam Avisynth Scripting 8 10-05-2004 11:13 AM
Divx/Xvid to KVCD/KSVCD, how is the quality? cyron Video Encoding and Conversion 1 09-08-2004 01:03 PM
How to convert Xvid to KVCD? owens_2k Video Encoding and Conversion 3 09-03-2004 04:08 PM
how to convert Xvid to VCD or SVCD? Whacko Video Encoding and Conversion 2 10-01-2003 01:26 PM
how to convert XVID TO SVCD? knews2 Video Encoding and Conversion 0 11-10-2002 04:27 PM




 
All times are GMT -5. The time now is 03:19 PM  —  vBulletin © Jelsoft Enterprises Ltd