Macromedia Flash Server - Extract First Frame of FLV to JPEG

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > November 2005 > Extract First Frame of FLV to JPEG





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Extract First Frame of FLV to JPEG
Michael Sasaki

2005-11-22, 5:46 pm

Does anyone know of a command line solution which will extract the first
frame of a FLV and convert to a JPEG ??

=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Michael Weck

2005-11-22, 5:46 pm

Ffmpeg and the php extension will do that for you

http://ffmpeg-php.sourceforge.net/

Michael Sasaki wrote:
> Does anyone know of a command line solution which will extract the first
> frame of a FLV and convert to a JPEG ??
>
> =---------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =---------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm



=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Aaron Roberson

2005-11-22, 5:46 pm

Is this possible for ColdFusion as well...?

On 11/22/05, Michael Weck <mike-TCgwR6F0qlg@public.gmane.org> wrote:
>
> Ffmpeg and the php extension will do that for you
>
> http://ffmpeg-php.sourceforge.net/
>
> Michael Sasaki wrote:
t[vbcol=seagreen]
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Frédéric v. Bochmann

2005-11-22, 5:46 pm

You can call ffmpeg as a command line with ColdFusion, I'm pretty sure.
(*Just don't know the coldfusion syntax)

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Aaron Roberson
Sent: November 22, 2005 5:46 PM
To: mike-TCgwR6F0qlg@public.gmane.org; FlashComm Mailing List
Subject: Re: [FlashComm] Extract First Frame of FLV to JPEG

Is this possible for ColdFusion as well...?

On 11/22/05, Michael Weck <mike-TCgwR6F0qlg@public.gmane.org> wrote:
>
> Ffmpeg and the php extension will do that for you
>
> http://ffmpeg-php.sourceforge.net/
>
> Michael Sasaki wrote:
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=---------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Laurent | DI

2005-11-23, 7:45 am

Flv2jpg.exe from the commandline did the trick in coldfusion for me.

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of =
Fr=E9d=E9ric v.
Bochmann
Sent: dinsdag 22 november 2005 23:56
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] Extract First Frame of FLV to JPEG

You can call ffmpeg as a command line with ColdFusion, I'm pretty sure.
(*Just don't know the coldfusion syntax)

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Aaron =
Roberson
Sent: November 22, 2005 5:46 PM
To: mike-TCgwR6F0qlg@public.gmane.org; FlashComm Mailing List
Subject: Re: [FlashComm] Extract First Frame of FLV to JPEG

Is this possible for ColdFusion as well...?

On 11/22/05, Michael Weck <mike-TCgwR6F0qlg@public.gmane.org> wrote:
>
> Ffmpeg and the php extension will do that for you
>
> http://ffmpeg-php.sourceforge.net/
>
> Michael Sasaki wrote:
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Aaron Roberson

2005-11-23, 5:45 pm

Laurent,

What is the full command on a linux box (I am guessing that you are talking
about using a shell client)? Does Flv2jpg.exe install with FCS/FMS or do I
have to download it to my box from somewhere?

What I would like is to have a ColdFusion script automatically generate a
jpg of the first frame when a new flv file is uploaded to a certain
directory in my FCS/FMS application.

-Aaron

On 11/23/05, Laurent | DI <laurent-og82NyAXoxRMi9po0LGd2Q@public.gmane.org> wrote:
>
> Flv2jpg.exe from the commandline did the trick in coldfusion for me.
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Fr=E9d=E9ri=

c v.
> Bochmann
> Sent: dinsdag 22 november 2005 23:56
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] Extract First Frame of FLV to JPEG
>
> You can call ffmpeg as a command line with ColdFusion, I'm pretty sure.
> (*Just don't know the coldfusion syntax)
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Aaron
> Roberson
> Sent: November 22, 2005 5:46 PM
> To: mike-TCgwR6F0qlg@public.gmane.org; FlashComm Mailing List
> Subject: Re: [FlashComm] Extract First Frame of FLV to JPEG
>
> Is this possible for ColdFusion as well...?
>
> On 11/22/05, Michael Weck <mike-TCgwR6F0qlg@public.gmane.org> wrote:
>
> =3D---------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D---------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> -----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> -----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Laurent | DI

2005-11-23, 5:45 pm

Download it from this site:

http://www.develotec.com/en/

Laurent=20

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Aaron =
Roberson
Sent: woensdag 23 november 2005 16:30
To: FlashComm Mailing List
Subject: Re: [FlashComm] Extract First Frame of FLV to JPEG

Laurent,

What is the full command on a linux box (I am guessing that you are =
talking
about using a shell client)? Does Flv2jpg.exe install with FCS/FMS or do =
I
have to download it to my box from somewhere?

What I would like is to have a ColdFusion script automatically generate =
a
jpg of the first frame when a new flv file is uploaded to a certain
directory in my FCS/FMS application.

-Aaron

On 11/23/05, Laurent | DI <laurent-og82NyAXoxRMi9po0LGd2Q@public.gmane.org> wrote:
>
> Flv2jpg.exe from the commandline did the trick in coldfusion for me.
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of =

Fr=E9d=E9ric v.
> Bochmann
> Sent: dinsdag 22 november 2005 23:56
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] Extract First Frame of FLV to JPEG
>
> You can call ffmpeg as a command line with ColdFusion, I'm pretty =

sure.
> (*Just don't know the coldfusion syntax)
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Aaron=20
> Roberson
> Sent: November 22, 2005 5:46 PM
> To: mike-TCgwR6F0qlg@public.gmane.org; FlashComm Mailing List
> Subject: Re: [FlashComm] Extract First Frame of FLV to JPEG
>
> Is this possible for ColdFusion as well...?
>
> On 11/22/05, Michael Weck <mike-TCgwR6F0qlg@public.gmane.org> wrote:
[vbcol=seagreen]
>
> =3D---------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D---------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> -----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> -----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Laurent | DI

2005-11-23, 5:45 pm

Sorry, it's windows only...=20

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Aaron =
Roberson
Sent: woensdag 23 november 2005 16:30
To: FlashComm Mailing List
Subject: Re: [FlashComm] Extract First Frame of FLV to JPEG

Laurent,

What is the full command on a linux box (I am guessing that you are =
talking
about using a shell client)? Does Flv2jpg.exe install with FCS/FMS or do =
I
have to download it to my box from somewhere?

What I would like is to have a ColdFusion script automatically generate =
a
jpg of the first frame when a new flv file is uploaded to a certain
directory in my FCS/FMS application.

-Aaron

On 11/23/05, Laurent | DI <laurent-og82NyAXoxRMi9po0LGd2Q@public.gmane.org> wrote:
>
> Flv2jpg.exe from the commandline did the trick in coldfusion for me.
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of =

Fr=E9d=E9ric v.
> Bochmann
> Sent: dinsdag 22 november 2005 23:56
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] Extract First Frame of FLV to JPEG
>
> You can call ffmpeg as a command line with ColdFusion, I'm pretty =

sure.
> (*Just don't know the coldfusion syntax)
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Aaron=20
> Roberson
> Sent: November 22, 2005 5:46 PM
> To: mike-TCgwR6F0qlg@public.gmane.org; FlashComm Mailing List
> Subject: Re: [FlashComm] Extract First Frame of FLV to JPEG
>
> Is this possible for ColdFusion as well...?
>
> On 11/22/05, Michael Weck <mike-TCgwR6F0qlg@public.gmane.org> wrote:
[vbcol=seagreen]
>
> =3D---------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D---------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> -----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> -----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com