Quantcast Two Disc VCD to KVCD? - Page 5 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Closed Thread
 
LinkBack Thread Tools
  #81  
07-10-2004, 08:25 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
my target is same resolution and framerate. I want to keep the 2 audio as it is.

my script

a=DirectShowSource("E:\CD2.mpg").Killaudio()
b=DirectShowSource("E:\CD2.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)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #82  
07-10-2004, 08:31 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Really no reason to have it slower then except if you force the framerate into tmpgenc to other things than 25 fps. Do you ?

Note: I have speed problems also with my pioneer standalone if I burn directly the mpeg with Nero. But all is normal when I start first to do the VCd with vcdeasy and then burn the disc image it produces with Nero.
  #83  
07-11-2004, 01: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
no I didn't change the frame rate.
  #84  
07-11-2004, 03:09 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Change these lines accordingly:

a=DirectShowSource("E:\CD2.mpg",fps=25).Killaudio( )
b=DirectShowSource("E:\CD2.mpg",fps=25).Killaudio( )

DirectShowSource is sometimes a pain in the ass, maybe specifying the framerate will help. Apart from that, I can't see anything else that would cause any slowdown issues.
  #85  
07-11-2004, 03:28 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
ta!!! try that now
  #86  
07-11-2004, 05:48 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
nope still slow. Anything else I can change or include?
  #87  
07-11-2004, 05:56 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 WOWIEGURL
nope still slow. Anything else I can change or include?
Does both of your files have same resolution, type of mpeg, norma (PAL), etc.? Are they identical, except for content?


--------------------------
Visit: DockingGate, a powerful tool, by Prodater64.
Visit: DockingGate taskbar, by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
--------------------------
  #88  
07-11-2004, 05:58 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Did you read Phil's last post - that is, did you author and burn with Nero or author with VCDEasy and then burn with Nero (or a similar program) ?
  #89  
07-11-2004, 08:07 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 read Phil's last post, and it only asked me if I had changed the framerate which I haven't.

They have the same resolution 352*288, same format - mpeg1 ( used GSPOT to confirm) and both is 25fps. They are identical. I never burnt these files. I bought it from the local VCD/DVD shop, ripped it, and am trying to squash both into 1 kvcd.
  #90  
07-11-2004, 08:14 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 WOWIEGURL
I did read Phil's last post, and it only asked me if I had changed the framerate which I haven't.

They have the same resolution 352*288, same format - mpeg1 ( used GSPOT to confirm) and both is 25fps. They are identical. I never burnt these files. I bought it from the local VCD/DVD shop, ripped it, and am trying to squash both into 1 kvcd.
You can burn each file separately in CDRW, and check is same problem is present.


--------------------------
Visit: DockingGate, a powerful tool, by Prodater64.
Visit: DockingGate taskbar, by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
--------------------------
  #91  
07-11-2004, 08:16 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Note: I have speed problems also with my pioneer standalone if I burn directly the mpeg with Nero. But all is normal when I start first to do the VCd with vcdeasy and then burn the disc image it produces with Nero.
@WOWIEGURL: As I asked you, how did you author the KVCD?
  #92  
07-11-2004, 08:18 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 Prodater64
Quote:
Originally Posted by WOWIEGURL
I did read Phil's last post, and it only asked me if I had changed the framerate which I haven't.

They have the same resolution 352*288, same format - mpeg1 ( used GSPOT to confirm) and both is 25fps. They are identical. I never burnt these files. I bought it from the local VCD/DVD shop, ripped it, and am trying to squash both into 1 kvcd.
You can burn each file separately in CDRW, and check is same problem is present.


--------------------------
Visit: DockingGate, a powerful tool, by Prodater64.
Visit: DockingGate taskbar, by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
--------------------------

tried that before with another file (when I was testing for compatibility) and my dvd player didn't play it properly. It was skipping,freezing and making those "tuk" "tuk" sounds.

when you mean "author" do you mean how I convert from DAT to MPEG?

By the way how do I do what Dialbot says he does with VCDEASY then dropping it into NERO to finish off? Will that compress it enought so it is under 800 mbs?
  #93  
07-11-2004, 08:22 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
I mean how do you create the CD images that you burn on disc.
  #94  
07-11-2004, 08:26 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
what do you mean by "create"? snapshots of scenes from the movie? I don't create the the files. I copy it from the vcd into my computer, then I used VCDGEAR to convert into MPEG. By the way I still have the same old problem. WHen I use the template for PAL 120 mins - my highest cd is 60 but min is 2 (CQMATIC). I used the exact scipt I posted earlier but don't understand why it is still like that. Can anyone help me out?
  #95  
07-11-2004, 08:33 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 WOWIEGURL
tried that before with another file (when I was testing for compatibility) and my dvd player didn't play it properly. It was skipping,freezing and making those "tuk" "tuk" sounds.
Well, waste a cup of CDs, and burn it so you can check if it not a source problem.
  #96  
07-11-2004, 08:34 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
I give up

I can now understand Phil
  #97  
07-11-2004, 08:43 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
Boulder I never burned anything to disk. I only ripped the images out of the VCDs into the computer, and created a script like I usually do, which usually worked but obviously not this time, then I got stuck .
  #98  
07-11-2004, 08:46 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Well then, do the VCDs you bought play properly? If they don't, they're simply crap and probably nothing can be done to make them work.
  #99  
07-11-2004, 04:14 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
Yes they play okay in the dvd player.
  #100  
07-11-2004, 04:26 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
:banghead:

-BP
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




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