Recherche avancée

Médias (91)

Autres articles (46)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (5895)

  • Revision a83db43632 : Add a script for converting ads arm assembly to microsoft armasm format The for

    20 novembre 2012, par Martin Storsjo

    Changed Paths :
     Modify /build/make/Makefile


     Add /build/make/ads2armasm_ms.pl



    Add a script for converting ads arm assembly to microsoft armasm format

    The formats are basically the same, but a few minor details need
    to be adjusted. Addiitonally, when building for the WinRT/Windows
    Phone 8 platforms, one has to build for thumb, so convert instructions
    accordingly.

    Change-Id : I3c3902aa20fd3bfc29168d3a1bf17111e5481dcb

  • PHP Script for FFMPEG conversion

    29 mai 2013, par user910930

    Not been programming for long, so go easy.

    Basically I'm attempting to write a PHP script that'll be able to automatically convert a folder full of .mp4's for me, and make them .flv's. This will be done for my entire TV collection (which is quite large) to allow for streaming over my local network within browsers.

    I've currently got the following code :

    // Save video files into an array
    $vid = glob("../../*.mp4");
    // Open text file in write mode
    $fp=fopen("test.txt","w+");
    // Write contents of array to file
    foreach($vid as $key => $value){
    fwrite($fp,$value."\n");
    }

    This is taking all of the mp4 files within the folder, and saving their filenames into a text file. The next step I need to take is to read each line, one by one, and perform an FFMPEG command on them until each line has been completed.

    Any idea how I can achieve this ? I know I'll have to use shell_exec somehow, but I've never used this before, and I'm a little bit stuck as to what to do next.

    Thanks for any help

  • can any one give a script in linux if we copy the video it should be automatically encoded [closed]

    27 mai 2013, par user2423743

    can any one give a script that in a folder if we copy the video file it should be encoded with ffmpeg automatically and it should be moved destination folder renamed with name and date.Help please it's urgent.sorry for english