|
Flv files from youtube.com !!!...
|
View this Thread in Original format
| djzero2k |
Hi !!!... Guys !!!... How's all ?.
I have a question:
How I can convert the video file format from youtube.com (".flv") into something like ".mpg", so as to use it in flash ?... Or flash accepts that kind of files ?.
Thank u very much |
|
|
| Omega_M |
| flv stands for flash video. Now go figure. |
|
|
| gehzumteufel |
| quote: | Originally posted by djzero2k
Hi !!!... Guys !!!... How's all ?.
I have a question:
How I can convert the video file format from youtube.com (".flv") into something like ".mpg", so as to use it in flash ?... Or flash accepts that kind of files ?.
Thank u very much |
lol as omega said. FLV is flash....well technically its a container but it appears to be its own video format. if you know what your doing you can just change the codec used and change the extension. :) |
|
|
| getfoul |
MPG video = new MPG();
video.MPG = Convert.ToMPG(video.FLV); |
|
|
|
|