ByteCanvas
Stay close to every update.
A clean timeline for posts, media, and conversations from your channel.
分享一些日常收集到的开源软件、开发工具和技术知识。
Search: #ffmpeg
Filtered timeline results
FFmpeg : https://ffmpeg.org/download.html ffmpeg -version # 檢查 FFmpeg 是否安裝成功 ffmpeg -i 2.mp4 -ss 00:00:00 -t 00:59:00 -c copy output21.mp4 #从开始到指定时间 ffmpeg -i 2.mp4 -ss 00:59:00 -c copy output22.mp4 #从指定时间到结束 #ffmpeg