Recherche avancée

Médias (0)

Mot : - Tags -/albums

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (10706)

  • ffmpeg on windows 'Could find no file' error

    14 octobre 2015, par Brooks

    This is my command :

    "C:\...\ffmpeg.exe" -i "C:\...\audio.mp3" -r 1  -i "C:\...\%%d5.jpg" -qscale:v 1 -shortest -s:v 1280x720  -y -r 30 -pix_fmt yuv420p -filter_complex "[0:a]volume=1[aout]" -map 1:v -map "[aout]" "C:\...\video1.mp4"

    this is the error I get everytime :

    CMD

    I’ve searched on google and found various answers so I tried with %%d5 %%5d %d5 %5d with no luck. (my files are named 00000.jpg, 00001.jpg ..., 00005.jpg)

    What am I doing wrong ?

  • ffmpeg send live stream from dshow Windows [on hold]

    1er octobre 2015, par Thiago Adriano

    How Can I send live stream from my placa Osprey on windows ? I need to play a video in HTML, but I don’t know How Can I do this ... Anybody help me ?

  • Python ffmpeg on Windows

    30 septembre 2015, par 吴雨羲

    I had installed ffmpeg in WIN7 64bit. When I use
    os.system("ffmpeg -i      rtsp://218.204.223.237:554/live/1/66251FC11353191F/e7ooqwcfbqjoo80j.sdp -c copy dump.mp4") in my program by the PyCharm,it can also run but I can`t play the dump.mp4. I can run the same command in CMD or Python(command line) and get the dump.mp4 successfully.Why ? How can I solve this problem ?Can you help me ? I just use Python not long before.