Recherche avancée

Médias (0)

Mot : - Tags -/xmp

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (53)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (4161)

  • Removing lagspikes in videos using mpdecimate in FFmpeg

    4 novembre 2020, par Stratos2 - no videos here

    I frequently deal with .mp4 footage files which are game recordings from my computer. Because I'm dealing with a laggy game I end up with footage that has both duplicate frames and a variable frame rate. I want to cut out lagspikes from my video, lagspikes that can have the form of variable frame rates and/or duplicate frames. The end goal is to have video with a constant frame rate and no more lagspikes.
I'm well aware that this will destroy or at least damage the audio, but keeping the audio intact is not necessary for my application.

    


    I have come across the mpdecimate filter for FFmpeg. As far as I have seen this is able to remove duplicate frames, however it does this in a way that does not make the output file a shorter video, but it introduces more variable frame rate.

    


    Is it possible to reach my goal with FFmpeg ? And if so, how ?

    


    Thanks in advance for help !

    


  • FFMPEG using Google Drive API instead of Shared URL

    25 novembre 2020, par Marcus

    We are using FFMPEG to stream a Google Drive URL into a node application.

    


    Is there an FFMPEG method or library we can use to stream to FFMPEG using the Google Drive API instead of using the standard public shared URL ?

    


    At the moment using the URL works fine if the file size is <100mb but with bigger files we get an error :

    &#xA;

    https://drive.google.com/uc?export=download&amp;id=fileId: Invalid data found when processing input&#xA;

    &#xA;

    This is because we reach the pesky gDrive virus roadblock page :&#xA;enter image description here

    &#xA;

  • avformat/asfdec_o : Check size vs. offset in detect_unknown_subobject()

    12 janvier 2021, par Michael Niedermayer
    avformat/asfdec_o : Check size vs. offset in detect_unknown_subobject()
    

    Fixes : signed integer overflow : 2314885530818453566 + 7503032301549264928 cannot be represented in type 'long'
    Fixes : 26639/clusterfuzz-testcase-minimized-ffmpeg_dem_ASF_O_fuzzer-6024222100684800

    Alternatively this could be ignored but then the end condition of the loop
    would be hard to reach as avio_tell() is int64_t

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/asfdec_o.c