發表文章

目前顯示的是有「mp4」標籤的文章

SONY DV file processing

1. Download SONY PMB(Play Memory Home) via https://support.d-imaging.sony.co.jp/www/disoft/int/download/playmemories-home/win/zh-Hant/ and install SONY PMB 2. Plug in SONY DV to your PC/NB by USB cable, the PMB software will check SONY DV is on line or not 3. Convert .MTS file to MP4 format 4.  Merge MP4 Clips to one file for full-length film 5. Edit or cut the full-length .MP4  to what you like to show 

ffmpeg transfer stream files mp4 on CentOS 8

圖片
1 Download tarball from below: https://www.ffmpeg.org/download.html 2  go into folder cd ffmpeg {}  # tab key 2. if your account has sudo option #/etc/sudeors  $ sudo dnf install nasm  $  sudo ./configure  $ sudo make && sudo make install  3.with Constant Bitrate Encoding(CBR) $ffmpeg -i input.mp4 -vn -acodec libmp3lanme -ac 2 -ab 128k -ar 44100 output.mp3   with Variable Bitrate Encodeing(VBR) $ffmpeg -i input.mp4 -vn -acodec libmp3lanme -ac 2 - qscale:a 4 -ar 44100 output.mp3 4. Press enter to excute Other Solution bandbrake - https://handbrake.fr/downloads.php reference https://askubuntu.com/questions/84584/converting-mp4-to-mp3

macOS X 利用 Quick Time 與 iTunes 將mp4轉mp3

圖片
以下為在 El Capitan 下操作使用,無須依靠安裝第三方軟體: 1. 利用 Quick Times 開啟 mp4 檔案 2. 在上方選項列選擇檔案 -> 輸出 -> 僅限音訊... -> 選擇存放位置  (如圖一),此動作會轉成 m4a 3. 從文件存放位置使用 itune 開啟 m4a,先從上方選項列選擇 itune -> 偏好設定 -> 一般 -> 輸入設定 -> 選擇mp3編碼器 -> 品質您高興即可 (如圖二,圖三) 4. 從iTunes上方選項列-> 檔案 -> 轉換 -> 製作mp3版本 (如圖四) 5. 轉完即為 .mp3 格式檔案。若要繼續燒錄至光碟,則需先將.mp3檔案開啟後,點滑鼠左鍵選擇該mp3 檔案,點選滑鼠右鍵選擇加入播放清單。接著選擇檔案  -> 燒錄播放列表至光碟,記 得要有燒錄機與空白光碟CD片。 (圖一) (圖二) (圖三) (圖四) 參考資料 https://support.apple.com/zh-tw/ht204310