I am pretty sure that playing .flv files in PD is not (yet) supported. Would it not be a very cool thing, becuase then clips from youtube can be used in projects..
Jiri
What kind of codec is .flv? If Quicktime, libquicktime or some other library which PDP or GEM relies on for decoding already (ffmpeg?) supports it, it could be possible.
d.
Jiri Heitlager wrote:
I am pretty sure that playing .flv files in PD is not (yet) supported. Would it not be a very cool thing, becuase then clips from youtube can be used in projects..
Oh, I see...it's proprietary Flash junk....
http://en.wikipedia.org/wiki/FLV
But if ffmpeg, MPlayer or VLC can deal with it, then it must have a codec out there in some lib somewhere.
d.
Derek Holzer wrote:
What kind of codec is .flv? If Quicktime, libquicktime or some other library which PDP or GEM relies on for decoding already (ffmpeg?) supports it, it could be possible.
d.
Jiri Heitlager wrote:
I am pretty sure that playing .flv files in PD is not (yet) supported. Would it not be a very cool thing, becuase then clips from youtube can be used in projects..
I use perian on os x. It reads flv files directly in quicktime, so i can open them in gem also.
http://www.coolosxapps.net/2007/02/15/perian-05-the-swiss-army-knife-for-qui...
On 2/16/07, Derek Holzer derek@umatic.nl wrote:
Oh, I see...it's proprietary Flash junk....
http://en.wikipedia.org/wiki/FLV
But if ffmpeg, MPlayer or VLC can deal with it, then it must have a codec out there in some lib somewhere.
d.
Derek Holzer wrote:
What kind of codec is .flv? If Quicktime, libquicktime or some other library which PDP or GEM relies on for decoding already (ffmpeg?) supports it, it could be possible.
d.
Jiri Heitlager wrote:
I am pretty sure that playing .flv files in PD is not (yet) supported. Would it not be a very cool thing, becuase then clips from youtube can be used in projects..
-- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 119: "Mechanicalize something idiosyncratic"
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 2/16/07, adrian goya adrian.goya@gmail.com wrote:
I use perian on os x. It reads flv files directly in quicktime, so i can open them in gem also.
http://www.coolosxapps.net/2007/02/15/perian-05-the-swiss-army-knife-for-qui...
ffdshow wraps all of ffmpeg, including post processing, into a DirectShow and VideoForWindows (VfW) filter. I use it quite a bit for GEM on Windows.
ffmpeg seems to be convert an flv quite well for me, in Ubuntu Dapper:
ffmpeg -i video.flv -acodec copy -o video.avi
(This will leave the audio as mp3, and re-encode the video into mpeg4)
Steve
On 2/16/07, Derek Holzer derek@umatic.nl wrote:
Oh, I see...it's proprietary Flash junk....
http://en.wikipedia.org/wiki/FLV
But if ffmpeg, MPlayer or VLC can deal with it, then it must have a codec out there in some lib somewhere.
d.
Derek Holzer wrote:
What kind of codec is .flv? If Quicktime, libquicktime or some other library which PDP or GEM relies on for decoding already (ffmpeg?) supports it, it could be possible.
d.
Jiri Heitlager wrote:
I am pretty sure that playing .flv files in PD is not (yet) supported. Would it not be a very cool thing, becuase then clips from youtube can be used in projects..
-- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 119: "Mechanicalize something idiosyncratic"
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
FYI, FLV has two different codecs associated with it right now: Sorensen Spark (Flash 7 player) and On2 TrueMotion VP6, which requires Flash 8 and above.
This is also in the Wikipedia entry though, but I thought I'd reiterate it here for discussion purposes.
Does ffmpeg convert to the Sorensen or On2 VP6 version of FLV?
~Kyle
On 2/16/07, Stephen Sinclair radarsat1@gmail.com wrote:
ffmpeg seems to be convert an flv quite well for me, in Ubuntu Dapper:
ffmpeg -i video.flv -acodec copy -o video.avi
(This will leave the audio as mp3, and re-encode the video into mpeg4)
Steve
On 2/16/07, Derek Holzer derek@umatic.nl wrote:
Oh, I see...it's proprietary Flash junk....
http://en.wikipedia.org/wiki/FLV
But if ffmpeg, MPlayer or VLC can deal with it, then it must have a codec out there in some lib somewhere.
d.
Derek Holzer wrote:
What kind of codec is .flv? If Quicktime, libquicktime or some other library which PDP or GEM relies on for decoding already (ffmpeg?) supports it, it could be possible.
d.
Jiri Heitlager wrote:
I am pretty sure that playing .flv files in PD is not (yet) supported. Would it not be a very cool thing, becuase then clips from youtube can be used in projects..
-- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 119: "Mechanicalize something idiosyncratic"
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Fri Feb 16, 2007 at 03:01:33PM -0600, Kyle Klipowicz wrote:
FYI, FLV has two different codecs associated with it right now: Sorensen Spark (Flash 7 player) and On2 TrueMotion VP6, which requires Flash 8 and above.
This is also in the Wikipedia entry though, but I thought I'd reiterate it here for discussion purposes.
yeah. ffmpeg and players that use it can play just about anything thrown at it these days, without external codecs. flash video (anything from youtube), WMV, and RealMedia (mostly) is all good.
Does ffmpeg convert to the Sorensen or On2 VP6 version of FLV?
~Kyle
On 2/16/07, Stephen Sinclair radarsat1@gmail.com wrote:
ffmpeg seems to be convert an flv quite well for me, in Ubuntu Dapper:
ffmpeg -i video.flv -acodec copy -o video.avi
(This will leave the audio as mp3, and re-encode the video into mpeg4)
Steve
On 2/16/07, Derek Holzer derek@umatic.nl wrote:
Oh, I see...it's proprietary Flash junk....
http://en.wikipedia.org/wiki/FLV
But if ffmpeg, MPlayer or VLC can deal with it, then it must have a codec out there in some lib somewhere.
d.
Derek Holzer wrote:
What kind of codec is .flv? If Quicktime, libquicktime or some other library which PDP or GEM relies on for decoding already (ffmpeg?) supports it, it could be possible.
d.
Jiri Heitlager wrote:
I am pretty sure that playing .flv files in PD is not (yet) supported. Would it not be a very cool thing, becuase then clips from youtube can be used in projects..
-- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 119: "Mechanicalize something idiosyncratic"
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Fri Feb 16, 2007 at 03:42:16PM -0500, Stephen Sinclair wrote:
ffmpeg seems to be convert an flv quite well for me, in Ubuntu Dapper:
ffmpeg -i video.flv -acodec copy -o video.avi
neither gridflow, mapod, framestein, pdp, or gem use libffmpeg internally?
i guess they all contain an ad hoc informally-specified bug-ridden slow implementation of half of ffmpeg ..
no you can't open youtube streams like vlc does with any pd external video object, unless recompiling one with vp6, vp7 libraries
___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com