Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (54)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Les images

    15 mai 2013
  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6105)

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

  • Could I use openframeworks and upd play the video in other computer ?

    7 novembre 2014, par cindywmiao

    I want to use openframework, udp connection and FFMPEG encode and decode to play the video from the other computer.

    I could not find how to turn the byte[] into one frame with FFMPEG decode. Is there some example/demo ?
    I found two demos from Internet. http://forum.openframeworks.cc/t/export-audio-and-or-video-using-ffmpeg/5123 This one is only the example for mac, but I use visual studio.

    Then, http://www.morethantechnical.com/2013/04/11/simplified-ffmpeg-video-writer-also-for-openframework-w-code/, this one does not work. It shows my the error :

    The program can't start because avcodec-56.dll is missing from your computer.
    Try reinstalling the program to fix this problem.

    Could someone give me a clue how to do it ?