Recherche avancée

Médias (91)

Autres articles (29)

  • 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 (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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 ) (...)

Sur d’autres sites (5437)

  • ffmpeg : Merge audio into a soundless video, with offset ?

    23 avril 2023, par Stratocaster

    I need to merge the video (which has no audio) and the audio file with offset (audio should start at 9 seconds). I use this :

    


    ffmpeg -i video_without_sound.mp4 -i audio_file.mp3 -c:v copy -filter_complex "[1]adelay=9000|9000[s1];[s0:a][s1]amix=2[a]" -map 0:v -map "[a]" -c:a aac output.mp4


    


    And I get an error :

    


    Stream specifier 's0:a' in filtergraph description [1]adelay=9000|9000[s1];[s0:a][s1]amix=2[a] matches no streams.


    


    I think problem is that the video files have no sound and no audio streams. How to merge such files with offset ?

    


  • flutter ffmpeg-kit-flutter return code 1 while audio cancelling

    17 novembre 2023, par Amit

    ffmpeg-kit-flutter getting return code 1 while audio noise cancelling

    


    i am using command

    


    "-y -i "$testAudio" -af "highpass=f=500, lowpass=f=9000" $newPath" ;

    


    also tried

    


    '-i $testAudio -af afftdn $f.path'

    


  • streaming iOS simulator screen using idb and ffmpeg [closed]

    26 janvier 2024, par user12857692

    I'm trying to use idb to streaming iOS simulator screen with this command

    


    idb video-stream --fps 30 --format h264 --udid XXXXXX | ffmpeg  -f h264 -i pipe: -listen 1 -f mjpeg http://0.0.0.0:9000

    


    And I use this mjpeg player to view : https://gist.github.com/codebrainz/eeeeead894e8bdff059b

    


    However, its all black.

    


    I've tried my other mjpeg sources, and they all display properly.

    


    What's wrong with idb/ffmpeg ?

    


    ffmpeg version : 6.1.1