Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (32)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations 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 2013

    Puis-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, 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 (...)

Sur d’autres sites (5022)

  • How to compress multiple videos using FFMPEG while concatenating them

    16 février 2016, par Nirmal

    I am using FFMPEG for concatenating multiple videos and it is working fine for some videos but for some videos it is not, and I think it is because of higher bit rates or higher size. We can compress video using FFMPEG but for that we need to execute separate command for one video this is very long process if we have more videos, so is there any way to compress as well as concatenate multiple videos ?

    ffmpeg -f concat -i input.txt -c copy output.mp4

    I am using above command for concatenating video, input.txt containf list of videos to be merged. I want to use same command to compress and concatenating videos.

  • How to compress multiple videos using FFMPEG while concatenating them

    2 août 2022, par Nirmal

    I am using FFMPEG for concatenating multiple videos and it is working fine for some videos but for some videos it is not, and I think it is because of higher bit rates or higher size. We can compress video using FFMPEG but for that we need to execute separate command for one video this is very long process if we have more videos, so is there any way to compress as well as concatenate multiple videos ?

    



    ffmpeg -f concat -i input.txt -c copy output.mp4


    



    I am using above command for concatenating video, input.txt containf list of videos to be merged. I want to use same command to compress and concatenating videos.

    


  • Convert any type of videos to MP4 php without ffmpeg [on hold]

    17 décembre 2017, par Khalid Askia

    I have a website on which I allow users to upload videos. But I’m using the HTML5 video tag and only MP4 videos can be played. So I want to convert any type of video to MP4. I’m on a shared hosting account so I can’t have FFMPEG or anything else installed on the server. Is there another way to convert videos without these tools ?