Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (91)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5925)

  • How to Record Animation via FFmpeg in Android

    11 avril 2019, par Nitin Bhanderi

    I’m Setting up one application to make a video from animation view. Is there any way to do via FFmpeg ?

  • ffmpeg 'av_seek_frame()' not work in bink video

    19 juillet 2020, par ghoflvhxj

    I'm trying to play video in my game by using ffmpeg-avformatlib library.

    


    'av_seek_frame()' work correctly when open '.avi' file.

    


    but if open .bik file, it's not work however the function return 0(success) and seek to 0 frame.

    


    anyone who know about this problem ? :( please tell me please...

    


    void CMovie::Play(const Time startFrame, const Time endFrame, const bool loop/* = false*/)
{
    ...
    if (m_bStart)
    {
        av_seek_frame(GetFormatContext(), GetVideoStreamIndex(), startFrame, AVSEEK_FLAG_FRAME);
        m_bStart = false;
    }
    ...
}


    


    i uploaded sample video player and video which call 'av_seek_frame()' to seek.

    


    play fire.bik and click left or right button, you can see seek to 0 frame. it's same as my program.

    


    check it please.
https://drive.google.com/file/d/1DVrX3EOzjxSfEA4EYpeSREaE2RLhB28Q/view?usp=sharing

    


  • using Ffmpeg create fast, maintain quality and compress video(Mp4).I need convert more fast and best quality with compressed

    12 février 2019, par amit kumar

    I need help to convert lasrge size of Mp4 file in compressed and maintaine quality with fast conversion speed.

    I have a Mp4 file whose size is 235 MB but i need to compress and maintain quality and convert without taking too much time.

    But when i use this command to create that all thing they are taking 4 to 5 min time and quality is very low whereas the size is compressed (It becomes 32 Mb).
    So, can any one help me to perform this operation.

      1).  "-i 503148_inn.mp4 -codec:a copy -vcodec libx264 -crf 24 503148.mp4"

      2).  "-i 503148_inn.mp4 -codec:a copy -preset ultrafast -vcodec h264 -b:v
          1000k -acodec mp3 503148.mp4"

    whereas i am sending the file URL where you all are download and test the file.
    https://drive.google.com/file/d/1GMyHHpz5QOzDM0rNBGHkiz_mw4OE-0LD/view ?
    usp=sharing