I ripped the Oh My Goddess OVA's off of the AnimEigo DVD's using DVD Decrypter, ripping by VOB ID. so here I have a 1 GB VOB file and I write an AVS script with the following:
- Code: Select all
DirectShowSource("VTS_01_VOBID_003_1.VOB")
KillAudio()
BicubicResize(640,480)
Now I open up it up in Premiere Pro (version 7), and during editing, I get severe skipping and reoccurances of past frames (usually individual frames placed 3-5 frames before and/or after). Also when viewing a clip in the project in a player such as VLC, I get a mosaic line about 25 or so pixels tall and the entirety of the video long, as well as other players seeming to lag behind..
I am thinking it has something to do with my AVS script, or perhaps the settings in Premiere. It also doesn't help that I am a novice at Premiere and AVS scripting, but I've used Pinnacle Stutio in the distant past, so Premiere isn't THAT alien to me.
For those that want to see what exactly is happening, I have put up a small clip that has the symptoms above. Due to the size of the file, please don't download it unless you have an idea (or know) what I am doing wrong.
http://www.charreddirt.com/temp/messed_up.zip (21 mb zip containing a 42mb avi file)
To those that take the time at least reading this, thank you.

