Recherche avancée

Médias (91)

Autres articles (6)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (1803)

  • doc : mark "ADPCM IMA High Voltage Software ALP" as encodable

    29 octobre 2020, par Zane van Iperen
    doc : mark "ADPCM IMA High Voltage Software ALP" as encodable
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] doc/general_contents.texi
  • ffmpeg water mark in all qualities

    29 octobre 2020, par OmidReza Roozbeh

    this command dont write watermark in all qualities

    &#xA;

    ffmpeg -i F :\Reza\Files\0\0\0.mp4 -filter_complex [0:v]drawtext=fontfile=/Reza/Component/OpenSansRegular.ttf:text=mp4.ir/reza:fontcolor=white:r=25:box=1:boxborderw=3:boxcolor=black@0.3:fontsize=31:x=31:y=(h-text_h-31)[v] ;[v]split=4[out0][out1] -map ?0:a -c:v libx264 -c:a aac -f tee -b:v 1100K -map [out0] -threads 0 -max_muxing_queue_size 99999 -s 640x800 -start_number 0 -hls_time 6 -hls_list_size 0 -f hls ../Videos/0/m3u8/720p/out.m3u8 -map ?0:a -c:v libx264 -c:a aac -f tee -b:v 700K -map [out1] -threads 0 -max_muxing_queue_size 99999 -s 640x800 -start_number 0 -hls_time 6 -hls_list_size 0 -f hls ../Videos/0/m3u8/480p/out.m3u8

    &#xA;

  • avcodec/cdxl : also mark decoded frame as keyframe

    31 août 2020, par Paul B Mahol
    avcodec/cdxl : also mark decoded frame as keyframe
    
    • [DH] libavcodec/cdxl.c