Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (16)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (5883)

  • ismindex : Use the individual stream duration instead of the global one

    3 octobre 2013, par Martin Storsjö
    ismindex : Use the individual stream duration instead of the global one
    

    The stream duration is used for calculating the duration of the
    last fragment easily without manually parsing anything else than
    the mfra/tfra atoms. When the global file duration was used
    previously, the duration of the last fragment could end up wrong
    if the streams weren’t equally long.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] tools/ismindex.c
  • MediaStream to C++ data type conversion

    20 juillet 2016, par Mohammad Abu Musa

    I am sending a video and audio stream to C++ from Google Chrome, I am not sure how to cast the data.

    What is the data type of this and how do I convert it to C++ ?

    videoStream.getVideoTracks()[0]

    I want to build ffmpeg encoder using C++ but I can not figure out how to cast this type ?

    I was also wondering if there is method to build a test case similar to this data type ?

  • FFmpeg : Encode Rgb Frames (AvFrames) to H264

    9 juillet 2021, par NoviceAndNovice

    When I encode Rgb24 frame with H264 I get "input width is greater than than stride"...

    &#xA;

    By the way if I give raw image which is Yuv420p, ffmpeg successfully encodes it...

    &#xA;

    What I wanted to know is :

    &#xA;

    i) Do we have to give Yuv format for encoding ? Can't give rgb frame for encoding h264 ?
    &#xA;ii) If we can give rgb frame, what is the trick ?

    &#xA;