原帖由 Mathk 於 2005-10-14 09:43 發表
forwardfrom PalmManiac@pumb.org

====
Virus Warning - winmenc.exe

After update of virus database today, I found this program winmenc - GUI for Mencoder, down ...


I have scanned it by Mcafee VirusScan 8.0 with SDAT 4605 (14/10/2005) and there is no virus.
Please name what virus scan product you used and what virus name you found. Thx

TOP

原帖由 yawoo 於 2005-10-15 03:21 發表


I have scanned it by Mcafee VirusScan 8.0 with SDAT 4605 (14/10/2005) and there is no virus.
Please name what virus scan product you used and what virus name you found. Thx


可能係AVG o既db 有錯,所以誤判有毒。

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

原帖由 Mathk 於 2005-10-15 11:05 發表


可能係AVG o既db 有錯,所以誤判有毒。


I am also use AVG bor ! No problem wo ?


TOP

原帖由 dpoiuking 於 2005-10-16 19:21 發表
我是新手,請問個問題,為何視頻編碼器選copy時,字幕嵌不進去,選divx及其他的便行,請問這是什麼問題,謝謝


加字幕一定要作encode, 加字幕壓進去. copy當然不能啦.

TOP

原帖由 傻瓜 於 2005-9-28 09:52 發表
File not found: 'frameno.avi'
Failed to open frameno.avi
Error loading dll
ERROR: Could not open required DirectShow codec cook.so.
ADecoder preinit failed :(
Error loading dll
ERROR: Could n ...


第3點, 你沒有把code package解壓在winmenc相同目錄內吧?

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

原帖由 dpoiuking 於 2005-10-19 22:24 發表
謝謝您的答覆,但如果我只想加字幕,該怎麼做比較好呢


加字幕, 用DivX, Xvid, x264, 沒有說那個比較好.
同樣bitrate, 畫質就以 x264 > Xvid > DivX. 不過同時壓製時間就相反了.

TOP

Can I use this program to convert a .rmvb to PSP format MP4 file? Currently I use 3gp_converter to do the trick but somehow I can't open .rmvb with 3gp_converter. The setting in 3gp_converter is:

""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -croptop 0 -cropbottom 0 -cropleft 0 -cropright 0 -padtop 0 -padbottom 0 -padleft 0 -padright 0 -s 320x240 -r 29.97 -qscale 7 -acodec aac -ac 2 -ar 24000 -ab 32 -vol 100 -f psp -muxvb 512 "<%OutputFile%>.MP4""

Many thanks!

TOP

原帖由 smkwan 於 2005-10-24 22:32 發表
Can I use this program to convert a .rmvb to PSP format MP4 file? Currently I use 3gp_converter to do the trick but somehow I can't open .rmvb with 3gp_converter. The setting in 3gp_converter is:
...


ffmpeg是不能用rmvb作為input, 同樣地mencoder也不能直輸出mp4, 雖然兩個也是用同一個
encoding核心. 你可以考慮用mp4box等程式, 把mencoder輸出的AVI轉成mp4. 因為本人沒有
PSP, 也沒有深入研究過.

TOP