Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (104)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (11807)

  • How to convert a .wmf format video file to .mp4 or avi. format ?

    27 mars 2012, par yanunon

    I need convert some video files of the format 'wmf' to 'mp4' or 'avi'.

    I used the ffmpeg with the command :

    ffmpeg -i test.wmf test.mp4

    But when I play the result file in a video player, I found that the result video was missing some frames per 2s.

    Then I used the command below to decode the wmf file into some image files.

    ffmpeg -i test.wmf im%d.jpg

    I found that there were always 30 invalid images after 30 valid images.

    I want to know how to convert it correctly?

    Here is my test file : test1.wmf, test2.wmf

  • How do i convert (pulled from device) individual frames to a video file on linux and push it back to the same directory

    31 mars 2012, par RiASh

    First of all i have frames on my SD Card and frames are there in separate folders for each video..

    what i want to do is that i just want to make REALLY simple Java application for user(just a button to make video files) on the linux OS whose ActionEvent Handler pulls in all the individual frames and converts it to a video..deletes all the frames from the SD Card and then pushes the video file back to the same directory of SD Card..

    i wanted to know how do i pack frames into a video file on Linux(Ubuntu)..i think there is something ffmpeg but i dont know much..
    Can someone provide a example..please .. the images are named as image0000 to image9999

    and is it possible to create video file from those frames AND EVEN having sound in them using ffmpeg..?

    Can adb pull and push files without SD Card being connected..

    And finally wanted to know how do i run shell commands like adb pull, push, ffmpeg from JAVA..

    THERE ARE i think 4 QUESTIONS here but all related so i thought better ask them together..Thanks in advance ! :)

  • ffmpeg crashes when trying to convert for HTML5

    14 juin 2012, par JewelThief

    I am trying following command to convert my ogv file to webm

    "C:\ffmpeg\ffmpeg-git-6c4e9ca-win64-static\bin\ffmpeg.exe" -i "C:\Users\myusername\Videos\Miro\Converted\hm3.ogv" -b 1500k -vcodec libvpx -acodec libvorbis -ab 160000 -f webm    -g 30 -s 640x360 "C:\Users\myusername\Videos\Miro\Converted\hm3.ogv.webm"

    I get a yellow warning message saying [ogg @ 0000000001A5FA40] Unknown skeleton version 4.0

    and then ffmpeg crashes.

    Does anyone knows what is going on here ?