Re: [PD] Playing .flv files

2007-02-16 Thread Derek Holzer
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 # 112:
Magnify the most difficult details

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Playing .flv files

2007-02-16 Thread Derek Holzer

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


Re: [PD] Playing .flv files

2007-02-16 Thread Stephen Sinclair

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 [EMAIL PROTECTED] 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


Re: [PD] Playing .flv files

2007-02-16 Thread Kyle Klipowicz

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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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)))oOO

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Playing .flv files

2007-02-16 Thread carmen
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
..

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Playing .flv files

2007-02-16 Thread carmen
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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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)))oOO
 
 ___
 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


Re: [PD] Playing .flv files

2007-02-16 Thread chris clepper

On 2/16/07, adrian goya [EMAIL PROTECTED] 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-quicktime/




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.
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Playing .flv files

2007-02-16 Thread Patco
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


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list