Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (100)

  • 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 ;

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (8284)

  • 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


    


  • 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) ;

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