Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (70)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • vf_scale : conditionally override chroma position

    23 septembre 2015, par Christophe Gisquet
    vf_scale : conditionally override chroma position
    

    For yuv420p, the chroma position is unilaterally overriden, even
    if ffmpeg’s command-line explicitly set it. To fix this, override
    only if the value is the default one.

    Regression since 1515bfb3.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_scale.c
  • h2645_parse : only read avc length code at the correct position

    7 juillet 2016, par Hendrik Leppkes
    h2645_parse : only read avc length code at the correct position
    

    Reading it from any other position would result in a wrong size being
    read, instead fallback to the re-sync mechanic in the else clause.

    • [DH] libavcodec/h2645_parse.c
  • wmv video ; packet fragment position invalid ; what does it mean and how to resolve it

    3 août 2021, par gufidown

    I am trying to do some work on a wmv video file. I'm using ffmpeg and ffprobe. I'm getting the message : "packet fragment position invalid 0,0 not in 0".

    &#xA;

    I am not familiar with video processing, quite a newbie actually. I didn't find an explanation what this exactly means and no hints on how to possibly resolve that problem.

    &#xA;

    I am able to play the video using VLC media player as well as other players.

    &#xA;