hi,
i would like to black mask my capture. currently am using tmpgenc xpress. however its reencoding is so slow.
is there another app that will do a black mask quicker or without reencoding?
if reencoding cannot be avoided, which app will do the job quickest without butchering the capture?
ta in advance.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Basically, you can't change any properties of a video without reencoding. The only edit possible is to cut out bits and pieces.
There are other faster encoders than TMPGEnc, but not dramatically so. AFAIK, CCE is the speed daemon among them.
One thing to keep in mind, is not to set Motion Search Precision to Highest - that takes TMPGEnc down to a crawl, without making any visible difference compared to second or even third highest setting.
/Mats -
FWIW, A "PC playback only" solution is to load the clip using an AVISynth script which could be as simple as follws:
Code:AVISource("clip.avi") crop(16,16,-16,-16) AddBorders(16,16,16,16)
If you need to re-encode, you could also load this script into TMPGEnc or CCE and it will handle the masking for you (traditionally much quicker than TMPGEnc's inbuilt functions).If in doubt, Google it.
Similar Threads
-
Best way to mask dropouts on old Betamax recordings?
By baakre in forum RestorationReplies: 27Last Post: 31st Mar 2013, 10:21 -
DVDA/how2/mask/button?????
By cesarin in forum Authoring (DVD)Replies: 2Last Post: 21st Nov 2011, 07:39 -
Overlay/Mask/Layer Question
By legocrazy1 in forum EditingReplies: 3Last Post: 16th Jul 2010, 04:00 -
From RGBA to mask avi
By fapo in forum Video ConversionReplies: 0Last Post: 2nd Jul 2008, 10:00 -
Is there an way to crop (remove black borders) without reencoding?
By BlooderButcher in forum EditingReplies: 6Last Post: 21st Apr 2008, 19:52