Recherche avancée

Médias (91)

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6976)

  • while configuring ffmpeg i get the error "x264 not found"

    27 avril 2021, par Shevach Riabtsev

    i use mingw32 to compile ffmpeg with libx264. i use the following configuration :

    


    ./configure —enable-gpl —enable-nonfree —enable-libx264

    


    and get the error

    


    ERROR : x264 not found

    


    i compiled x264 and x264 library (libx264.a) is located at /usr/lib/

    


    How to resolve this issue ?

    


  • while configuring ffmpeg i get the error "x264 not found"

    27 avril 2021, par Shevach Riabtsev

    i use mingw32 to compile ffmpeg with libx264. i use the following configuration :

    


    ./configure —enable-gpl —enable-nonfree —enable-libx264

    


    and get the error

    


    ERROR : x264 not found

    


    i compiled x264 and x264 library (libx264.a) is located at /usr/lib/

    


    How to resolve this issue ?

    


  • lavc/vaapi_h264 : Fix merging fields in DPB with missing references

    8 mai 2024, par David Rosca
    lavc/vaapi_h264 : Fix merging fields in DPB with missing references
    

    If there are missing references, h264 decode does error concealment
    by copying previous refs which means there will be duplicated surfaces.
    Check long_ref and frame_idx in addition to surface when looking for
    the other field to avoid trying to merge with wrong picture.
    Also allow to merge with multiple pictures in case there are duplicates
    of the other field.

    Signed-off-by : David Rosca <nowrep@gmail.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/vaapi_h264.c