Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (80)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (14882)

  • Android - Best solution to convert recorded H.264 Main Profile videos to H.264 Baseline Profile

    19 février 2016, par Alireza

    I found MediaPlayer cannot play videos which are encoded by H.264 Main Profile and I tried ExoPlayer and Vitamio but none of them solved my problem. finally I found the best solution is converting videos to H.264 Baseline Profile. FFmpeg is almost 9MB and it’s so heavy for my project, so I don’t like to use it for converting videos to that profile by commands. My friend suggested converting videos on the server-side but we both know it has bad performance. What should I do ? What is the best solution to this problem ?

  • FFmpeg - How can I stop recording after the stream (m3u8) over ?

    30 juin 2022, par Erle

    How do I stop record stream m3u8 after the stream over ? My point of this question was avoiding from corrupted files, my current command is working fine I tried to CRTL + C to the Command Prompt (to stop the command) and it sometimes doesn't corrupted and sometimes it got corrupted

    


    ffmpeg -loglevel "quiet" -i "my-stream.m3u8" -filter_complex scale=1280:720 -map 0:a -c:a copy -bsf:a aac_adtstoasc "Output.mp4"


    


  • avfilter/vf_cover_rect : Handle the case where the cover rectangle is as large as...

    12 mai 2015, par Michael Niedermayer
    avfilter/vf_cover_rect : Handle the case where the cover rectangle is as large as the input
    

    Fixes division by 0
    Fixes CID1297575

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

    • [DH] libavfilter/vf_cover_rect.c