Recherche avancée

Médias (91)

Autres articles (30)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (5719)

  • 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