Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (109)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Les sons

    15 mai 2013, par

Sur d’autres sites (12144)

  • How to configure —enable-libfreetype for FFMPEG on Windows 10 ?

    14 août 2021, par Lakshay

    I want to customize/remove timestamp from my FFMPEG recording.

    


    I understand that I need to use the flag :filter-v or -vf in my command.

    


    On googling, it seems that I need to use the flag —enable-libfreetype, but the command
ffmpeg --enable-libfreetype ... or ffmpeg -enable-libfreetype ...

    


    returns this error

    


    Unrecognized option '-enable-libfreetype'.
Error splitting the argument list: Option not found 


    


    Some answers on SO suggest to "compile" with the option —enable-libfreetype.

    


    How to "compile" the libfreetype option ? I am using Windows 10.

    


    I tried finding online for a solution but couldn't find anything.

    


  • ffmpeg generate m3u8 and segments manually

    1er août 2017, par Darshan Bhandari

    We are developing an application where the m3u8 file should be generated on the fly for a given mp4 video. Can someone please let us know how can we generate the mp4 file on the fly with the exact duration as the segmenter. In our case ffmpeg segmenter is created variable length segments and are of decimal size. For eg :
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:7
    #EXT-X-PLAYLIST-TYPE:VOD

    #EXTINF:5.005,
    test.mp4.ts?start=0.000&end=5.005
    #EXTINF:6.715,
    test.mp4.ts?start=5.005&end=11.720
    #EXTINF:6.548,

    Can someone help us to create such m3u8 file without creating any segments. We will manually create the segments on request.

    Also when we create the segments manually there is a small stuttering (flicker) when the video goes to the next segment. When I read it online, it says it might be due to continuity counter. Can someone please help us fix that too

    Thanks.

  • ffmpeg generate m3u8 and segments manually

    26 juin 2015, par Darshan Bhandari

    We are developing an application where the m3u8 file should be generated on the fly for a given mp4 video. Can someone please let us know how can we generate the mp4 file on the fly with the exact duration as the segmenter. In our case ffmpeg segmenter is created variable length segments and are of decimal size. For eg :
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:7
    #EXT-X-PLAYLIST-TYPE:VOD

    #EXTINF:5.005,
    test.mp4.ts?start=0.000&end=5.005
    #EXTINF:6.715,
    test.mp4.ts?start=5.005&end=11.720
    #EXTINF:6.548,

    Can someone help us to create such m3u8 file without creating any segments. We will manually create the segments on request.

    Also when we create the segments manually there is a small stuttering (flicker) when the video goes to the next segment. When I read it online, it says it might be due to continuity counter. Can someone please help us fix that too

    Thanks.