Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (102)

  • 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 (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (12424)

  • look for a specific filetype in a directory in php and send it to a different directory after conversion

    12 juin 2019, par flash

    I have a directory in which there is a mp4 file (including other files as well) which I want to convert into mp3 and then send it to different directory. I have used the following command line command to covert into mp3 and its working perfectly fine.

    ffmpeg -i 36031P.mp4 -map 0:2 -ac 1 floor_english.mp3

    mp4 file is inside in_folder. Using ffmpeg, I want to convert mp4 file into mp3 and send it to out_folder.

    <?php
    $dir    = 'in_folder';
    $files1 = scandir($dir);
    print_r($files1);    /* It lists all the files in a directory including mp4 file*/
    ?>

    print_r($files1) lists all the file in a directory including mp4file.

    Problem Statement :

    I am wondering what php code I need to write so that it looks for only mp4 file inside the directory and send it to different directory (let say out_folder) after converting into mp3.

    The pictorial representation of what I want :

    enter image description here

  • Added Angular JS and basic example versions.

    26 avril 2013, par blueimp
    m README.md
    + angularjs.html
    + basic.html
    m css/style.css
    m index.html
    + js/app.js
    + js/jquery.fileupload-angular.js
    
    Added Angular JS and basic example versions.
  • vaapi_encode : Pass framerate parameters to driver

    29 novembre 2016, par Mark Thompson
    vaapi_encode : Pass framerate parameters to driver
    

    Only do this when building for a recent VAAPI version - initial
    driver implementations were confused about the interpretation of the
    framerate field, but hopefully this will be consistent everywhere
    once 0.40.0 is released.

    (cherry picked from commit ff35aa8ca4069bf1543adeec4c28e51e4a012eee)

    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h