制作自己的视频转换程序?可行吗?
视频转换程序是如何制作的?他们是否认真理解他们实现的每种类型的每种文件格式,或者是否使用直接显示过滤器或其他东西?基本上我有兴趣制作自己的,但如果我实际上必须研究要转换的每种文件格式,那么我认为我会通过 O_O
那么,直接显示过滤器怎么样?图书馆?是免费的吗? 就像说我想将 mp4 转换为 avi 或 mkv 等等;我应该从哪里开始学习>:D
How are video conversion programs made? Do they seriously understand every single file format of every single type they implement or is it using direct show filters or something? Basically i am interested in making my own but if i actually have to research every single file format to convert then i think ill pass O_O
So whats the go, direct show filters? libraries? are the free?
Like say i want to convert mp4 to avi or mkv and what not; where should i start my learnings >:D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从这里开始,ffmpeg 是开源的,并且是免费编解码器库的事实上的标准。
Start here, ffmpeg is open source and the defacto standard as a free codec library.