Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (88)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    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" ;

Sur d’autres sites (17126)

  • Problem with seeking with ffmpeg with two sources (video + audio) [closed]

    24 juillet, par rgr

    I'm having this problem with ffmpeg. I'm combining video and audio from two different files (video - reencode, audio - copy) :

    


    ffmpeg -i avisynth.avs -i audio.mp4 -map 0:v -map 1:a -c:v libx264 -c:a copy out.mp4



    


    and after this operation, when I load out.mp4 into VDub or Vegas, I have problems with seeking. The seek jumps to a different frame than it should.
If I seek frame by frame, everything is fine.If I recompress out.mp4, everything is fine again.
But if I seek to different frames in the same out.mp4, it jumps to a different frame than it should (the difference is 2-4 frames).
What's the reason ?

    


    I was expecting proper frames during seek.

    


  • 24kHz audio file problem : unsupported bitrate 64000

    28 novembre 2018, par R. Vait

    I use alexa audio tags a lot. I know that now audio tags support 24kHz audio files so tried converting my audio files from 16kHz. I used the provided command in the docs to do so :

    ffmpeg -i  -ac 2 -codec:a libmp3lame -b:a 48k -ar 24000

    But when I try to play this file, I get an invalid response error, saying : Error: The audio is of an unsupported bitrate 64000. By looking into file details I clearly see, that bitrate is 48kbps and sample rate is 24kHz. I don’t see any value where it would say 64 or anything close to it.

    If I encode my file back to 16kHz it plays fine again.

    It seems that there is a problem with this command, because if I encode my files using audacity, they work with 24kHz. I still would prefer to use ffmpeg, because I need to encode a lot of files.

    I am asking, not about file format, format is correct. I need files in 24kHz sample rate and that is what causes issues. I saw another question about similar problem and others having the discussion there about sample rates, but no one was able to encode file to be 24kHz using ffmpeg.

    Did anyone had any luck on encoding files to 24kHz using ffmpeg ?

  • avfilter/sharpen_npp : add sharpening video filter with borders control

    6 septembre 2021, par Roman Arzumanyan
    avfilter/sharpen_npp : add sharpening video filter with borders control
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/vf_sharpen_npp.c