I can remux my MPEG4 into an AVI with MP4Box and FFMPEG, or I could index it with DGAVCIndex.
Then I could either do this:
AVISource("video.avi")
or this:
LoadPlugin("DGAVCDecode.dll")
AVCSource("videoindex.dga")
Whis is better for editing via AVISynth with something like Avidemux?
Does on have any advantages/disadvantages over the other?
I've heard the term "frame accuracy" mentioned before. Is one more accurate than t'other?
+ Reply to Thread
Results 1 to 2 of 2
-
-
DgAvcIndex + AvcSource() will be much more reliable. Remuxing AVC into an AVI container will cause b-frame decoder lag issues. And if the AVC has a variable frame rate you will get A/V sync problems.
Similar Threads
-
Webcam live feed wrapped in AVI or MP4
By halogen in forum Video Streaming DownloadingReplies: 1Last Post: 1st Jun 2011, 19:55 -
new Virtualdub MPEG - still a colorspace problem with MPEG-&
By sanlyn in forum EditingReplies: 6Last Post: 10th Aug 2009, 22:18 -
How to convert an MPEG file to DV-AVI Type 2 using MPEG Streamclip
By MAdNEZ in forum Newbie / General discussionsReplies: 15Last Post: 4th Aug 2009, 07:30 -
AVI to MPEG with HCEnc and Avisynth help!!
By michcio in forum Video ConversionReplies: 127Last Post: 18th Jul 2008, 18:54 -
MPEG-TS and AviSynth
By shorto in forum DVB / IPTVReplies: 4Last Post: 19th Dec 2007, 14:07