I don't know why but Adobe premiere can't import well the mjpeg files. When i am working a lot of time premiere cashs and it's being unbearable.
So i import my mjpeg files using Avisynth.
My script is Avisource ("capture.avi").
But i have noticed some rare vertical bars in the video , wich are not present for example , if i import directly the mjpeg video file without using avisynth.
what i can do?
![]()
+ Reply to Thread
Results 1 to 8 of 8
-
-
I see horizontal bars, is that what you mean (parallel with the horizon)?
It looks like the source was interlaced at one time. Could the field order be incorrect for your source?
(it looks like field order incorrect B4 a resize took place......its a bit blurry)
. -
ops , yes it is horizontal lines
"It looks like the source was interlaced at one time. Could the field order be incorrect for your source? "
No , i capture with my AIW using Pic video mjpeg 3 codec.
With CCE i don't have any problems.
Avisynth detects automatically the field order? -
Does the Pic video mjpeg use YUY2 colorspace?
To convert to Premiere compatibility i'm assuming your AviSynth script would contain ConvertToRGB at some point.
Code:ConvertToRGB24(interlaced=true)
. -
For prem, AFAIK Picvid 3 encodes rgb mjpeg either in TV or PC color range depending on if the "Encode Normalized YUV" box is checked. Field order depends on capture device, & like most it will encode whatever it's given, despite the interlace check box which when checked can cause some editing software a bit of grief. I have seen it help to uncheck the box, even if checked when encoded. Might also try the force yuv on/off.
Are the pictures posted from video rendered by prem? -
I have discovered that the cause that i can't import well mjpeg and huffyuv avi files was the newest version of Virtualdub.
I have tried to capture using the 1.5.8 version and now these avi files can be imported without any problem by Adobe premiere 6.0 and 6.5 .
Similar Threads
-
vhs with vertical lines
By spiritgumm in forum Video ConversionReplies: 29Last Post: 22nd Aug 2019, 09:17 -
Vertical lines in SD camcorder video ?
By Umen Pich in forum EditingReplies: 8Last Post: 21st Dec 2011, 19:25 -
Vertical dark lines on captured video
By jsr184 in forum Capturing and VCRReplies: 6Last Post: 29th Jan 2009, 20:31 -
Vertical Lines from Video Camera
By solarblast in forum Newbie / General discussionsReplies: 0Last Post: 17th Mar 2008, 21:30 -
vertical lines in 2.5
By thekingbeyond in forum SVCD2DVD & VOB2MPGReplies: 28Last Post: 23rd Jun 2007, 14:53