Quantcast Two Disc VCD to KVCD? - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
04-26-2004, 04:35 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
I did... but then it started saying error with the audio file .mp2 as I didn't have extracted from the file itself, then I don't know what to change above the start button in the screen, where you change the file size to 398. What should I do? I'm trying to squish 2 mpg1 around 450-550 ea onto 1 kvcd.
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
04-26-2004, 04:48 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by KYUSS
oh cool there it is

what about DIKumcisor?
how do i get this to run? do i try and find it from this CMD prompt and execute?

cheers
KYUSS
You can run it from cmd or you can make a direct access (right click button) in same folder as dicumciser, put your settings as you want (dicumciser.exe file.mpg 14250000 (i not remember now good)). Once created just double click.
When you want to change file and filesize, only need right click direct access and change parameters.
  #23  
04-26-2004, 05:39 AM
KYUSS KYUSS is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
thanks again m8
  #24  
04-26-2004, 06:24 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by KYUSS
Quote:
Originally Posted by kwag


At a command prompt, type: copy /b audio1.mp2 + audio2.mp2 audioSum.mp2
(After you have extracted them, of course )

-kwag
hello kwag,

how do i get a command prompt in XP?

previously when i have tried cmd prompt proggys (like DIKumcisor) the window will open for a split second and then dissapear!!!!

it has always been like this since i had XP.

thanks
KYUSS
This also can be made with a direct access with copy /b audio1.mp2 + audio2.mp2 audioSum.mp2 as parameters.
The direct access must to be in same folder than audio1 and 2 to avoid full path in direct access command line.
  #25  
04-26-2004, 11:39 AM
Fluffbutt Fluffbutt is offline
Free Member
 
Join Date: Apr 2004
Posts: 189
Thanks: 0
Thanked 0 Times in 0 Posts
A newbie helps a newbie? Maybe...

The bits about

a=directshowsource("part1.mpg").killaudio()
b=directshowsource("part2.mpg").killaudio()
a++b

seem obvious, you want the video of mpg one only + video of mpeg 2 only. The a+b sets the output to the whole movie for the rest of the script commands to act on.

