Recherche avancée

Médias (91)

Autres articles (26)

  • Les formats acceptés

    28 janvier 2010, par

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (4452)

  • how to use command line to stitch two wav together using ffmpeg in linux ?

    10 octobre 2018, par spartaslave

    I have installed ffmpeg on debian and I tried the two command lines.
    There are two files under the same directory, they are first.wav and second.wav
    The first method is to create a txt file, inside a.txt, they are

    file 'first.wav'
    file 'second.wav'

    I have run

    ffmpeg -f concat -i a.txt -c copy final.wav

    then I run it, it could work fine.
    But I want to try another method,
    which is

    ffmpeg -i "concat:first.wav|second.wav" -c copy final2.wav

    there is not error with the sdcond command line, but it only capture the first file and the length of final2.wav is almost same as first.wav. File second.wav is not stitched at all.
    As I am using golang to execute the command line, I want to use

    cmd := exec.Command("ffmpeg",args)

    to stitch the medias together, I can read all the media files into an array, but this API cannot work for the array, so I want to stitch the files together to

    "concat:file1.wav|file2.wav|file3.wav|......"

    in this case it could be easy to stitch the files together and I do not need to loop the cmd.
    like

    cmd = exec.Command("ffmpeg","-i","concat:first.wav|second.wav|third.wav|......","-c","copy","final2.wav")

    I do not want to create any extra files like a.txt file as I need to delete it later and this may also touch the permission.
    So is there any possible solution for the second command line ?

  • How to concatenate multiple videos in ffmpeg JS using and Mute them as well in command line

    22 janvier 2021, par Sultan Haider

    Using Command Line for FFMPEG in javascript to concatenate videos and muting them also. There was problem for me to find commands for JS in the following format

    


    ('-i', 'test.mp4', '-vf','reverse', 'out.mp4')

    


  • Anomalie #4317 (Nouveau) : Notice dans ecrire/inc/traduire.php on line 286

    5 avril 2019, par jluc -

    Undefined index : lang_i18n_prefixeplugin_fr dans ecrire/inc/traduire.php on line 286

    $desc->langue = $GLOBALS[’lang_’ . $var] ;