Log in

View Full Version : convert from huffy rgb24 --> huffy yuy2 possible???


DaveQB
6th April 2003, 09:25
cant find anything on this.

i have yet to learn AVIsynth (want to, just havent had time once i found the site)

i have a file generated from ulead cool 3D and it only allows huffy rgb24 files, and i have huffy yuy2 files.

i an unable to append these files til they are both of the exact same data type.

even google so far comes up short.

anyone ???

fccHandler
6th April 2003, 16:31
I guess you could use an Avisynth script:

AVISource("MyMovie.avi")
ConvertToYUY2()

Then open that script in VirtualDub and recompress to Huffyuv using "fast recompress" option.

DaveQB
6th April 2003, 20:08
oh ok,

*must research avisynth to know what the heck he's talking bout :D*

fccHandler
6th April 2003, 23:59
I just thought of something else. IIRC, Huffyuv has an option to convert RGB to YUY2 when compressing, so you probably don't need Avisynth at all. Check Huffyuv's configuration dialog.

DaveQB
7th April 2003, 00:37
yeah saw that, and did indeed select that option, but didnt work :(

i too thought i was on to something then too.

must not be exact enough for VD to consider it RGB24

NB have since re-captured the footage in RGB24 and then appended the Ulead cool3D file to it. Looks cool.
i guess no more YUY2 capturing for me from now on....
(in case i decide i want to add effects to it)

thanx mate

Shayne
8th April 2003, 23:47
All software that came with your card should be used for coffee coasters .......... i think it is time you started to learn AviSynth because this is an easy fix.

There is alot of help here and much to learn.