Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (97)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (9299)

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