[FFmpeg-trac] #2774(FFmpeg:new): swf action script convert into flv

FFmpeg trac at avcodec.org
Thu Jul 11 07:39:43 CEST 2013


#2774: swf action script convert into flv
-----------------------------------+--------------------------------------
             Reporter:  kazimking  |                     Type:  task
               Status:  new        |                 Priority:  important
            Component:  FFmpeg     |                  Version:  git-master
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+--------------------------------------
 this is a action script : symmetrydigital-
 labs.com/junior/kazim/portal/flv/Shahid_Kapoor_07.swf

 image is call outside from server. i want to convert this .swf file into
 .flv and generate thumbnail.

 Problem :
 1: .swf file converts only video not with image (call from outsource) .swf

 and i am try to using this command

 $ffmpeg = 'C:\FFmpeg\ffmpeg-20130614-git-6fe419b-win32-static\bin\ffmpeg';
 $ffmpeg = '/usr/bin/ffmpeg';
 $cmd = "$ffmpeg -i Shahid_Kapoor_07.swf Shahid_Kapoor_07.flv";
 $image = "$ffmpeg -i Shahid_Kapoor_07.swf -an -ss 00:00:03 -an -r 1
 -vframes 1 -y  abc.jpg";
 shell_exec($cmd);
 shell_exec($image);

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2774>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list