Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (41)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • 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

Sur d’autres sites (6383)

  • Vitamio build librtmp for android

    15 avril 2014, par David

    I read in the GitHub of this project FFmpeg-vitamio comes with rtmp compilled but seems Not.

    Here in the next link to the ffmpeg build, as you can see exists an .sh for android with librtmp

    https://github.com/yixia/FFmpeg-Vitamio

    When I try to execute it I get a syntax error from windows and ubuntu.

    And I don´t have idea about what Must I do once compiled (If it´s possible) where to place the libs, etc, Can someone help me please ? I can´t find information about that.

    Greetens

    DAvid

  • Flac-in-mp4 draft v0.0.2.

    4 octobre 2016, par Ralph Giles
    Flac-in-mp4 draft v0.0.2.
    

    Draft updates in response to feedback from David Evans.

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] doc/isoflac.txt
  • Get length of a video using regex and ffmpeg

    10 mars 2016, par David542

    From the following ffmpeg -i output, how would I get the length (00:35)—

    $ ffmpeg -i 1video.mp4

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/david/Desktop/1video.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 1
       compatible_brands: isomavc1
        creation_time   : 2010-01-24 00:55:16
     Duration: 00:00:35.08, start: 0.000000, bitrate: 354 kb/s
       Stream #0.0(und): Video: h264 (High), yuv420p, 640x360 [PAR 1:1 DAR 16:9], 597 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc
       Metadata:
         creation_time   : 2010-01-24 00:55:16
       Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 109 kb/s
       Metadata:
         creation_time   : 2010-01-24 00:55:17
    At least one output file must be specified