nicoxiang / geektime-downloader

极客时间课程下载器,支持下载极客时间专栏/视频课/每日一课/大厂实践/训练营视频
MIT License
642 stars 163 forks source link

ts转mp4 #85

Closed pure-maple closed 1 year ago

pure-maple commented 1 year ago

视频课下载的ts文件是否可以转为MP4,尝试用ffmpeg转换出现异常,是因为加密的原因吗?

nicoxiang commented 1 year ago

我试了下也有些报错,但是最后能转成功,也能正常播放。大部分播放器应该能直接播放ts 格式。 ffmpeg的命令我网上随便找的,应该有其他更合适的参数:

ffmpeg -i yourvideoname.ts -c:v libx264 outputfilename.mp4

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days