473,386 Members | 1,969 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Way to manipulate Flash Video (FLV) files with .NET code?

I am building an asp.net 2.0 application and I need to be able to
convert existing FLV files on the server. Specifically, I need to be
able to take an FLV file and convert it to another, smaller/scaled
down FLV file. I'm trying to create a small, preview of the original
FLV file. Is there a .NET library that will allow me to do this?

Thanks!

Jul 31 '07 #1
3 1428
There aren't very many at all. Aspose has one that worked fairly well to
create regular SWF animations and it does support FLV though I'm not sure if
it can resample them on the fly.
http://www.aspose.com/Products/Aspose.Flash/ That's actually a pretty tough
task to put a server through since video encoding or re-encoding is rather
an intensive operation.
--
Hope this helps,
Mark Fitzpatrick
Microsoft FrontPage MVP 199?-2006. 2007 and beyond

<no******@excite.comwrote in message
news:11*********************@l70g2000hse.googlegro ups.com...
>I am building an asp.net 2.0 application and I need to be able to
convert existing FLV files on the server. Specifically, I need to be
able to take an FLV file and convert it to another, smaller/scaled
down FLV file. I'm trying to create a small, preview of the original
FLV file. Is there a .NET library that will allow me to do this?

Thanks!

Jul 31 '07 #2
You probably know this, and this may not work for your scenario, but if you
have a "throwaway" server available to dedicate to your encoding, Sorenson
Squeeze supports watch folders that will process anything dropped into it
according to a profile or profiles, naming the rendered files predictably.
No good if you don't have a dedicated server.

I imagine Silverlight technologies just might eventually do what you're
looking for, here...


<no******@excite.comwrote in message
news:11*********************@l70g2000hse.googlegro ups.com...
>I am building an asp.net 2.0 application and I need to be able to
convert existing FLV files on the server. Specifically, I need to be
able to take an FLV file and convert it to another, smaller/scaled
down FLV file. I'm trying to create a small, preview of the original
FLV file. Is there a .NET library that will allow me to do this?

Thanks!

Jul 31 '07 #3

I believe you can use ffmpeg to resize an FLV, but that's not .NET
code.

HTH,

Sam
------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.

On Tue, 31 Jul 2007 09:02:17 -0700, no******@excite.com wrote:
>I am building an asp.net 2.0 application and I need to be able to
convert existing FLV files on the server. Specifically, I need to be
able to take an FLV file and convert it to another, smaller/scaled
down FLV file. I'm trying to create a small, preview of the original
FLV file. Is there a .NET library that will allow me to do this?

Thanks!
Jul 31 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Sandman | last post by:
There are some Mac tools to convert pretty much any given video source to a Flash video file (.flv) but I'm wondering if there is any way to do it using a Linux platform tying in to a PHP web...
1
by: redet | last post by:
A demo created by a person who has since left, runs fine on a local (Windows XP) system within flash player 8, but when we try to access it through the html version (index.html) on a local system or...
1
by: daokfella | last post by:
Hi all, I want users of my website community to be able to upload video files. I'd like to automatically convert these on the server to flash video. I'd also like to get a screen shot from the...
8
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web...
4
by: Uffe | last post by:
Is it possible to play a Flash Vide file (FLV) inside an VB.net application. (Example http://www.eurovision.tv/addons/mediaplayer/video/fin.flv ) I have succesfully done similar VB.net applications...
3
by: noneya22 | last post by:
I am building an asp.net 2.0 application and I need to be able to convert existing FLV files on the server. Specifically, I need to be able to take an FLV file and convert it to another,...
1
by: Mike Wilson | last post by:
Dear group, I am creating a new application using VB.NET 2005 (.NET 2.0) and need to play flash video (from local disk) in a form. Using the WMP.dll (Windows Media Player 11 SDK), I can do so,...
1
by: David Buckley | last post by:
Does anyone have any example code of converting any type of video to flash video at all using asp.net 2.0 c# web applications. God Bless
2
by: lionbarrage | last post by:
Hi all, I was just wondering if anyone knows how to grab an image from a flv or a swf when a user uploads a file? Any help would be appreciated!
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.