Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (6771)

  • FFMpeg : how to use between() to select last second ?

    13 mai 2019, par rcpinheiro

    I’m trying to apply a caption using drawtext that should disappear one second before the video end :

    ffmpeg -i input.mp4 -vf "drawtext=enable='between(t,0,5)':fontfile=font.ttf:text='Some caption':x=60:y=640:fontsize=40:fontcolor=#f0f0f0@0.9" -vcodec libx264 -crf 27 -preset ultrafast -strict -2 -acodec copy output.mp4

    The problem is that I don’t know the video length beforehand. I’ve tried using ’between(t,0,-1)’ but it doesn’t work, the caption never shows up.
    Anyone knows if is there a way to do this without having to open the video first to check length and only after that draw the caption ?
    Thanks in advance !

  • Ffmpeg desyncing with FFSource

    28 janvier 2014, par Ismaw34

    i don't know how much time i spent doing the batch to stream with twitch, i made a batch file for streaming, but the audio and the video are desyncing over time.

    The batch im using is this :
    http://pastebin.com/NEz2Gvyj

    I dont know if my pc is too old for streaming or if is something else.

    With XSplit the quality is pixelated a lot.
    Can't use OBS.
    With FFSplit is the same as above.

    Thanks in advance.
    - Ismaw34

    EDIT :
    It appears that the new batch is working now. Thanks for all the visits, you can use the batch too.

  • FFmpeg - concat multiple videos,with same resolution,some has audio,some without

    24 septembre 2018, par wensefu

    I’m trying to concat some videos with same resolution and same video codec
    into one single video using ffmpeg Concat demuxer ,while some video has audio,some without.

    but I get result of a whole silent video,is there something wrong I did ?

    Many thanks in advance.