Recherche avancée

Médias (91)

Autres articles (55)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (5331)

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

  • tools/target_dec_fuzzer : Use codec_tags list

    29 décembre 2019, par Michael Niedermayer
    tools/target_dec_fuzzer : Use codec_tags list
    

    This should make it much quicker for the fuzzer to test
    real relevant codec_tags

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dec_fuzzer.c