August 2013 Archives

VLC 中文字幕

user-pic
Vote 0 Votes

VLC 中文字幕設定, Ctrl-P 叫出偏好設定,
在「字幕與OSD」裡面的字型必需選擇 UTF-8 字型才會正常, 如下:
SimHei (黑體)
SimSun (宋體)
KaiTi (楷體)
YaHei (雅黑)

預設編碼則依字幕的編碼方式決定, 因為 VLC 不會自動偵測字幕, 要設定正確才行,
設完後重新開啟 VLC 即生效

DOS + Windows 7 multiboot

user-pic
Vote 0 Votes

若是灌 DOS + Windows XP + Windos 7, Windos 會自動建立多重開機選單,
在 Windos 7 可以回到 Windows XP 的開機選單, Windos XP 中有個選項可進入 DOS

但是若只有灌 DOS + Windos 7, Windos 並不會自動建立多重開機選單, 需要手動加一下

DOS 灌在第一個開割區, Windos 7 在第二個分割區

1. 需先準備 ntldr 檔案, 從另外一台 Windos XP Copy 到 DOS 分割區

2. 在 DOS 分割區建立 boot.ini, 內容
[boot loader]
timeout=3
default=C:\
[operating systems]
C:\

3. 在 Windows 7 用 bcdedit 建立開機選單
bcdedit /create {ntldr} /d "DOS"
bcdedit /set {ntldr} device partition=D:
bcdedit /set {ntldr} path \ntldr
bcdedit /displayorder {ntldr} /addlast

改完後就可以看到兩個選單
  Windows 7  
  DOS           

K-Lite Codec Pack 10

user-pic
Vote 0 Votes

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

Using ffmpeg to trim MP3

user-pic
Vote 0 Votes

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

About this Archive

This page is an archive of entries from August 2013 listed from newest to oldest.

July 2013 is the previous archive.

September 2013 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Monthly Archives