Recherche avancée

Médias (91)

Autres articles (74)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (9067)

  • Add file name to video (drawtext) - Cannot find a valid font for the family Sans Error Ffmpeg [duplicate]

    18 mars 2019, par Oli Shingfield

    This question already has an answer here :

    I have a folder with a couple of short videos in, I would like to add the file names of the videos in the video in the bottom right corner while converting them from mov to mp4. I have tried using :

       @echo off
    set "INPUT=E:\Users\Oli Shingfield\Documents\Projects\v1.3.1\downloads3"
    for %%a in ("%INPUT%\*.mov") do (
       ffmpeg -i "%%~a" -vf drawtext=text="%%~na":x=105:y=120:fontfile="E:\Users\Oli Shingfield\Documents\Projects\v1.3.1\downloads3\impact.ttf":fontsize=25:fontcolor=white -b:v 1M -r 60 -b:a 320k -ar 48000 -crf 17 "%%~na.mp4"
    )
    pause

    but I am getting the error :

    [Parsed_drawtext_0 @ 000002548db70e00] Cannot find a valid font for the family Sans
    [AVFilterGraph @ 000002548cd00a20] Error initializing filter 'drawtext' with args 'text=RP AS A WHOLE:x=105:y=120:fontfile=E:UsersOli_ShingfieldDocumentsProjectsv1.3.1downloads3impact.ttf:fontsize=25:fontcolor=white'
    Error reinitializing filters!
    Failed to inject frame into filter network: No such file or directory
    Error while processing the decoded data for stream #0:0
    [aac @ 000002548be61ae0] Qavg: 65536.000
    [aac @ 000002548be61ae0] 2 frames left in the queue on closing
    Conversion failed!

    It seems as though it can’t find the font file even though it’s in the same location and I am specifying the exact file path.

    Has anyone got any ideas ? I’m baffled.

    Thanks !
    Oli

  • FFMPEG Concat byte pictures into stream

    29 septembre 2017, par user3187926

    I am writing an interface layer between Milestone VMS and web page. Basically what I need to do is to stream video from Milestone server to a webpage. Right now I am successfully pulling video from the server but the catch is that the server ONLY sends pictures(in JFIF(jpeg-ish)) in byte data. I am able to capture and save them localy but I cant figure out how to ACTUALLY concat them into a stable stream.

    I am working in java and have my images as a bytes would it be possible to use FFMPEG to create an HTML5 stream-able video ? If so how ?

  • avcodec/vc1dec : Print warning for frame pictures with direct mode MBs, followed by...

    1er février 2014, par Michael Niedermayer
    avcodec/vc1dec : Print warning for frame pictures with direct mode MBs, followed by field pictures
    

    This case is not implemented
    No non fuzzed samples are known to use this

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vc1dec.c