Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (84)

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

  • 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

Sur d’autres sites (8487)

  • ffmpeg : convert and keep audio tracks

    14 septembre 2014, par raxer

    i have some video files in H.264 codec and DTS audio.
    My goal is to convert the audio tracks (mostly 2 tracks, english and german) to AAC, but i don’t want to lose the DTS audio tracks.

    I tried this command, but it only converts the tracks and replaces the DTS tracks

    ffmpeg -i input.mkv -map 0 -c:v copy -c:a libfdk_aac -b:a 128k -c:s mov_text output.mp4

    What should i do to have the DTS and AAC tracks in the output file ?

  • ffmpeg AVIOContext saving file from remote server

    3 juillet 2015, par Ivan Balaksha

    I’m using ffmpeg for downloading and decoding video files from remote server(avformat_open_input method). I think probably save file using custom read_packet method for AVIOContext, but i can’t do it now.
    May be who have experience with custom AVIOContext.
    I found examples,but i don’t found solution for my problem. (sorry for my bad english).

  • RTMPDUMP watermark is possible ?

    21 novembre 2014, par sword1st

    Hey first of all sorry for my bad english. I’m trying to record some rtmp content with rtmpdump and it works great but I want to ask : Can I add a watermark when it’s recording ? - If it’s not possible - How can I add a watermark (bottom left) with ffmpeg ? When I try this one :

    ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark];
    [in][watermark] overlay=10:main_h-overlay_h-10 [out]" outputvideo.flv

    it fails with error :

    "[NULL @ 00000000043c6e00] Unable to find a suitable output format for 'ΓÇôi'ΓÇôi: Invalid argument"

    Any ideas how to fix ?