Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (45)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (6826)

  • Any command line program to convert videos to Hap ?

    29 octobre 2015, par NaBUru38

    I need to convert videos to Vidvox Hap from from a Windows batch file.

    So I need either a program with a command line interface, or a library to be called from inside a program.

    • MPEG Streamclip has a batch menu, but it can’t be called from a Windows batch file.
    • VLC doesn’t convert to Hap as far as I know.
    • ffmpeg supports Hap conversions, but apparently it requires recompiling the program, which has been an odyssey.

    I don’t know any other video converter available as a Windows library that supports Hap converting. Any other suggestions ? Thanks.

  • ffmpeg not working from php script but works from command line [on hold]

    12 février 2015, par david perlman

    i can run youtube-dl.php from command line "php youtube-dl.php" works fine

    but not working from http...
    is it someting with chown ?

    $url = "https://www.youtube.com/watch?v=KdS6HFQ_LUc";

    echo "Saving $url";


    $cmd = 'youtube-dl -o "/var/www/domain.com/test/%(title)s.%(ext)s" '.$url.' -f bestvideo+bestaudio';
    exec($cmd, $output, $ret);
    echo 'output: ';
    var_export($output);

    echo "\nret : " ;
    var_export($ret) ;

  • Can ffmpeg read-only options be used via the command line ?

    13 juin 2024, par Quppa

    For example, ffmpeg's ebur128 filter has read-only (AV_OPT_FLAG_READONLY) export (AV_OPT_FLAG_EXPORT) options integrated, range, lra_low, lra_high, sample_peak and true_peak (source).

    


    Is there a way to get the output values for filter options like these when using the command line ?

    


    My command line :
ffmpeg -i test.mp3 -af ebur128=integrated:framelog=quiet -f null -

    


    Output (ffmpeg 7.0.1) :

    


    [Parsed_ebur128_0 @ 000001e0c2f27880] Unable to parse option value "integrated" as boolean
Error applying option 'video' to filter 'ebur128': Invalid argument
[aost#0:0/pcm_s16le @ 000001e0c2f26a40] Error initializing a simple filtergraph
Error opening output file -.
Error opening output files: Invalid argument