Recherche avancée

Médias (91)

Autres articles (42)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7791)

  • How to convert fisheye-video into an equirectangular video to use with 360°-video viewers ?

    11 juin 2017, par P. Dee

    Actioncams like GoPro put a wider fov into a standard 1920 x 1080 or higher resolution at the expense of distortion.

    How do I use ffmpeg to convert this fov-encoded format into an equirectangular video to use with 360°-video viewers ?

  • Webm - Video playback stops after seeking

    27 février 2017, par Ryan Vancity Gosling

    I am attempting to stream a Webm video file encoded from FFmpeg.

    However when I seek to a position which hasn’t been buffered, video playback stops.

    I’ve verified that the correct byte range has been downloaded.

    Any idea whats causing this ? Seeking worked flawlessly for mp4 files encoded in x264. Webm seems to be the problem. Might be a problem with the way video was encoded.

    ffmpeg -i input.mp4 -codec:v libvpx -quality best -b:v 4000k -qmin 10
    -qmax 42 -maxrate 4024k -bufsize 8048k -vf scale=-1:1080 -codec:a libvorbis -b:a 384k -movflags faststart out.webm

  • Merge commit ’46439e156219d27f059cf687743ba5aacf238b87’

    9 avril 2014, par Michael Niedermayer
    Merge commit ’46439e156219d27f059cf687743ba5aacf238b87’
    

    * commit ’46439e156219d27f059cf687743ba5aacf238b87’ :
    mp2 : match twolame default options

    Not merged as the change breaks fate, also forcing resampling to specific sample rate
    reduces quality, and would be like rescaling every movie to 1080.

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegaudioenc_template.c