You extract the audio from both original movies (I'm sure someone withh tell you the name of the extract tool, I forget (is it mpegutils? or BBTools 1.9?), save to (for eg.) the movie folder.

Then open notepad type in
copy /b audio1.mp2 + audio2.mp2 audioSum.mp2

with audioSum.mp2 name to be what you want

then save that as audio.bat in your movie folder (or somewhere convenient where you put the demuxed audio files from above - if you don't know how to move around folders in notepads file save section, sell your computer...)

Now right click on that bat file you just save (open windows explorer, go to the folder, and right click the bat file) - select 'Open', and the bat file will run.

Now proceed with running the avs file into a fake avi, and then serve that to your encoder.

After (for me - 6 hours !!) a while you can then run whatever you use to remux the audioless new mpg, and the two-into-one file output from the bat file.

Viola!!

Help at all???
__________________
|
Meeow!
  #26  
05-14-2004, 10:08 PM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
how do I do this?

Quote:
Now proceed with running the avs file into a fake avi, and then serve that to your encoder.
would an encoder be tmpgenc? how do I run the avs file into a fake avi?
  #27  
05-16-2004, 09:19 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
Quote:
Originally Posted by kwag


At a command prompt, type: copy /b audio1.mp2 + audio2.mp2 audioSum.mp2
(After you have extracted them, of course )

-kwag
when do you type the above in the command prompt? at what stage? after using ....?????

confused
  #28  
05-16-2004, 10:57 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by WOWIEGURL
when do you type the above in the command prompt? at what stage? after using ....?????

confused
After you finish encoding all your audio parts, to add them together and create a single one part .mp2 audio file.

-kwag
  #29  
05-17-2004, 09:02 AM
Fluffbutt Fluffbutt is offline
Free Member
 
Join Date: Apr 2004
Posts: 189
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by WOWIEGURL
how do I do this?

Quote:
Now proceed with running the avs file into a fake avi, and then serve that to your encoder.
would an encoder be tmpgenc? how do I run the avs file into a fake avi?
makeAVIS.exe run this, tell it where your avs file is, tell it 'no sound', then tell it where to put the made avi file.

Yes, the encoder can be tmpgenc, cce, mencoder, Honestech, etc.

If you haven't got makeAVIS.exe, you'd have to have a google search for it, or go look on www.dvdrhelp.com 's tool section.

or do what he said below..
__________________
|
Meeow!
  #30  
05-17-2004, 03:44 PM
KYUSS KYUSS is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
or follow the guide i put up
  #31  
06-28-2004, 10:04 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
I've got a slight problem. When I encode this script as the .tpr file in cqmatic and start encoding in tmpgenc.In the first half of the encoding process the scenes of the movies shows but the other half, the preview screen goes black. I haven't turned the screen off if thats what you think. I am just trying to combine 2 halves of the movie into 1 kvcd. This is my script

a=DirectShowSource("E:movie1.mpg").killaudio()
b=DirectShowSource("E:movie2.mpg").killaudio()
a++b

ConvertToYV12()
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352, 288, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()

my file is 352*288 and 44100 hz and I bought it.
  #32  
06-28-2004, 10:07 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
No need to use moviestacker if you use a script including gripcrop/gripsize/gripborders.
Just think to change the parameters "WIDTH" and "HEIGHT" in the gripcrop line by the ones of your TARGET video (not the ones of the source).

But keep in mind that sometimes gripcrop gives troubles and then you have to return back to moviestacker.
  #33  
06-28-2004, 10:11 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
can't use moviestacker it is an mpg file. What else can I do?
  #34  
06-28-2004, 10:15 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Movie stacker doesn't really need the read the source ! You can enter by hand the values for the source width and height and it will computes automatically the lines you need to do the resize/crop/borders.
You will just have to cut/paste these lines in your script.
  #35  
06-28-2004, 10:25 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
the source boxes are greyed. I can't activate it. The only thing I can change is the Destionation format and resolution. What else do you suggest?
  #36  
06-28-2004, 10:48 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
To look better : they are grey, but not greyED !
And you can write in them. Just try ...
  #37  
06-28-2004, 10:51 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
which screen in moviestacker are you referring to? I am looking at the Resizing and Video stream. The only boxes that are worth changing as they are changeable is the destination resolution.
  #38  
06-28-2004, 10:55 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
The same. I currently have version 2.1.0 but it worked also with 2.0beta. Perhaps you have release 1.1 ?

Note: perhaps you have first to load a valid source whatever it is, and then change the values afterwards to put the ones of the mpeg you want to processs. Take whatever avi you have on your disc, or a d2v prject. Something that moviestaker can read.
  #39  
06-28-2004, 10:59 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
mine is v2.0.0 beta 3 - my source files are mpg1's and aren't AVI or DV files it can't load into moviestacker. I am still trying to compress 2 mpg1's into 1 kvcd without success (so far).

which boxes in that screen can you change? I can't change any besides the end resolution.
  #40  
06-28-2004, 11:03 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 WOWIEGURL
which boxes in that screen can you change? I can't change any besides the end resolution.
THE SOURCE BOXES ! I can tell that in whatever language you want

Now, with no source to "unlock" first these boxes, perhaps that it is not possible. I dontt remember how it was really under 2.0b but I'm sure you can modify them. (note : with 2.1.0 I can't change destination values by hand. You can ?)

BTW you can try with FitCD to see if it allows to do that. Moviestacker and Fitcd very similar.
Closed Thread




Similar Threads
Thread Thread Starter Forum Replies Last Post
Holographic Versatile Disc - 1 terabyte on a single disc! Prodater64 Computers 3 10-29-2005 08:55 PM
happy with my first KVCD disc! Sharkie Video Encoding and Conversion 7 06-01-2004 07:27 PM
Easy Way to CONVERT two-DISc VCD/SVCD TO one-DISc KVCD? DerekBarton Video Encoding and Conversion 5 09-17-2003 11:05 PM
KVCD Guide: Encoding/transcoding a 2-Disc SVCD to a single disc Avalon Video Encoding and Conversion 11 08-14-2003 05:02 PM
KVCD: Can't even fit 118 minutes on a disc? Minty Video Encoding and Conversion 3 05-07-2002 01:14 AM

Thread Tools



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