So I have this clip of DV video at 720x480, 30fps interlaced. I'm trying to figure out what went wrong with the capture process, and in order to further my investigation, I have got to figure out a way of forcing Premiere Pro (or VirtualDub, or something) to show me the two fields which they are using to generate the progressive frames being shown in the preview boxes. Ideally, what I would like to end up with is images of the fields as either 720x480 frames which are one big comb from top to bottom (a line of video, a line of black, a line of video, etc.) or at least the individual 720x240 fields themselves.
It's pretty amazing that neither of these two otherwise very useful applications give the user any option of seeing their video without any processing.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Hi-
Best would be an AviSynth script opened in VDub:
SeparateFields()#for 720x240 at 59.94fps
or:
Bob()#for 720x480 fields at 59.94fps
or:
LeakKernelBob(Order=0)#for a much better quality "Smart" Bob
http://avisynth.org/SeparateFields
http://avisynth.org/index.php?page=Bob
You can do similar things in VDub. For the 720x240 fields, Go Video->Filters->Add->Deinterlace->Unfold Fields Side-by-side. You can play around with the other options and get other things.
Similar Threads
-
in other words, no Qwikster.
By cal_tony in forum Latest Video NewsReplies: 7Last Post: 10th Oct 2011, 17:00 -
convert fields into 50fps vertical half frames & back
By l.pandit in forum Video ConversionReplies: 3Last Post: 7th Feb 2010, 06:21 -
Working With Chinese Words
By W0rm in forum SubtitleReplies: 2Last Post: 3rd Feb 2009, 20:27 -
... famous last words ...
By Midzuki in forum TestReplies: 0Last Post: 26th Jan 2008, 18:51 -
biblical words
By vin4evr in forum EditingReplies: 9Last Post: 18th Jan 2008, 11:16