Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (31)

  • 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) (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (4954)

  • speed up Watermarking process in FFmpeg

    24 octobre 2017, par 1234567

    speed up Watermarking process in FFmpeg

    Is there any way to speed up water marking process in Ffmpeg

    I have a video 5 seconds long and want to add watermark over it

    the command used is

    "-y","-i", j, "-i", image1, "-filter_complex",
                   "overlay=0:0","-codec:a", "copy","-preset","ultrafast", out

    even after using ultrafast and using same code not re-encode the audio it is very slow, any help would be useful

  • Can somebody compare the decoding speed of popular audio formats ? [on hold]

    23 novembre 2017, par puppon -su

    People usually quote compression ratio, but I’m interested in how well they perform on old computers and mobile phones. I’m interested in cpu usage, battery usage, and if they require/benefit from SIMD.

    I’m not sure if it still matters by now, everyone seems to buy new hardware every few years.

  • Android built in Camera encoder VS FFMPEG --- Speed

    6 décembre 2017, par user3903275

    How does recording a 1080P, H264 encoded video in android camera application is realtime fast but encoding a video in android using FFMPEG is slow at the same video size ?

    I know FFMPEG is a software level encoder and it wont support any hardware features.

    I know camera applications directly get buffer data from camera driver.

    But actually where the difference happens ??

    Why camera application is Realtime fast ???

    Does it use GPU and OpenGL features of the phone to encode the video so that its so realtime fast ??

    Because both Camera Application and FFMPEG runs on same mobile but still camera encodes H264 realtime ???