Advanced search

Medias (17)

Tag: - Tags -/wired

Other articles (104)

  • Soumettre améliorations et plugins supplémentaires

    10 April 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Emballe médias : à quoi cela sert?

    4 February 2011, by

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel; un seul document ne peut être lié à un article dit "média";

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 March 2010, by

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3); le plugin champs extras v2 nécessité par (...)

On other websites (10828)

  • flatten two audio tracks with ffmpeg

    9 February 2019, by theonlygusti

    I record video in OBS with two audio tracks, and I use this command to flatten it:

    ffmpeg -i "$file" -filter_complex \
     '[0:a:1]volume=1.0[l];[0:a:0][l]amerge=inputs=2[a]' -map '0:v:0' -map '[a]' \
     -c:v copy -c:a libmp3lame -q:a 3 -ac 2 "${file:r}"_flattened.mp4

    But I think this outputs to a potentially weird format, because QuickTime Player.app doesn’t play any audio with it, and when I import it into Final Cut Pro it doesn’t recognise it as having audio.

    However, IINA can play the file with audio correctly, and when I upload it to YouTube it has the correct audio.

    How do I output to the audio tracks correctly so that when imported into FCP the file will actually have audio?

  • FFMPEG - Is there a way to remove "metadata" from .MKVs?

    1 January 2019, by smirnoval

    I’ve got a Matroska Media Container file (.MKV); summarizing it with "MediaInfo" shows it’s gotten a few text streams (I guess they’re subtitles, although they’re not shown during VLC Media Player playback), and summarizing it with MKVToolNix shows all these ’substitles’ along other weird entries.

    I know I can use the latter program to actually "save" the .MKV file without unnecessary data (everything except the Video and Audio), but I’ve never been a fan of those kinds of tools and would like to know if there’s actually a way to remove unnecessary data with FFMPEG’s command lines. All I need is the Video and Audio datas in the .MKV to later convert it into either a HEVC or AVC codec containers.
    (if there’s a command that can do all that in one go, please let me know)

    Thanks a lot.

  • avfilter/deshake

    7 October 2013, by Lenny Wang
    avfilter/deshake
    

    The old row index looks weird and wrong to me

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

    • [DH] libavfilter/vf_deshake.c