My source video is 1080p60 from the Panasonic TM700. Vegas works fine with this material. I want to generate high-quality 1080i MP4 files for PS3 playback. The internal Sony MP4 option seems limited to 16 Mbps which is not acceptable. So I'm using the Debugmode framserver (in RGB output mode), going to MeGUI and the x264 encoder. This works, but I am having video levels problems. I think there are only two possible options, and one of them should be correct (PC levels, or Video levels). However BOTH are wrong!
My avisynth script is:
---
AviSource("C:\fs.avi")
ConvertToYV12(matrix="PC.709")
---
this results in increased contrast. However if I use instead
ConvertToYV12(matrix="Rec709")
then I get DECREASED contrast! I confirm the contrast problem by loading in the final .mp4 into Vegas and toggling between the original file, the the rendered mp4. In both cases, my output levels have been altered. Is anyone using MeGUI from Vegas? How do you maintain correct levels?
My avisynth script is:
---
AviSource("C:\fs.avi")
ConvertToYV12(matrix="PC.709")
---
this results in increased contrast. However if I use instead
ConvertToYV12(matrix="Rec709")
then I get DECREASED contrast! I confirm the contrast problem by loading in the final .mp4 into Vegas and toggling between the original file, the the rendered mp4. In both cases, my output levels have been altered. Is anyone using MeGUI from Vegas? How do you maintain correct levels?