digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Possible to convert Asf to kvcd? if so. then how? (http://www.digitalfaq.com/archives/encode/5330-possible-convert-asf.html)

Bombero0437 09-01-2003 11:11 AM

Possible to convert Asf to kvcd? if so. then how?
 
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?

vmesquita 09-01-2003 12:03 PM

Try replacing AviSource by DirectShowSource in your script. Like in the example:

DirectShowSource("my_asf_movie.asf")

[]'s
Vmesquita

Bombero0437 09-01-2003 12:57 PM

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

vmesquita 09-01-2003 03:32 PM

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

Bombero0437 09-01-2003 05:42 PM

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?

Dialhot 09-02-2003 02:58 AM

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.

Cougar_Pines 09-02-2003 08:33 PM

STOIK Video Converter can convert .asf to .avi 8)

Bombero0437 09-03-2003 08:57 AM

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


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.