Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (52)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (4952)

  • avcodec/hevc_ps : Fix runtime error : index 32 out of bounds for type 'uint8_t [32]'

    4 juin 2017, par Michael Niedermayer
    avcodec/hevc_ps : Fix runtime error : index 32 out of bounds for type 'uint8_t [32]'
    

    Fixes : 2010/clusterfuzz-testcase-minimized-6209288450080768

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/hevc_ps.c
  • avformat/avformat : fix group index range check in match_stream_specifier()

    30 janvier 2024, par James Almer
    avformat/avformat : fix group index range check in match_stream_specifier()
    

    Fixes segfaults when trying to map a group index with a value equal to the
    amount of groups in the file.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/avformat.c
  • how can i replace two subtitles in a mkv file ?

    30 avril 2020, par Ginso

    i have an mkv file with 2 audio and 4 subtitle streams. the 3rd and 4th subtitle stream contained errors, so i extracted and corrected them, but i don't know how i can replace them in the mkv file. i tried&#xA;ffmpeg.exe -i .\video.mkv -map 0:0 -map 0:1 -map 0:2 -map 0:3 -map 0:4 -i sub1.srt -i sub2.srt out.mkv

    &#xA;&#xA;

    but this gives me the error :

    &#xA;&#xA;

    Option map (set input stream mapping) cannot be applied to input url sub2.srt -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.&#xA;Error parsing options for input file sub2.srt.&#xA;Error opening input files: Invalid argument&#xA;

    &#xA;&#xA;

    can anyone tell me the correct command ?

    &#xA;