Recherche avancée

Médias (91)

Autres articles (56)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6419)

  • avformat/omadec : Subtract headersize in timestamp calculation

    7 février 2015, par Michael Niedermayer
    avformat/omadec : Subtract headersize in timestamp calculation
    

    Fixes pts/dts

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/omadec.c
  • How do I proceed in an attempt to find audio files which play the same song but are in different compressed formats ?

    7 février 2015, par user2493303

    all i want is suppose i have same song named as song.mp3 and song.aac now i want my program to identify that they are same, i know this is non-trivail task to do.

    so far i have tried fingerprinting audio using dejavu python library which produces 2 different fingerprints for our case song.mp3 and song.aac, hence it doesnt suit need of my program.

    I also tried MD5 using FFMPEG but as expected it gives different hash for even same songs downloaded from different websites

    Do you guys have any idea how do I proceed ?
    It would be even great to provide me step wise procedure and library to achieve my goal.
    thank you

  • FFMPEG fails to find any files matching the regexp

    11 avril 2013, par dawe134

    I want to convert sequence of 40 images to a video. The problem is that ffmpeg could not find any of the inputs images matching the regexp in the command. What am I doing wrong please ?

    I ran the following commands :

    > ffmpeg -f image2 -i "img%0d.jpg" -vcodec mpeg4 -y -v "verbose" 07_seq_wire.avi
    *** THIS PROGRAM IS DEPRECATED ***
    This program is only provided for compatibility and will be removed in a future release.    Please use avconv instead.
    img%0d.jpg: No such file or directory


    > ls -l
    -rw-r--r-- 1 david david  69812 Apr 11 01:54 img01.jpg
    -rw-r--r-- 1 david david  70858 Apr 11 01:54 img02.jpg
    -rw-r--r-- 1 david david  71481 Apr 11 01:54 img03.jpg
    -rw-r--r-- 1 david david  71528 Apr 11 01:54 img04.jpg
    -rw-r--r-- 1 david david  71470 Apr 11 01:54 img05.jpg
    -rw-r--r-- 1 david david  71534 Apr 11 01:54 img06.jpg
    -rw-r--r-- 1 david david  70908 Apr 11 01:54 img07.jpg
    -rw-r--r-- 1 david david  70633 Apr 11 01:54 img08.jpg
    -rw-r--r-- 1 david david  70059 Apr 11 01:54 img09.jpg
    -rw-r--r-- 1 david david  70021 Apr 11 01:54 img10.jpg
    -rw-r--r-- 1 david david  69726 Apr 11 01:54 img11.jpg
    -rw-r--r-- 1 david david  70896 Apr 11 01:54 img12.jpg
    -rw-r--r-- 1 david david  72123 Apr 11 01:54 img13.jpg
    -rw-r--r-- 1 david david  72605 Apr 11 01:54 img14.jpg
    -rw-r--r-- 1 david david  73501 Apr 11 01:54 img15.jpg
    -rw-r--r-- 1 david david  73743 Apr 11 01:54 img16.jpg
    -rw-r--r-- 1 david david  74401 Apr 11 01:54 img17.jpg
    -rw-r--r-- 1 david david  74697 Apr 11 01:54 img18.jpg
    -rw-r--r-- 1 david david  75371 Apr 11 01:54 img19.jpg
    -rw-r--r-- 1 david david  74802 Apr 11 01:54 img20.jpg
    -rw-r--r-- 1 david david  74802 Apr 11 01:55 img21.jpg
    -rw-r--r-- 1 david david  75371 Apr 11 01:55 img22.jpg
    -rw-r--r-- 1 david david  74697 Apr 11 01:55 img23.jpg
    -rw-r--r-- 1 david david  74401 Apr 11 01:55 img24.jpg
    -rw-r--r-- 1 david david  73743 Apr 11 01:55 img25.jpg
    -rw-r--r-- 1 david david  73501 Apr 11 01:55 img26.jpg
    -rw-r--r-- 1 david david  72605 Apr 11 01:55 img27.jpg
    -rw-r--r-- 1 david david  72123 Apr 11 01:55 img28.jpg
    -rw-r--r-- 1 david david  70896 Apr 11 01:55 img29.jpg
    -rw-r--r-- 1 david david  69726 Apr 11 01:55 img30.jpg
    -rw-r--r-- 1 david david  70021 Apr 11 01:55 img31.jpg
    -rw-r--r-- 1 david david  70059 Apr 11 01:55 img32.jpg
    -rw-r--r-- 1 david david  70633 Apr 11 01:55 img33.jpg
    -rw-r--r-- 1 david david  70908 Apr 11 01:55 img34.jpg
    -rw-r--r-- 1 david david  71534 Apr 11 01:55 img35.jpg
    -rw-r--r-- 1 david david  71470 Apr 11 01:55 img36.jpg
    -rw-r--r-- 1 david david  71528 Apr 11 01:55 img37.jpg
    -rw-r--r-- 1 david david  71481 Apr 11 01:55 img38.jpg
    -rw-r--r-- 1 david david  70858 Apr 11 01:56 img39.jpg
    -rw-r--r-- 1 david david  69812 Apr 11 01:56 img40.jpg

    Thanks for any help !