我用 Celeron, 咁應該用 which version?

有無人可以 post 轉去俾Pocket PC (用TCPMP睇) 同 轉去俾desktop PC 既 profiles?

TOP

How can i set the video sample size?

How can i set the video sample size?
As i see most of the video files' property show that they are using video sample size of 24 bit. When i use WinMEnc, all the  converted files are of 12 bit.
By the way, WinMEnc is the best converting software i have ever seen. I have used TMPGEnc, WinAVI and others software before, but all having problems(video and audio not synchronize, converting time too long, graphic quality not good,etc). Good job
Keep on going.

TOP

由於mencoder已經全面支援avisynth, 近來在研究製作avs, 有些資料想給大家分享.
以下兩個教學, 當中由DVD製作相應avs可以參考一下:
http://bbs.ycdv.com/viewthread.php?tid=29080
http://202.100.98.115:8080/jess/read.php?92

mencoder一直有一個問題是, 有一些DVD碟在加入字幕壓製時, 有些字幕會消失了.
轉用avs後, 就沒有這個問題了.

簡單步驟如下:
1. 用DVD decrypter由DVD取出vob
http://www.afterdawn.com/softwar ... s/dvd_decrypter.cfm

2. 用DGIndex由vob製作影像d2v及取出音效AC3.
http://www.avisynth.org/warpente ... dec148_20060720.zip

3. 用Vobsub Ripper取出字幕idx/sub
http://www.free-codecs.com/download/VobSub_Ripper.htm

4. 用Gordian Knot或手動製作avs
http://www.free-codecs.com/download/Gordian_Knot.htm
http://www.avisynth.org/
http://sourceforge.net/project/showfiles.php?group_id=57023
http://sourceforge.net/project/s ... mp;package_id=84359

以下是一個sample avs給大家參考:
LoadPlugin("c:\program files\avisynth 2.5\plugins\dgdecode.dll")
LoadPlugin("c:\program files\avisynth 2.5\plugins\VSFilter.dll")
video=MPEG2Source("d:\VTS_01_1.d2v").VobSub("d:\VTS_01_1.idx").
audio=DirectShowSource("d:\VTS_01_1 T01 2_0ch 256Kbps DELAY -192ms.ac3").DelayAudio(-0.192)
AudioDub(video,audio)

5. 把avs當一般影音檔給WinMEnc/mencoder作輸入就可以了.

[ 本帖最後由 yawoo 於 2006-8-2 10:01 編輯 ]

TOP

yawoo。請問mencoder的問題

我用了rotate=1參數。那么字幕怎么設置才能也旋轉90度呢?
另外新版winmenc什么時候出呢?
謝謝。

TOP

有一個問題
------------------------
用xvid 320:240 轉mkv 原本有字幕...轉完出黎字幕無左....點解?

TOP

我用這套軟體的目的是讓想把電影轉檔為DVD (mpeg2 720:480 NTSO)

問題是我自己下載收藏的電影全部是影片比例是更細長型的
(608 x 256 2.375:1 (19:8) )
(640 x 256 2.500:1 (5:2) )等還有好多之類不同比例的影片

我是希望如果原影片是更細長型在螢幕上也是更細長型的

因為各個電影螢幕比例都不同 搞我頭都暈了

自己水平底 怎樣調也沒法轉到一個比例正確的DVD

請各位大大 求一下我把.....
在這裏可以說下怎樣轉mpeg2 720:480 NTSO好的參數嗎?

TOP

hello, I like this software. Its real good!
can you develop RMVB to SVCD next version?
why the maximum bitrate is only 2000? Is it possible to make this value higher?
many high quality mpeg2 movies are over 2000 kps bitrate.
sorry for my newbie question.....  :) :)


I just tried to convert a rmvb movie to mpeg2. but it only has sounds. what should I do?
My computer:
pentium4 3.0ghz
WinMEnc 0.61beta
k-lite mega codec installed



[ 本帖最後由 臥龍子 於 2006-9-23 10:54 編輯 ]

TOP

Hi ! if i am using Core2Duo, which patch i need to use ?

TOP

有冇人用過pocket DVD(朋友推介)
好唔好用?
快唔快?

TOP

试了一下
http://ffdshow.faireal.net/mirror/mplayer/
也支持avs编码解码
更新快,有pm版本

TOP