LeiMing’s x264 GUI 2008-04-06

April 6th, 2008 | Posted in LMx264GUI   Add Comment

changelog:
2008-04-06
New: Tooltips are added.
Change: Some small changes about AQ.
NOTICE: FOR X264 VER 807 OR HIGHER ONLY!

Download

LeiMing’s x264gui 20080323

March 23rd, 2008 | Posted in LMx264GUI   Add Comment

Just small changes.

2008-03-23
Change: parameter “–nf” is changed into “–no-deblock”.
New: Chroma QP Offset option added.
New: Direct prediction size option added.
Improvement: “hadamard exhaustive search” is added.

Click here to download

Timecode format v2 to v1 converter ver 0.2 && Crop and Resize Searcher 20080211

February 13th, 2008 | Posted in other   Add Comment

As the title. This time I’ll write some simple introduce to these tools.

The first, crop and resize searcher. It helps us to got a good solution to restore the
aspect when doing DVDRip. Give it a range, it can give you a result to what is better.
When using, maybe a word “AE” appears, which stands for “aspect error”.
Obviously the less the better.

Then, the timecode format v2 to v1 converter. I have nothing to much to say about
this, just run it in console it will give the commandline how to use. What I want to say
something is about the DLL.

Give it the ”FILE *” and the function “fgets”, it returns a linked list of result. The source code is very simple, I think just see it you’ll know how to use it.

OK, if there is still somewhere unclearly please tell me, I will try to throw lights on them.

Timecode v2 to v1 converter 0.2

Crop and Resize Searcher 20080211

Timecode format v2 to v1 converter ver 0.1

February 1st, 2008 | Posted in other   Add Comment

As the title says. Written in C.

Including a shell and a timecode format v2 analysiser DLL.

tcv2tov1_01.zip

Leiming’s x264gui 20070814

August 14th, 2007 | Posted in LMx264GUI   1 Comment

changelog:

2007-08-14
New feature: AQ and deadzone is supported. (HeadBangeR77)

lmx264gui-20070814.zip

Dedup works with AVI container GUIDE

July 19th, 2007 | Posted in other   3 Comments

Dedup is an avisynth plugin, it makes the number of frames less while the video seems no change. It makes a clip VFR and it always works with MKV container.

But in fact, if fill the room of frames that it deletes with drop frames it can work with AVI container well, too. So I find a way that can make dedup work with AVI container.

There is a tool called AVIRead (AVIRead is a tool made by sswroom), can insert drop frames in a AVI by loading a script. So I make a tool to
convert timecode format v2 to the script it needed (called ASC).

usage: tc2asc <timecode v2>  [fps]

by default, the fps is 23.976.

after using dedup, you’ll get a timecode v2 file. converting it into asc with the tool. the parameter fps is what the framerate of source is before using dedup.

After compressing, don’t mux that AVI into MKV, just open it with AVIRead. then
Edit->insert drop frames using script file(60fps), press the browse button and open the asc file. then press OK button. After do this, drop frames is inserted. but the framerate becomes wrong. Edit -> Change frame rate, restores its framerate to the same as source, then save the AVI file. (don’t overwrite the avi file you open, it leads to error)

At last, mux the AVI file with audio. Finish!

My English is poor, so if there is anything confused please leave a comment.

tc2asc

a better one of tc2asc 

aviread.zip (Author: sswroom)

below is the translation of niiyan-san (part).

DeDup プラグインを AVI フォーマットで使用する手順(Leiming’s media-related blog » Blog Archive » Dedup works with AVI container GUIDE より)
i.DeDup を使用し、timecode v2 を作成。
ii.tc2asc を使って、timecode v2 を asc ファイルに変換。
iii.圧縮後、AVI を MKV には格納せず、AVIRead で開く。
iv.Edit -> insert drop frames using script file(60fps) -> Browse ボタンを押して asc ファイルを開き、OK ボタンを押す。
v.ドロップフレームが挿入されるが、ただしフレームレートが間違っているので、Edit -> Change frame rate でフレームレートをソースと同じに戻す。
vi.AVI ファイルを保存(開いたファイルを上書きしないこと)。
vii.AVI ファイルを音声と合成する。

tc2asc の使用法
tc2asc [fps] <timecode>
fps のデフォルトは 23.976。

Crop and resize calculator for DVDRip

July 19th, 2007 | Posted in other   Add Comment

It’s for those who does DVDRip and wants the aspect error as little as possible.
The tool will try to search the best solution in the range you choose.

licence: GPL

(notice: AE stands for Aspect error. the result is crop before resize)

Download

timecode format v2 to v1 converter

July 17th, 2007 | Posted in other   Add Comment

Please see the new one.

Leiming’s x264 GUI 2007-06-25

July 16th, 2007 | Posted in LMx264GUI   1 Comment

A vfw-liked x264gui.

Feature:
*Very VFW-liked.
*Add awful number of files once.
*Support AVS Script preset, so using non-avs files as input is possible.
*Conditional double passes, estimating the right Q means finishing in only one pass.
*Support audio encoding and automated muxing.
*Support automated double passes.
*Support shutdown after jobs done.
*Support log recoding.
*Can work as an audio encoding GUI
*Bitrate calculated automated.
—————————————————————————————–
DISCUSSION: http://forum.doom9.org/showthread.php?t=112770

please see the “readme.txt” for detail.

Download