Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (51)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 ;

Sur d’autres sites (5191)

  • Search for movie atoms with ffmpeg

    6 octobre 2013, par user620297

    How to retrieve movie atoms from file with ffmpeg ? For example I need avcC atom bytes. I would rather not code parser myself if there is some solution.

    http://www.ffmpeg.org/doxygen/0.6/mov_8c-source.html seems to provide some API, but I'm not familiar with ffmpeg.

    Or is there direct API to obtain SPS and PPS NALs ?

  • Increase the bitrate tolerance of ffmpeg for creating screenshots of a movie

    21 septembre 2012, par rekire

    I'm getting the error bitrate tolerance too small for bitrate so far no problem. I know that there are several switches to increase that but nothing works.

    ffmpeg -y -r 1/30 -b:v 999999k -bt 999999k -maxrate 999999k -i in.flv out%03d.jpg

    The source of that commandline is directly from ffmpeg. But that crashes :

    ffmpeg version N-44123-g5d55830 Copyright (c) 2000-2012 the FFmpeg developers
     built on Sep  2 2012 20:23:29 with gcc 4.7.1 (GCC)
     [...]
    Input #0, flv, from 'in.flv':
     Duration: 00:05:00.13, start: 0.000000, bitrate: 259 kb/s
       Stream #0:0: Video: flv1, yuv420p, 320x240, 1k tbr, 1k tbn, 1k tbc
       Stream #0:1: Audio: nellymoser, 22050 Hz, mono, s16
    [mjpeg @ 04356860] bitrate tolerance too small for bitrate
    [mjpeg @ 04317540] ff_frame_thread_encoder_init failed
    Output #0, image2, to 'out%03d.jpg':
       Stream #0:0: Video: mjpeg, yuvj420p, 320x240, q=2-31, 200 kb/s, 90k tbn, 0.03 tbc
    Stream mapping:
     Stream #0:0 -> #0:0 (flv -> mjpeg)
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

    Some ideas what I'm doing wrong ?

  • Revision 75038 : Ajout de deux paramètres au modèle doc_img : -* download ou telecharger ...

    28 août 2013, par kent1@… — Log

    Ajout de deux paramètres au modèle doc_img :

    • download ou telecharger string : si == oui affiche un lien de téléchargement du document sous la prévisualisation
    • class_btn_download string : class à ajouter au bouton download
      On évite également l’Ancre de pagination par défaut en mettant son id sur la div parente
      div class="pagination" pour être compatible avec SPIP Bootstrap
      On inclue inc/securiser_action dans mes_fonctions pour avoir la fonction calculer_cle_action disponible