這問題,大家討論好久了,四年前我還未出國唸博士班時
我曾和幾位前輩討論過好幾番,也發表幾種自己不同的經驗,
想不到,目前這話題還這們熱門!
不知是否以裝上Real Alternative 1.48 Final來轉檔
http://www.free-codecs.com/download...php?d=1530&s=65
因為,她可以讓你不用在裝 realplayer
回歸正題,我不建議再用 tmpgenc 2.54( old version)去轉檔,
雖然它可以讓rm/rmvb轉黨後有聲音,但她在motion快一點
的場景常會有脫影或者畫面白霧白霧的問題。
我提供一種方法給熱愛轉檔的朋友
http://www.avisynth.org/
去download AviSynth 2.5.6a 或其他版本
安裝後,她會將任何格式的檔案視為一種相容性的 avi檔(或directShow支援的格式)
你可以用VirtualDub直接剪輯、編修在存回.avi檔或做 frameserver丟給 tmpgenc。
或者直接搭配較新版2.521或 3.0express以上版本轉成 mpg檔
而且有聲音(比tmpgenc 2.54( old version)清晰,
但若母檔聲音品質不好,她也是不可能生出好聲音的),
當然你也可以用其他套裝軟體(只要她可以相容 avi的大致上都可以)。
以下我給個 avs 的範例,你可以直接修改路徑就可以用了,存檔xx.avs即可
ps.#代表註解,或該行不生效
#AviSource(string filename [, ... ], [bool audio = true], [string pixel_type = YV12], [string fourCC])
#DirectShowSource(string filename [, float fps, bool seek, bool audio, bool video, bool convertfps, bool seekzero, int timeout, string pixel_type])
#WavSource(string filename [, ... ])
#OpenDMLSource(string filename [, ... ], [bool audio = true], [string pixel_type = YV12], [string fourCC])
#AviFileSource(string filename [, ... ], [bool audio = true], [string pixel_type = YV12], [string fourCC])
#BlankClip([clip template, int length, int width, int height, string pixel_type, int fps, int fps_denominator, int audio_rate, bool stereo, bool sixteen_bit, int color, int color_yuv]) #IPCSource(string ipc_name)
#ImageSource(string file = "c:\%06d.ebmp", int start = 0, int end = 1000, float fps = 24, bool use_DevIL = false, bool info = false, string pixel_type = RGB24)
#Import(string filename)
#AVISource("d:\capture\20060202-065923江山美人.rmvb")
DirectShowSource("C:\Documents and Settings\All Users\Documents\OK\AV\凌辱女傭\0836.wmv")
#WavSource()
#OpenDMLSource()
#AviFileSource() #BlankClip()
#IPCSource()
#ImageSource()
#Import()
# Selects the range 0 to 50000
#Trim (4000, 170425)
# Resizes the image using the lanczos3 algorithm # Now the image is 640x480
#LanczosResize(640,480)
# Loop the substream 25 times
#substream = Loop(substream, 25)