-
2007 October 28th 03:10
#4
Here is a "compressor" for the HV20Pulldown that uses the Morgan MJPEG2000 that's been talked about in the other thread. I haven't been able to verify it it yet since the demo trial period is elapsed. But I was at least able to obtain this for anyone who wants to give it a try.
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0);
VirtualDub.stream[0].DeleteComments(1);
VirtualDub.stream[0].AdjustChapters(1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.stream[0].EnableFilterGraph(0);
VirtualDub.stream[0].filters.Clear();
VirtualDub.video.DeleteComments(1);
VirtualDub.video.AdjustChapters(1);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(3);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x63326a6d,0,10000 ,0);
VirtualDub.video.SetCompData(96,"TUoyQ1wAAAAAAAEAE AAAAAgAAAABAAAAAQAAAAYAAAAGAPMAAAAAAAAANAACAAAAAAA AAAAAAAAAAAAAAAAAAAAAAABAAEAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAA");
VirtualDub.video.filters.Clear();
Steve
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules