VLC 中文字幕設定, Ctrl-P 叫出偏好設定,
在「字幕與OSD」裡面的字型必需選擇 UTF-8 字型才會正常, 如下:
SimHei (黑體)
SimSun (宋體)
KaiTi (楷體)
YaHei (雅黑)
預設編碼則依字幕的編碼方式決定, 因為 VLC 不會自動偵測字幕, 要設定正確才行,
設完後重新開啟 VLC 即生效
VLC 中文字幕設定, Ctrl-P 叫出偏好設定,
在「字幕與OSD」裡面的字型必需選擇 UTF-8 字型才會正常, 如下:
SimHei (黑體)
SimSun (宋體)
KaiTi (楷體)
YaHei (雅黑)
預設編碼則依字幕的編碼方式決定, 因為 VLC 不會自動偵測字幕, 要設定正確才行,
設完後重新開啟 VLC 即生效
K-Lite Codec Pack 10.0 此版將 32-bit and 64-bit codecs 包在一起,
若有灌了反而遇到 Lag 的問題, 可嘗試將 Options / Playback / Output / DirectShow Video 調成
System Default 或 Enhanced Video Renderer (EVR) 試試
預設是 Enhanced Video Renderer (custum presenter)
若是 nVidia 顯卡, 可在安裝時選擇硬解 LAV Video nVidia CUVID
sample.mp3 長度 30 分鐘
取前10分鐘, 輸出為 first10.mp3
ffmpeg -t 00:10:00 -i sample.mp3 -codec copy first10.mp3
取中間10分鐘, 輸出為 middle10.mp3
ffmpeg -ss 00:10:00 -t 00:10:00 -i sample.mp3 -codec copy middle10.mp3
取最後10分鐘, 輸出為 last10.mp3
ffmpeg -ss 00:20:00 -i sample.mp3 -codec copy last10.mp3
將前後十分鐘合併, 輸出為 merge.mp3
ffmpeg -i "concat:first10.mp3|last10.mp3" -codec copy merge.mp3
This page is an archive of entries in the Software category from August 2013.
Software: May 2013 is the previous archive.
Software: September 2013 is the next archive.
Find recent content on the main index or look in the archives to find all content.
Recent Comments