diffid
9th October 2009, 12:17
Hi
I'm currently using AVISynth scripts to Convert consumer DV, HDV and AVCHD to image sequencess and HuffyUV AVI's.
Although I'm doing this and used this excellent board for info, I'd like to check settings.
The purpose of the conversion is to use video sources like DV, HDV and AVCHD (not all in the same project) in compositing software like Nuke, mixing with 3D renders etc.
For DV it looks like I should use BT601 and for HDV/AVCHD HD BT709? Specifying matrixes PC.601 & pc.709 rather than Rec601 & Rec709?
Is the difference between Pc & Rec about gamut, precision and quality or is it the remapping/scaling 16-235 to 0-255? Should I just pass the video straight through to images with no levels adjustment?
Is it better to do that image processing in AVISynth or in an environment such as Nuke where it is done in a 32bit space/precision? Or does AVISynth work at that precision anyway?
Should coring be set to false in my scripts? Or does this relate to how the luma is scaled or treated and dependant on exact type of source video color space?
With DV I believe there is a way to blur some of the artifacts in certain channels to improve edges? Can I do this in AVISynth and is it beneficial.
Deinterlacing I assume is needed to be done for compositing work. I've used mcbob and yadif. What would you consider a good approach?
Is it possible to use for example imagewriter to export a proxy image for every image I export via VirtualDub
Is it safe to load DV directly in VirtualDub 1.9.6 & VDubMod, I'm using the cedocida codec not panasonic, and export as image sequences. I believe Virtualdub is not always safe to use for this, not sure whether it relates to full processing mode or fast recompress. Should I use AVISynth instead?
As you can see I have some confusion over best settings to steer me through, there is so much information here to read and understand.
I'm currently using AVISynth scripts to Convert consumer DV, HDV and AVCHD to image sequencess and HuffyUV AVI's.
Although I'm doing this and used this excellent board for info, I'd like to check settings.
The purpose of the conversion is to use video sources like DV, HDV and AVCHD (not all in the same project) in compositing software like Nuke, mixing with 3D renders etc.
For DV it looks like I should use BT601 and for HDV/AVCHD HD BT709? Specifying matrixes PC.601 & pc.709 rather than Rec601 & Rec709?
Is the difference between Pc & Rec about gamut, precision and quality or is it the remapping/scaling 16-235 to 0-255? Should I just pass the video straight through to images with no levels adjustment?
Is it better to do that image processing in AVISynth or in an environment such as Nuke where it is done in a 32bit space/precision? Or does AVISynth work at that precision anyway?
Should coring be set to false in my scripts? Or does this relate to how the luma is scaled or treated and dependant on exact type of source video color space?
With DV I believe there is a way to blur some of the artifacts in certain channels to improve edges? Can I do this in AVISynth and is it beneficial.
Deinterlacing I assume is needed to be done for compositing work. I've used mcbob and yadif. What would you consider a good approach?
Is it possible to use for example imagewriter to export a proxy image for every image I export via VirtualDub
Is it safe to load DV directly in VirtualDub 1.9.6 & VDubMod, I'm using the cedocida codec not panasonic, and export as image sequences. I believe Virtualdub is not always safe to use for this, not sure whether it relates to full processing mode or fast recompress. Should I use AVISynth instead?
As you can see I have some confusion over best settings to steer me through, there is so much information here to read and understand.