Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (50)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8613)

  • 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

  • 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

    


  • 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 ?