Recherche avancée

Médias (91)

Autres articles (97)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (11750)

  • How to make audio track default in ffmpeg while adding audio ?

    3 mai 2021, par ifiscoder

    I use this command to add audio to my video :

    


    ffmpeg -i video.mkv -i audio.mp3 -map 0 -map 1:a -c:v copy -shortest output.mkv


    


    Now I want to choose default audio from all audio. How can I achieve that in single go by tweaking above command ?

    


  • Using FFMPEG to extract audio track from video results in extra samples at beginning

    25 janvier 2017, par jreikes

    If I extract audio from a video using ffmpeg -i video.mp4 -c copy audio.m4a, the resulting audio file is slightly out of sync with the original video file. It’s only a tiny fraction of a second, but it causes problems in my application.

    It looks like the audio file gets a few extra samples at the beginning that are ignored in the original video file (not 100% sure, but I think this is what’s happening). I’ve tried a bunch of different seek parameters, but can’t seem to get the audio file to match up properly yet.

    The top waveform is the audio directly from the video file and the bottom waveform is the audio from the extracted audio file.

    enter image description here

    One of the end goals here was to do an audio crossfade at the beginning of the file. I suspect I stand a better chance of success by doing the crossfade to the original video file instead of separating audio, then doing the crossfade, then re-combining it with the video. I’m currently using the following :

    ffmpeg -i 01.tail.m4a -i 02.mp4 -filter_complex "[0]asetpts=PTS-STARTPTS[a0]; [1]asetpts=PTS-STARTPTS[a1]; [a0][a1]acrossfade=d=0.5" -vcodec copy -mpegts_copyts 1 02.crossfade.mp4

    But the difference in timing is still coming through with this approach and I can hear a short echo during the crossfade. Any idea how to fix this command so that doesn’t happen ?

  • (e)ac3 : parse and store the Dolby Surround, Surround EX and Headphone mode flags.

    11 décembre 2013, par Tim Walker
    (e)ac3 : parse and store the Dolby Surround, Surround EX and Headphone mode flags.
    
    • [DH] libavcodec/ac3.h
    • [DH] libavcodec/ac3_parser.c
    • [DH] libavcodec/ac3dec.c
    • [DH] libavcodec/ac3dec.h
    • [DH] libavcodec/eac3dec.c