Recherche avancée

Médias (91)

Autres articles (50)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (7171)

  • Upscale the key frames while decoding in H.264

    25 janvier 2023, par Monaco

    I would like to just upscale the keyframes in an H.264 video. I've been trying to see where can I hold the key frame, in the C src code, in order to scale it. I'm confused whether to apply the scaling in the parsing packet part, or in the decoding part.

    


    I also don't know if upscaling the B & P frames would be enough to not damage the video frames.

    


    I hope you guide me as there are no sufficient documentation about FFmpeg. If you have any suggestions please let me know.

    


  • How can I install and configure ffmpeg on linux server ?

    3 avril 2015, par Sanket Shah

    I need to generate thumbnail from an uploaded video in codeigniter. After some R&D I came to know that i need to install ffmpeg on my server so can anybody guide me for that ?
    My server is linux server.

  • ffmpeg integration with Codeignitor [on hold]

    14 novembre 2016, par Nomi

    I am working on a project which have the following requirements...

    1. It should upload a video .
    2. then it should verify what type of video file it is i.e flv ,mp4
      etc.
    3. it should also configure its resolution according to our needs.
    4. and then finally save it into a database.

    I have been searching the possible solution for this and learned that ffmpeg could be a solution.But i haven’t been able to learn how to code it.
    Can Somebody please guide me on how to install ffmpeg with Codeignitor from scratch OR some other library which could serve the same purpose .