vb.net:图像到视频并在youtube上传 [英] vb.net: image to video and upload on youtube

查看:138
本文介绍了vb.net:图像到视频并在youtube上传的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





如何在视频中转换一组图片(带有交易)并将其发布到youtube上?



i在vb.net中寻找源代码



谢谢



Frastono

Hi,

how i can convert a set of image in a video (with transaction) and post it on youtube?

i looking for source code in vb.net

thank's

Frastono

推荐答案

您可以轻松地从单独的图像组成视频,然后使用FFmpeg或libavcodec实用程序将其转换为Youtube所需的格式。请参阅:

http://en.wikipedia.org/wiki/Ffmpeg [< a href =http://en.wikipedia.org/wiki/Ffmpegtarget =_ blanktitle =New Window> ^ ],

http://ffmpeg.org/ [ ^ ],

http://en.wikipedia.org/wiki/Libavcodec [ ^ ],

http://libav.org/ [ ^ ]。



这可能是你能找到的最好的工具,它是开源的。它做你想要的和更多。此外,它支持一组不同的格式(媒体容器)和编解码器。



如果你需要在.NET中以编程方式进行,你可以轻松地运行该实用程序一个单独的进程或使用一些.NET包装器。有关详细信息,请参阅我过去的答案:

HTML5和Mime,Streaming a视频? [ ^ ] ,

如何在C#中将图像转换为视频 [ ^ ],

如何使用Directshow修剪视频!? [ ^ ]。



-SA
You can easily compose a video from separate image and then convert it to the format required by Youtube using FFmpeg or libavcodec utility. Please see:
http://en.wikipedia.org/wiki/Ffmpeg[^],
http://ffmpeg.org/[^],
http://en.wikipedia.org/wiki/Libavcodec[^],
http://libav.org/[^].

This is probably the best tool you can find, and it's open source. It does what you want and a lot more. Also, it support great set of different formats (media containers) and codecs.

If you need to do it programmatically in .NET, you can easily run the utility as a separate process or use some .NET wrappers. For further information, please see my past answers:
HTML5 and Mime, Streaming a video?[^],
how to convert image to video in C#[^],
How to trim the video using Directshow!?[^].

—SA


这篇关于vb.net:图像到视频并在youtube上传的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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