Recherche avancée

Médias (91)

Autres articles (78)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • FFmpeg loglevel with level prefix

    13 mai 2020, par Matan Marciano

    I want to add level prefix to ffmpeg logs.
Im using ffmpeg -loglevel level+info -i input
And it is working as well in my Mac (ios) but is not working in my Ubuntu 18 with ffmpeg version 3.4.6-0ubuntu0.18.04.1

    



    When I am running it in my Ubuntu I got :

    



    Invalid loglevel "level+info". Possible levels are numbers or:
"quite"
"panic"
...
...
...
"trace"


    



    Please advise

    


  • ffmpeg : extract subtitles from mp4 files, when subtitles are embedded as binary data stream

    1er mars 2024, par Ruggero Simonelli

    What I am trying to do is to extract subtitles which are embedded in a .mp4 file. Goal is to have the .mp4 file and the subtitles uploaded together on HTML5.
What I would normally do is looking for the subtitles stream with ffprobe then do something along (assuming stream 2 is the subtitle stream)

    


    ffmpeg -i input.mp4 -map:0:2 out.vtt


    


    Now I have this file where, applying the command above, the following error is generated

    


    Exactly one WebVTT stream is needed.
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --


    


    I have tried a similar solution

    


    ffmpeg -i input.mp4 -vn -an -codec:s:0.2 srt sub.srt


    


    without success :

    


    Output file #0 does not contain any stream


    


    It turns out the subtitles stream is some binary data which I would have to decode somehow (I was also able to dump the binary content of it to no further use)

    


    Stream #0:2(eng): Data: bin_data (text / 0x74786574)
    Metadata:
      handler_name    : SubtitleHandler


    


    Any idea about a solution, or at least a way around it ?

    


  • fate : correct filename references of qt-faststart binary

    15 juin 2018, par Gyan Doshi
    fate : correct filename references of qt-faststart binary
    

    qt-faststart build doesn't have PROGSSUF added.

    • [DH] tests/Makefile
    • [DH] tests/fate/mov.mak