Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#21 | Link |
|
Registered User
Join Date: Oct 2007
Posts: 66
|
Hi, This is my first post - hope I'm in the right place.
I want to use MCBob, but I can't figure out how to apply it to a given clip. Could somebody gently take me through the steps? I work daily with simple AVISynth scripts, but nothing as complex as MCBob. Thanks! |
|
|
|
|
|
#27 | Link |
|
Registered User
Join Date: Oct 2007
Posts: 66
|
I'm running mcbob on a quad core 6600 overclocked to 3.2ghz.
Unfortunately, only one core gets utilized. I'm using avisynth 2.5.7.0 and mvtools 1.8.4.2. Deinterlacing a 60i HDV picture @ 1440 x 1080 takes 2 seconds per frame. And looks great, btw. Sure would like to use all four cores. If anybody has any ideas, please speak up! Last edited by rec; 13th November 2007 at 19:36. |
|
|
|
|
|
#28 | Link | |
|
Registered User
Join Date: Sep 2004
Location: Near LA, California, USA
Posts: 1,545
|
Quote:
SetMT(mode=2, threads=4) Avisource("Mydrive:\Myfolder\mysourcevideo.avi") If that doesn't work, then you'll just have to use trim() and process 4 separate segments of the video and assign each segment to one core via taskmanager. Make sure all 4 segments are encoded losslessly so you can encode them to xvid, H.264 or another codec later.
__________________
Pirate: Now how would you like to die? Would you like to have your head chopped off or be burned at the stake? Curly: Burned at the stake! Moe: Why? Curly: A hot steak is always better than a cold chop. |
|
|
|
|
|
|
#30 | Link |
|
Registered User
Join Date: Feb 2007
Posts: 25
|
mcbob is amazing but I have some issues on horizontal lines: they shutter
If I put selecteven it is fine but I would like to keep all the 50 fps. I am using mcbob() without further configuration is there an option that could work for me?
|
|
|
|
|
|
#31 | Link |
|
Angel of Night
![]() Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,567
|
Can you post an example of the video? MCBob should bob less than other bobbers (if that's the case, that's probably the best you can hope for), if it doesn't it could make for a good test case.
|
|
|
|
|
|
#32 | Link |
|
Registered User
Join Date: Feb 2007
Posts: 25
|
it's a little difficult for me to post a part of the file. Anyway the problem is mainly the watermark of the channel and the graphic of the show.
I solved (almost) using tdeint and mcbobbed stream as clip2, it doesn't like flash but it is not so ugly. |
|
|
|
|
|
#33 | Link |
|
Registered User
Join Date: Jan 2008
Posts: 35
|
I don't know about getting rid of the watermark, but to keep your 50 fps without using selecteven you could try
Code:
complementparity MCBob() |
|
|
|
|
|
#37 | Link |
|
Registered User
Join Date: Apr 2006
Posts: 57
|
i'm trying to deinterlace an old anime ntsc r1 (usa) dvd.dgindex reports it as interlaced.here is a sample:
http://rapidshare.com/files/97003811...muxed.m2v.html i'm trying different deinterlacer,am i right using mcbob like that Code:
DGDecode_Mpeg2Source("H:\Kimagure Orange Road Movie 1\VTS_01_1.d2v",info=3)
colormatrix(hints=true,interlaced=true)
mcbob().selecteven.tdecimate(mode=1,hybrid=1)
should i use a different deinterlacer? |
|
|
|
|
|
#38 | Link |
|
Registered User
Join Date: Jan 2008
Posts: 110
|
If you're interested in trying something other than mcbob you could look at this thread: http://forum.doom9.org/showthread.php?t=135688
|
|
|
|
|
|
#39 | Link |
|
Registered User
Join Date: Nov 2006
Posts: 51
|
Is there a way to use mcbob just in a section of the encode? Because I'm getting "Framerate doesn't match" error when using trim...
And another question... I know that mcbob doubles the framerate, but how can I get original framerate (29.97fps) back? |
|
|
|
|
|
#40 | Link | |
|
*Space Reserved*
Join Date: May 2006
Posts: 953
|
Quote:
To get the original rate, use either selecteven() or selectevery(2,0) after mcbob.
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|