Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (35)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6789)

  • Anomalie #816 : nettoyer les fichiers de langue

    13 mai 2011, par Guy Cesaro

    texte_plus_trois_car info_plus_trois_car info_plus_cinq_car_2 info_plus_cinq_car et celle de 10 caractères piquée sur forum. On pourrait avoir seulement deux chaines (une avec et une sans parenthèse) avec @nb@

  • Anomalie #3765 : Bug spip 3.1 urls arborescentes | Jointures

    3 avril 2016, par b b

    Je confirme sur le trunk à jour en r22976, j’attache le ticket au projet urls_etendues.

    Comme je le disais sur le forum, le problème semble provenir du base href. En effet, le bug ne se présente pas en appelant l’inclure du portfolio dans un squelette de test vide avec [(#INCLURE{fond=inclure/documents,id_article=X,env})]. Et la désactivation du base href à l’aide du couteau kiss ne règle pas le problème.

    < b_b‎ >  ha la loose
    < b_b‎ >  on passe un id_rubrique dans l’env avec les arbos
    < b_b‎ >  du coup l’inclure documents fait des jointures de fou
    < b_b‎ >  pour chercher les docs liés à l’article et la rubrique :p
    
  • Converting avi to mp4 : audio is out of sync

    17 octobre 2011, par M.S

    I'm using ffmpeg to convert a video from avi to mp4.
    The audio / video in the output mp4 are out of sync. I researched and found the following link, which suggests that this is an issue with newer builds of ffmpeg :

    http://forum.videohelp.com/threads/320342-Audio-out-of-sync-problem-with-FFMPEG-encoding-MP4-%28h-264-AAC%29?p=1983858&viewfull=1#post1983858

    I tried build 18715 as suggested and indeed the a/v is in sync. I thought I'd just use this build, but I then realized that the output file size is much larger (about a third more). Any idea why ? Bandwidth is currently a major concern in my application.

    I'm trying to either solve the sync problem with the latest build or figure out how to reduce the size of the file with the older build. Any suggestions ?

    EDIT :
    The command I use for the conversion :

    ffmpeg -i test.avi -vb 100k -ab 48k -r 20 test.mp4

    This is a very low res and quite static video and the low bitrate is adequate (and isn't a cause for any problem when not using mp4).