View Single Post
Old 9th May 2015, 16:43   #4  |  Link
8-BaLL
Registered User
 
Join Date: Jun 2012
Posts: 75
Quote:
Originally Posted by TheSkiller View Post
DirectShowSource is the culprit. Your source already is YV12 (4:2:0), correct, but DirectShowSource seems to convert it to something else (probably YUY2), and therefore you need to convert to YV12 yet again for QTGMC.

Don't use DirectShowSource.
Thanks for the input. What alternative should I use for the .TS file? With FFvideosource() ?

edit: Ive tested ffms2 and the problem no longer occurs. Thanks for the tip guys.

But isnt ffms2 known as a little unprecise in handling frames or something like that? Or is ffms2 reliable as it is right now?

Also is it normal that my PC only manages 1,5 fps with this script?

Code:
FFVideoSource("c:\TVcap.ts", fpsnum=25, fpsden=1, threads=1)

qtgmc(preset="very slow")

spline64resize(1280, 720)
My CPU load is only around 50% though, which is core i5 @ 4GHz. A little inefficient the qtgmc...

Last edited by 8-BaLL; 9th May 2015 at 17:17.
8-BaLL is offline   Reply With Quote