Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (70)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • avfilter/vf_format : allow empty pix_fmts list

    25 octobre 2023, par Niklas Haas
    avfilter/vf_format : allow empty pix_fmts list
    

    Which will impose no restriction. This makes sense when using e.g.
    `color_ranges=pc` to limit the color range, without also limiting the
    pixel format.

    • [DH] libavfilter/vf_format.c
  • Ffmpeg hardcode a list of subtitles to a video

    23 décembre 2022, par TheRedM

    I couldn't figure out how to stream a list of subtitles to an rtmp server, the idea is I have a list of mp3 files and a list of subtitles, each mp3 has its own subtitle, what i was trying to do is stream both lists and a video background (with the subtitles hardcoded to the video background) i tried a bunch of options, I managed to output them as an mp4 video with the subtitles softcoded but I couldn't figure out how to stream them with the subtitles hardcoded, my lists goes as follow :

    


    mp3s

    


    
file 'path/to/audio1.mp3'
file 'path/to/audio2.mp3'
file 'path/to/audio3.mp3'
file 'path/to/audio4.mp3'
...


    


    subtitles

    


    file 'path/to/audio1.srt'
file 'path/to/audio2.srt'
file 'path/to/audio3.srt'
file 'path/to/audio4.srt'
...


    


    And of course the video background as input

    


    I was thinking about using a while loop but that's going to call ffmpeg for every mp3 which is inconvenient for a live stream.

    


    With some more digging I come up with this code :

    


    ffmpeg -f concat -safe 0 -i audioList.txt -f concat -safe 0 -i subtitleList.txt -i background/video.mp4 -filter_complex "[1:v][0:a]overlay[v1];[v1][2]subtitles[v2]" -map "[v2]" -c:a aac -b:a 128k -c:v h264 -b:v 3000k -f flv rtmp://stream/key


    


    I'm not sure if the subtitles will be hardcoded because the script didn't work at all, it seems right to me but i'm getting this error

    


    [Parsed_subtitles_1 @ 0xaaaacf52fb60]
No filename provided!
[AVFilterGraph @ 0xaaaacf5f6370] Error initializing filter 'subtitles'
Error initializing complex filters.
Invalid argument


    


    I re-checked subtitleList.txt It seems right.

    


  • Evolution #2835 (Nouveau) : Liste des travaux" ça fait penser à "todo-list

    29 août 2012, par b b

    Lu sur IRC : fil > "Liste des travaux" ça fait penser à "todo-list", donc la liste des trucs que je suis censé faire dans le site jobs / travaux, ouè on peut certainement trouver mieux tâches tâches routinières ha ben, "routines", non ? tâches de fond, plus (...)