Quantcast Possible to Convert ASF to KVCD? if So. then How? - digitalFAQ.com Forums [Archives]
  #1  
09-01-2003, 11:11 AM
Bombero0437 Bombero0437 is offline
Free Member
 
Join Date: Sep 2002
Location: (USA) Florida
Posts: 165
Thanks: 0
Thanked 0 Times in 0 Posts
can you convert an asf to a kvcd?, I have a bunch of clips in asf format that I want to put on 1 cdr in kvcd format, is there a way to do so, and can anyone give me a quick step by step please?
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-01-2003, 12:03 PM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Try replacing AviSource by DirectShowSource in your script. Like in the example:

DirectShowSource("my_asf_movie.asf")

[]'s
Vmesquita
Reply With Quote
  #3  
09-01-2003, 12:57 PM
Bombero0437 Bombero0437 is offline
Free Member
 
Join Date: Sep 2002
Location: (USA) Florida
Posts: 165
Thanks: 0
Thanked 0 Times in 0 Posts
i cant make a script until i get these to avi format first, then i want to join them as 1 movie, use moviestacker to make the script, then TOK to setup for encode with TMPEGEnc........
Reply With Quote
  #4  
09-01-2003, 03:32 PM
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 convert to another lossy format (AVI), you'll lose quality this way. You can put them togheter in a simple script.They have to have the same resolution, if they don't, resize to the same one. Sample:


a=DirectShowSource("my_asf_movie.asf").bicubicresi ze(640,480)
b=DirectShowSource("my_other_asf_movie.asf").bicub icresize(640,480)
c=DirectShowSource("my_third_asf_movie.asf").bicub icresize(640,480)
d=a++b++c
return(d)

[]'s
Vmesquita
Reply With Quote
  #5  
09-01-2003, 05:42 PM
Bombero0437 Bombero0437 is offline
Free Member
 
Join Date: Sep 2002
Location: (USA) Florida
Posts: 165
Thanks: 0
Thanked 0 Times in 0 Posts
thanx for the reply, but there is no way I can figure out how to make that setup work, it is a bit beyond my skill. i need a simple program to do this job, is there anything else i can do?
Reply With Quote
  #6  
09-02-2003, 02:58 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Convert them to avi with huffyuv codec that is lossless. Don't use any other codec that this one.

You can do this with Tmpgenc (I think it can open asf if you increase the priority of DIrectShow in the environnemental settings).

For making an avi with TMPGEnc, go to file menu and choose "output to file" then "avi". Select ehe codec for video and "no compression" for audio and let's go.
Reply With Quote
  #7  
09-02-2003, 08:33 PM
Cougar_Pines Cougar_Pines is offline
Free Member
 
Join Date: Aug 2003
Location: Tampa, FL
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
STOIK Video Converter can convert .asf to .avi
__________________
"I live in a van down by the river!"
Reply With Quote
  #8  
09-03-2003, 08:57 AM
Bombero0437 Bombero0437 is offline
Free Member
 
Join Date: Sep 2002
Location: (USA) Florida
Posts: 165
Thanks: 0
Thanked 0 Times in 0 Posts
thanx everyone for the help on this matter, I ended up using stoikconverter and huffy codec as cougar and dialhot sugested and results were as i wanted, one final AVI file from all of my asf files, now i can encode to kvcd as usual, thanx again ...............
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: Convert Mp2 and M1v to Mpg? FloggingDolphin Video Encoding and Conversion 3 01-15-2006 03:35 PM
convert DVD to KVCD? dkl Video Encoding and Conversion 2 10-29-2004 09:38 PM
How to convert WMV to KVCD? p2phunter Video Encoding and Conversion 10 03-29-2004 10:28 PM
how to convert Vcd to kvcd? nighthawk Video Encoding and Conversion 1 03-17-2004 10:15 AM
KVCD: How to convert 23.976 to 29.970 fps ? incognito Video Encoding and Conversion 6 08-18-2003 07:15 PM

Thread Tools



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