Huffyuv and YV12 using AviSynth » Marvel Comics » FORUM lowesmall.shop
FORUM lowesmall.shop

FORUM lowesmall.shop



ПоискПоиск   Users   Registration   Entrance
Today: 04.06.2025 - 03:08:04
Pages:  1  

Huffyuv and YV12 using AviSynth

Advertising


AuthorMessage

toddman35

main user




Statistics:
Messages: 7,038
Registration: 03.18.2001

Ok, I'm using AviSynth v2.5 which works in YV12 (its the default colorspace, right? correct me if im getting it wrong). Now, i read that there isn't a version of Huffyuv codec for YV12. Would that mean i need the line YV12toYUY2() at the end of my script, since Huffyuv can't work in YV12? Am i getting this wrong? I usually load my .avs into VirtualDub 1.4.13(P4 optimized veedubp4.exe) using Fast Recompress and Huffyuv v.2.1.1 CCESP Patch v0.2.2 as my compression. I tried both a script containing YV12toYUY2() and one without, and it made .avi's both times, with no noticable difference in speed (for a short clip at least). Is there an automatic conversion to YUY2 when loading into Virtualdub? Can someone explain what exactly is going on, and what i should be doing? I'm a little confused. And are there certain settings for Huffy i need to be using? Right now i use a Field Threshold of 240, Predict median for YUY2 compression, and Predict gradient for RGB compression, with 'Always suggest RGB format for output' checked off.

---------------------
Todd Maurer Past - 5 E36s, 1 E39, 1 MB W210 E320, 1 GMC 6.5 ECLB, B6 A4 3.0 6 Spd Quattro Present - '05 E320 CDI, '06 VW TDI Jetta 5 Spd, '02 Ford F250 CCSB PSD, '02 Ducati Monster S4 Mods: 92* Thermostat, MB to BMW Wheel Adapters, 18" BMW Style 72 W
Message # 1 07.09.24 - 17:31:54
RE: Huffyuv and YV12 using AviSynth

///Mwannabe

main user




Statistics:
Messages: 245
Registration: 12.14.2002

The difference is that with the YV12toYUY2 line in the script then AviSynth will do the conversion, and if you don't have it then VirtualDub (through your YV12 decoder, probably DivX5.0x or XviD) will do the conversion. You will end up with YUY2 in any case, but the files may not be identical due to slight differences in the code. Most likely they will only differ due to rounding errors.

---------------------
Message # 2 07.09.24 - 17:42:22
RE: Huffyuv and YV12 using AviSynth

Garett E.

main user




Statistics:
Messages: 63
Registration: 09.26.2002

Use ConvertToYUY2() - the differences will mostly only be in the handling of interlaced material, which is tricky with YV12 <-> YUY2. If you are not using interlacing, there is no need to worry.

---------------------
Message # 3 07.09.24 - 17:48:07
RE: Huffyuv and YV12 using AviSynth

Sleepr330

main user




Statistics:
Messages: 256
Registration: 06.03.2003

my source is interlaced and i've been using the following in my script: telecide() decimate(mode=3) FieldDeinterlace() should i still end up using ConvertToYUY2() instead? Or did u mean if my end result is interlaced?

---------------------
Message # 4 07.09.24 - 17:58:03
RE: Huffyuv and YV12 using AviSynth

arpecker

main user




Statistics:
Messages: 201
Registration: 04.16.2002

Yes - it only matters at the point of the conversion, so you can safely use converttoyuy2.

---------------------
Message # 5 07.09.24 - 18:08:05
RE: Huffyuv and YV12 using AviSynth
Knocking noise oversmall bumps : Previous topicNext topic: Working w/ heaving Interlaced source
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants