ShareChiWai Notes
ShareChiWai Notes
Home
Blog
Menu Venue
Event
Sharing
Contact
Light
Dark
Automatic
Free software
FFmpeg - 十分好用可以轉換Audio / video既 program
最近因為種種原因..要轉換不同的Audio / Video format 上網搜尋很久也找不到一些免費又好似做唔到我想要既效果.. 或是要收費 最後發現如果不怕麻煩 花小小時間學習. 其實是可以使用 FFmpeg 這個 program 來做到的.. 之後發現有很多程式都是用ffmpeg 來轉換檔案格式的 在 Windows 上我會使用 Choco 來 Install ffmpeg choco install ffmpeg 我覺得有些如是 command line 使用的 程式 使用 Choco 來安裝好似比較方便
Last updated on Feb 17, 2024
1 min read
FFmpeg convert resize video - 使用FFmpeg 來轉換視訊格式
使用 FFmpeg 來轉換 Video 格式十分容易的 首先要知道FFmpeg 可以轉換那些 format 大家可以執行以下的指令看看 ffmpeg -formats 或者參考以下網頁 https://www.ffmpeg.org/ffmpeg-formats.html https://www.ffmpeg.org/general.html#Supported-File-Formats_002c-Codecs-or-Features 轉換 Video format 十分簡單 以下是一些有用的 command mp4 to mkv ffmpeg -i \ [input]mp4] \ -vcodec copy \ -acodec copy \ [output.
Last updated on Feb 17, 2024
1 min read
Free Software for Student - 免費軟體 (學生篇)
今日公司的同事和大家分享了一系列十分實用/好用既軟體 如果你是學生 或是還有學生 Email account 或學生証 的話都可以免費申請的 有興趣既朋友可以參考以下網頁: https://www.gitkraken.com/github-student-developer-pack https://www.jetbrains.com/student/ https://education.github.com/pack https://bitbucket.org/product/education 很可惜..我已經失去了我大學時的 Email account 不能享用這些福利了
Last updated on Feb 17, 2024
1 min read
Free Stuff - 免費好介紹
Cite
×