Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (50)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7218)

  • Audio Video Sync With ffmpeg

    7 janvier 2013, par Marcin

    I have very strange video file.
    It has audio/video synchronization problems. The video is going to fast, and audio is good.
    Video has strange frame rate : 26.07 fps.

    How can I fix the video stream using ffmpeg. At the start of the video the sync is ok but at the end of the video stream there are about 5 min of audio left and it's playing with black screen.

    This is the output from ffmpeg -i video.avi

    ffmpeg version git-2011-10-15-1d0afec, Copyright (c) 2000-2011 the FFmpeg developers
     built on Oct 15 2011 14:27:57 with gcc 4.4.5
     configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libxvid
     libavutil    51. 21. 0 / 51. 21. 0
     libavcodec   53. 20. 1 / 53. 20. 1
     libavformat  53. 16. 0 / 53. 16. 0
     libavdevice  53.  4. 0 / 53.  4. 0
     libavfilter   2. 43. 6 /  2. 43. 6
     libswscale    2.  1. 0 /  2.  1. 0
     libpostproc  51.  2. 0 / 51.  2. 0
    [mpeg4 @ 0xa585420] Invalid and inefficient vfw-avi packed B frames detected
    Input #0, matroska,webm, from 'video.avi':
     Duration: 02:03:46.01, start: 0.000000, bitrate: 103 kb/s
       Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 704x288 [SAR 1:1 DAR 22:9], 26.07 fps, 25 tbr, 1k tbn, 25 tbc (default)
       Stream #0:1(pol): Audio: ac3, 48000 Hz, 5.1(side), s16, 448 kb/s (default)
  • IOS desktop streaming

    13 mars 2014, par user3415469

    I understand that you can use AirPlay to wirelessly stream your iPad desktop to an AppleTV. Also, there is a method to use a Raspberry PI and "rPlay" to do the same. I am not trying to reinvent the wheel, but I want to explore if there are other options to capture the iPad screen (a classroom full of iPads actually) and send it WIRELESSLY to an "aggregator" attached to an overhead projector.

    My thoughts would be to use ffmpeg or .h264 somehow and send it to the "aggregator". I apologize in advance if this is a silly or uninformed question. It is important the iPad not be jailbroken...

  • Specify background colour when generating movie from images

    17 février 2014, par Uko

    I generate a video from png images using

    ffmpeg -i visualization/%d.png -c:v libx264 -vf "scale=500:trunc(ow/a/2)*2"  -pix_fmt yuv420p z.mov

    and if images have transparencies, they become black. Can I somehow make them white ?