
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (32)
-
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (5022)
-
Any command line program to convert videos to Hap ?
29 octobre 2015, par NaBUru38I 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 perlmani 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 QuppaFor example, ffmpeg's ebur128 filter has read-only (
AV_OPT_FLAG_READONLY
) export (AV_OPT_FLAG_EXPORT
) optionsintegrated
,range
,lra_low
,lra_high
,sample_peak
andtrue_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