Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (64)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (14133)

  • Is there a method to use old versions of ffmpeg and opencv ?

    6 juin 2023, par mika_roll

    I'm trying to build a project through cmake and after some adjustements the terminal display some new errors about some libraries and I don't know how to fix them, an example :

    


    /usr/bin/ld: warning: libopencv_core.so.3.4, needed by /media/myfolder/lib/Linux64_x64/file.so.3.3, not found (try using -rpath or -rpath-link)

    


    and other errors like this one regarding libavcodec.so.57, libavformat.so.57...

    


    I've already tried to install libavcodec-dev etc and also ffmpeg and opencv by command line, and all these packages contain effectively the .so files that I need but all of them have been updated to the new version that doesn't match the one specified in the warning lines.
So is there a way to install these old versions ? Or should I try something different ? I don't really know what to do, I'm kinda new to these things so I hope I can find some help.

    


    Also, the project that I'm trying to build is not mine, someone else wrote it some time ago and my only task is to manipulate and adjust all the links to the different libraries.

    


    English is not my first language so I really hope I wrote an understandable request !

    


  • Fastest method to add .ass (ssa, aegisub) SubStationAlpha subs to mp4 ?

    23 mai 2015, par user3762355

    So i have video file mp4, and without changing its quality i want to add ass hardsubs.
    i am doin this with ffmpeg :
    on windows :

    ffmpeg -i input.mp4 -c:v libx264 -preset:v medium -profile:v baseline -level 3.0 -movflags +faststart -vf ass=insubs.ass -bufsize 4000k -qp 27 result.mp4

    But it takes long time, or quality is bad.
    It have to be most compatible, so baseline, and good for web.

    How to do it faster ?
    When i change preset to ultrafast quality is very very bad.

    I dont want to use mkvtoolnix and handbrake or avisynth.
    And it has to be on Windows.
    It has to be something, possible to do with one simple bat file, very fast, good quality,small size, just like original mp4 only with subs hardcoded.
    Thanks.

  • Fastest method to add .ass (ssa, aegisub) SubStationAlpha subs to mp4 ?

    23 mai 2015, par user3762355

    So i have video file mp4, and without changing its quality i want to add ass hardsubs.
    i am doin this with ffmpeg :
    on windows :

    ffmpeg -i input.mp4 -c:v libx264 -preset:v medium -profile:v baseline -level 3.0 -movflags +faststart -vf ass=insubs.ass -bufsize 4000k -qp 27 result.mp4

    But it takes long time, or quality is bad.
    It have to be most compatible, so baseline, and good for web.

    How to do it faster ?
    When i change preset to ultrafast quality is very very bad.

    I dont want to use mkvtoolnix and handbrake or avisynth.
    And it has to be on Windows.
    It has to be something, possible to do with one simple bat file, very fast, good quality,small size, just like original mp4 only with subs hardcoded.
    Thanks.