Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (76)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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

Sur d’autres sites (6645)

  • Creating a video from single image and update when image changes ?

    16 novembre 2016, par BugHunterUK

    I’m trying to use ffmpeg to convert a single image into an mp4. I’ve got it to work with the following command :

    ffmpeg -re -loop 1 -i ./cam.jpg -r 10 -vcodec mpeg4 -f mpegts cam.mp4

    But if I open cam.jpg, modify it by changing the text, and save as cam.jpg the video doesn’t change to reflect the modification.

    Is this possible with ffmpeg ?

  • Difference between audio encoding/decoding and format conversion

    3 août 2015, par talhamalik22

    Recently i have been trying to convert an audio file from one format to another through ffmpeg. i was trying to do some google but results made me a little confused about the difference between encoding and decoding an audio file and converting from one format to another.

  • How to display only SEI VUI Frames using ffmpeg or ffprobe tools or any other standard tool ?

    4 juillet 2016, par sk.

    I tried ffprobe -show_format -show_streams -show_frames input_video , but this is not displaying exact sei vui frames information like their frame number length etc. what command can be used for the same