Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (44)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

Sur d’autres sites (10404)

  • Anomalie #2619 : impossible de surcharger un fichier défini dans ecrire/plugin.xml ?

    28 mars 2012, par Fil Up

    Je découvre ce "principe" qui s’oppose clairement au "principe" de surcharge. A priori le cout en perfs sera limité si on fait le find_in_path() au moment de la compilation de tmp/cache/charger_* ?

  • Copying timecode into output file ffmpeg or ffmbc

    3 avril 2012, par user989056

    I have media files in various formats that I want to be able to segment using ffmbc, same acodec, vcodec and container as original. I would like to be able to maintain the timecode data e.g. start_delay, from the original to destination media files ( with the segmented offset taken into account ).

    At the moment when I copy using the command -i inputfile.mxf -vcodec copy -avodec copy outputfile.mxf ( segmenting options omitted ) the output file start timecode is set to 00:00:00.

    The original files are mainly in .mxf and .mov container formats.

    Is there a command for this that I am missing ?

  • Fail to set profile to high when using ffmpeg with libx264

    10 mars 2012, par user1258095

    Here is my command :

    ffmpeg -i input.avi -vcodec libx264 -vpre fast -vpre high -acodec copy output.avi

    The output :

    Input #0, avi, from 'short.avi':
     Metadata:
       encoder         : Lavf53.3.0
     Duration: 00:00:25.04, start: 0.000000, bitrate: 12705 kb/s
       Stream #0.0: Video: msmpeg4v2, yuv420p, 1920x1080, 24 tbr, 24 tbn, 24 tbc
       Stream #0.1: Audio: aac, 48000 Hz, 5.1, s16, 316 kb/s
       Metadata:
         title           : ED-CM-5.1-DVD-Final2
    File for preset 'high' not found

    However, I am able to successfully transcode files when setting the profile to baseline or main, from the man page of x264 it is clear that "high" should also be a valid argument. I also want to know where these preset files are located in the file system(I am running ubuntu 11.10) so that I can make sure what arguments I can actually use for presets and profiles at the moment. I am very frustrated by this issue and would really appreciate any input from you guys. Thanks in advance.