Hello all, lately I've been getting a green frame at the beginning of my videos ONLY AFTER creating an .avs script in either
AvsP or FitCD. Ive tried uninstalling Avisynth along with my plugins and reinstalling it along with the plugins. The green screen ONLY appears at the beginning of the .avs script (frame 0) but its not there if I open the avi video clip directly in Virtualdubmod or Virtualdub. The green screen is also visible on my dvd's after I encode and author them.
When I advance the seek bar (using the right arrow on my keyboard) it goes to a black frame. I think this would be normal being Im advancing it but why does it open to a green frame, when there is no green in the original .avi?
Note: .avs script is able to be viewed fine in Virtualdub(mod) and I have no problems encoding or authoring the script.
Appears this way after opening an .avs script:
Appears this way after moving scroll bar with right arrow on keyboard:
![]()
+ Reply to Thread
Results 1 to 10 of 10
-
Seek, And You Shall Find.
-
Have you tried removing/cutting that frame after creation? It's likely garbage. Editors will likely open the first frame even if it is corrupt, but the players may be going to the first readable frame. If you browse the folder where the file is saved using thumbnail view, does Windows create a green or black thumbnail?
Google is your Friend -
I havent tried cutting the frame after making the script, The thumbnail view is black, I even tried viewing other files and they too are black.
Seek, And You Shall Find. -
Yeah Krispy, this is buggin me out
I notice after cutting a sample in the middle of the avi and then making an .avs script, then opening in Virtualdub(mod) it is viewed correctly (NO GREEN) so it seems to be if the clip starts with a black frame the .avs script is viewed as green in VDM at the start (only upon loading the script)
Seek, And You Shall Find. -
Why don't you first trim some off the start of the AVI and save (Direct stream copy). Use the 'key frame' icon to advance a bit then mark your 'Start'. See how this 'new' trimmed version behaves.
-
I'd like to see the script.
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
MysticE, I tried your suggestion on a few different clips and the same thing happens ( the green screen with black borders) when I open the script in VDM it shows green then after I press play it starts where I made the beginning cut.
My brother has the same motherboard as me with a better processor and I asked him does he get the green at the beginning of a script and he said yes. What gives???
gadgetguy, here is the script im using made by Fitcd
# -= AviSynth v2.5.7.0 script by FitCD v1.2.8 =-
AVISource("C:\Documents and Settings\hittz\Desktop\Test.avi")
LanczosResize(720,352,0,1,592,318)
AddBorders(0,64,0,64)
#Trim(0,5590).FadeOut(150) > I also tried Trim(1,5590)
ConvertToYUY2() # For VirtualDub or CCE
I even get the green screen when creating the script in AvsPSeek, And You Shall Find. -
B-frame decoder lag? See if Mpeg4Modifier can fix it by turning off or on packed bitstream. Otherwise Trim(1,0) should remove the first frame, or Trim(2,0) to remove 2 frames. Or try DirectShowSource() instead of AviSource(). Directshow handles b-frames better.
-
The Trim(1,0) command worked perfectly Jagabo. I was doing that wrong when I tried it. (above) Now when I open the avs scripts in Virtualdubmod there is NO green screen.
Thanks much Jagabo, and all others who helped in this matter.
MPEG4 Modifier seems like an interesting tool, Im checking it out now. Thanks
Seek, And You Shall Find.
Similar Threads
-
Avidemux: The beginning frame is not a key frame. Please move the A marker
By devilcoelhodog in forum EditingReplies: 13Last Post: 8th Jun 2015, 13:38 -
editing video - cutting a few minutes at the beginning and end
By hardy in forum Newbie / General discussionsReplies: 6Last Post: 30th Jun 2010, 18:19 -
Problem with end frame showing up at beginning when converting ts to avi
By mt123 in forum Video ConversionReplies: 2Last Post: 27th Sep 2009, 12:54 -
What are these green lines across the frame?
By tsu3000 in forum RestorationReplies: 2Last Post: 26th Nov 2008, 17:41 -
Any way to insert 1 frame image at the beginning of an mp4 (using AutoGK)
By cryptyk in forum DVD RippingReplies: 11Last Post: 10th Sep 2008, 23:03