+ Reply to Thread
Results 31 to 37 of 37
-
I would have agreed with you 2 years ago, but there are big advantages for other video programs like 3D rendering, Adobe apps (They only run 64-bit)..., NLEs, memory intensive programs like compositing apps with big textures. Even x264 64bit is consistently 5-10% faster now test on a variety of conditions, sources when used directly or piped (Even without a memory bottleneck and huge amounts of free RAM)
Last edited by poisondeathray; 28th Apr 2012 at 12:26.
-
still no luck with lavf?
Another way you could do this that would be independent of your directshow filter configuration is to use x264 to encode to lossless intermediate. If you download a binary from komisar , jeeb or taro, they lav built in and you can force it by using --demuxer lavf (I think jeeb builds the ones on x264.nl, or you can use this http://komisar.gin.by/ )
Code:x264k --demuxer lavf --crf 0 --preset veryfast --fps 30000/1001 --tff -o lossless.mkv split-006.mkv
Code:Load_Stdcall_Plugin("C:\Program Files (x86)\AviSynth 2.5\plugins\yadif.dll") FFVideoSource("lossless.mkv") AssumeTFF() AssumeFPS(30000,1001) Yadif(mode=1, order=1) Spline64Resize(720,480) SeparateFields() SelectEvery(4,0,3) Weave() ColorMatrix(mode="Rec.709->Rec.601", clamp=0) ConvertToYUY2(interlaced=true)
-
Ok I just recieved a sample of the original file and I'd surmise the MKV was borked. The TS sample is fine, I ran it through DGAVCIndex without a problem which reports that it's MBAFF, probably why my output wasn't right. Although saying that Mediainfo doesn't report it to be MBAFF. I know from a previous thread I made that AVCSource doesn't support MBAFF though so back to DSS?
Here is the sample if anyone else wants to take a look - http://dl.dropbox.com/u/63805455/Foo%20Fighters%20-%20Live%20At%20Lollapalooza%20Brasi...ts.12.ts.12.ts -
DGAVCIndex has problems with PAFF streams. It will decode with macroblocking and artifacts. It's no longer developed or supported for a few years now. Use whatever works
Similar Threads
-
Newbie question about frame rates.
By MrTorso in forum Video ConversionReplies: 4Last Post: 13th Jul 2011, 22:49 -
need software to convert video files that have different frame rates
By snafubaby in forum Video ConversionReplies: 2Last Post: 7th Mar 2011, 02:33 -
Editing and rendering with multiple frame rates?
By vid83 in forum EditingReplies: 12Last Post: 2nd Mar 2011, 03:20 -
Virtuadub shows two different frame rates ?
By vodmare in forum Video ConversionReplies: 8Last Post: 12th May 2008, 18:47 -
Encoding in Virtualdub: Do you have to worry about frame rates?
By FallenAngelII in forum Newbie / General discussionsReplies: 28Last Post: 7th May 2007, 11:15