Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (92)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (12209)

  • ffmpeg - converting one audio track of a multi-track mp4

    30 décembre 2023, par Shaun.M

    I'm having a few mp4 with two audio tracks,
an english one in aac and a french one in dts.

    


    Now I want to convert only the french dts to eac3 with a single ffmpeg command.

    


    I use

    


    ffmpeg -hide_banner -i input.mp4 ^
             -map_metadata -1 ^
             -map 0:0 -c:v copy ^
             -map 0:1 -c:a copy ^
             -map 0:2 -c:a eac3 -b:a 1536k ^
             -metadata:s:a:0 language=eng ^
             -metadata:s:a:0 title="Stereo" ^
             -metadata:s:a:1 language=fra ^
             -metadata:s:a:1 title="Stereo" ^
output.mp4


    


    This works quite nice, but it converts both audio tracks to eac3, instead of leaving the first one untouched ...
What's wrong in the command ?

    


    (ffmpeg version 2023-12-23-git-f5f414d9c4-full_build-www.gyan.dev under Windows 10)

    


  • Ffmpeg and php about

    30 septembre 2018, par ferit

    sorry for my english :)
    hello everyone i work poject on ffmpeg with php but i have little problem.
    i use this code,

    youtube-dl -f "mp4" -g "[youtubeurl]"

    output of command use also output as url="https://"

    ffmpeg -i "output" ...

    this command is running on the command line but when i used on
    php with exec or shel_exec(ffmpeg.exe -i "output" ...); not running.
    what is yours think why not working on php ?
    example i use this code

    exec("...",$output);
    var_dump($output);

    when i look this command everythink is okay but not as it appears
    OS:WİN10

    also shel_exec(ffmpeg.exe -i "folder/asd.mp4" ...); work.

    i think problem is i use url on my php code but on cmd everythink is normal

  • Merge commit ’d4a8a86c6863ecea208fa2f774690b6df4b5bc71’

    13 avril 2014, par Michael Niedermayer
    Merge commit ’d4a8a86c6863ecea208fa2f774690b6df4b5bc71’
    

    * commit ’d4a8a86c6863ecea208fa2f774690b6df4b5bc71’ :
    doc : Libavfilter English cleanup

    Conflicts :
    doc/filters.texi
    doc/libavfilter.texi

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

    • [DH] doc/filters.texi