Recherche avancée

Médias (91)

Autres articles (106)

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10732)

  • how to join two flv files in objective-c

    18 février 2014, par yudun1989

    i've parsed a video web and got the flv files for the video, but the files are seperated, so i must join them together, i know if i use ffmpeg, it should be easy just like ffmpeg -f concat -i mylist.txt -c copy output.flv ,but as i'm writing a mac software, i must write it in objective-c.i could't found any document (or sdk) to read so it's hard for me to begin.

    so ,how to join them in objective-c code ? do i need to pull the ffmpeg project down to my project ?if it is necessary, what is the next step ?

  • How can I delete a file in FOR loop in batch scripting after another command ?

    1er octobre 2020, par Andrew Anderson

    I compress a video with FFMPEG by means of a batch scripting one-liner with a FOR LOOP. After compressing I want to remove the original file.

    


    This code perfectly makes the compressing job, but the original file is not being removed :

    


    for %%i in (*.mp4) do ffmpeg -i "%%i" -vcodec libx265 -crf 28 "%%~ni"-small.mp4&&del "%%i"
pause


    


    What have I missed ?

    


    By the way, this is a near to perfect compression ratio for any kinds of educational videos, tutorials, etc. which have occupied your hard drive.

    


  • JavaCV UnsatisfiedLinkError Using an Ffmpeg

    20 août 2014, par StoneAgeCoder

    I am new to JavaCV and am having an extremely hard time grabbing frames from an mp4. Is JavaCV still alive because it seems to have hit the software scrapyard because I cannot find any good documentation for the API or any tutorials on how to properly add the classpath of opencv.dll’s with the current versions. Can anyone provide me the proper way to get rid of the UnsatisfiedLinkError. The OpenCV site says 2.4 + versions just need a system path C :/opencv/build/vc10/bin.

    FrameGrabber g = new FfmpegFrameGrabber("video.mp4"); // This is what is throwing the exception.

    NOTE : IplImage is working just fine. My OpenCV version is 2.4.9 ; JavaCV version 0.9