Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (15761)

  • How can I extract multiple video files from one wmv file using ffmpeg ? [closed]

    31 octobre 2023, par Adriana

    I have a single wmv file that has 4 video tracks on it. I'm not sure why but the program I was using to record these videos saved them all onto one file. How can I extract and save all 4 videos into seperate files using ffmpeg ?

    


    So far I have tried running the following in terminal, but I get an error saying "event not found : Filename !

    


    ffmpeg -i “!FileName!” -map 0:v -c copy “!NewFileName!.mp4” 


    


    Also the way I have it written would only extract the first video I think. How do I extract all 4 ?

    


  • PHP exec not executing FFmpeg command

    28 juillet 2016, par Ali faizan

    I have used php’s exec to execute FFmpeg command but its not woking when I open it in browser. But when i run this php file script in terminal it works fine.And my php safe mode is off. please help me to get it solved. my php code is

       <?php
       $output=exec("ffmpeg -f image2 -i /home/phedra/imgs/image/img%03d.png -r 12 -s 610x489 /home/phedra/imgs/video/out.avi", $out);
    echo $out;
    echo $output;
       ?>
  • PHP exec not executing FFmpeg command

    16 mai 2018, par Ali faizan

    I have used php’s exec to execute FFmpeg command but its not woking when I open it in browser. But when i run this php file script in terminal it works fine.And my php safe mode is off. please help me to get it solved. my php code is

       <?php
       $output=exec("ffmpeg -f image2 -i /home/phedra/imgs/image/img%03d.png -r 12 -s 610x489 /home/phedra/imgs/video/out.avi", $out);
    echo $out;
    echo $output;
       ?>