Search found 7 matches

by SpankyRabinowitz
Wed Jul 12, 2006 3:21 pm
Forum: Generic Discussions
Topic: Deinterlace is not working
Replies: 17
Views: 19183

command line

With deinterlace enabled: ".\mplayer\mencoder.exe" "$(SourceFile)" -af volnorm=2 -vf pp=ha:cva:cal:c/lb,harddup -passlogfile "$(TempDir)mcpass2652.log" -ovc x264 -x264encopts qcomp=0.60:dct_decimate:bframes=3:keyint=250:keyint_min=25:frameref=1:qp_min=10:qp_max=51:qp_step=2:qp_constant=26:cabac:dire...
by SpankyRabinowitz
Tue Jul 11, 2006 4:17 pm
Forum: Generic Discussions
Topic: Deinterlace is not working
Replies: 17
Views: 19183

I agree

I just did a test conversion from VOB/MPEG2 to H.264 with deinterlace enabled and it did not deinterlace. This used to work in older version. I suspect a bug has crept in. My conclusion is based on visual inspection rather than analyzing the movie but I'm pretty good at spotting interlacing. In fact...
by SpankyRabinowitz
Sun Jun 25, 2006 9:34 am
Forum: Generic Discussions
Topic: Problem compressing DV files over 2GB
Replies: 3
Views: 6448

Known issue

As far as I know, it's a known issue. You'll have to work around it by splitting the files to smaller than 2G chunks.
by SpankyRabinowitz
Sun Jun 18, 2006 4:18 am
Forum: Development
Topic: Set Processor Affinity
Replies: 1
Views: 7119

Set Processor Affinity

If multithreading is out of the question for the near future (which it probably is), could you set the processor affinity for the single threaded subprocesses? That should cut down on the thrashing and might make things go a bit faster.
by SpankyRabinowitz
Sun Jun 18, 2006 3:01 am
Forum: Generic Discussions
Topic: Video useable on windows XP and 2000 without any install
Replies: 2
Views: 4818

Try MS-MPEG4-V2

I've found MS-MPEG4-V2 gives acceptable results, encodes quickly, and works on WMPlayer 10 out of the box. It's fast enough that I often use 2 or 3 pass to get the extra quality boost and accurate bit rate. This codec also plays OK in VLC, though not in quicktime. I typically encode at a video rate ...
by SpankyRabinowitz
Sat Jun 17, 2006 11:41 am
Forum: Development
Topic: Let "Remove" work during encoding.
Replies: 1
Views: 7251

Let "Remove" work during encoding.

I often run batch encodings and figure out that one of my pending tasks is broken. However, the "Remove" button doesn't work during encodings even for files that aren't being encoded at that time.
by SpankyRabinowitz
Sat Jun 17, 2006 11:39 am
Forum: Development
Topic: Multithreading support?
Replies: 3
Views: 7551

Seconded! I should metion though that you can run 2 copies of MC at once if you have multiple files to process. As long as the file names don't conflict, it works fine.