将视频从flv格式转换为3gp和 [英] convert the videos from flv format to 3gp and

查看:75
本文介绍了将视频从flv格式转换为3gp和的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们如何将视频从.flv格式转换为3gp以及另一种格式,如asp.net中的.avi格式,并在C#中编码,并从文件夹下载3gp格式。

解决方案

对于这样的事情,每个人都想做,搜索互联网是你最好的选择。



FFmpeg [ ^ ]只是声称能够做到这一点的数百个图书馆中的一个。


我会建议另一个好的选择,当FFMped失败时,这让我处于非常困难的状态。



这是VLC: http://en.wikipedia.org/wiki/VLC_media_player [ ^ ]。



这通常用作媒体播放器,但最初是是一个视频流和转换工具。我敢肯定它可以读取* .FLV并转换为其他内容。我不确定3GP,请从VLC文档中找到。它还可以捕获流媒体(很难实现),相机等等。



-SA

这是关于.NET的VLC组件绑定的更新有用信息:

http:// sourceforge.net/projects/libvlcnet/ [ ^ ],

https://wiki.videolan.org/C_Sharp/ [ ^ ],

https://wiki.videolan.org/.Net_Interface_to_VLC/ [ ^ ]。



另请参阅此CodeProject文章: nVLC [ ^ ]。



值得注意的是,你可以找到的材料将组件用于WPF和 System.Windows.Forms



-SA

How we can convert the videos from .flv format to 3gp and another format like .avi in asp.net with coding in C# and also download the 3gp format from folder .

解决方案

For things like this, that everyone wants to do, searching the internet is your best bet.

FFmpeg[^] is just one of hundreds of libraries that claim to be able to do this.


I would advise another good option which saved me in a very difficult situation when FFMped failed.

This is VLC: http://en.wikipedia.org/wiki/VLC_media_player[^].

This is usually used as a media player, but originally this is a tool for video streaming and conversion. I'm sure it can read *.FLV and convert to something else. I'm not sure about 3GP, please find out from VLC documentation. It can also capture streaming media (which is hard to achieve), cameras and more.

—SA


This is the updated useful information on the VLC component binding for.NET:
http://sourceforge.net/projects/libvlcnet/[^],
https://wiki.videolan.org/C_Sharp/[^],
https://wiki.videolan.org/.Net_Interface_to_VLC/[^].

See also this CodeProject article: nVLC[^].

Notably, you can find material for using the component for both WPF and System.Windows.Forms.

—SA


这篇关于将视频从flv格式转换为3gp和的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