Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (67)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (9249)

  • Revision 2319b7aaf1 : Merge "tests : clear system state after non-API calls"

    19 juin 2013, par John Koleszar

    Merge "tests : clear system state after non-API calls"

  • Wrong frame order/frame hickup in output video

    5 juillet 2012, par TheSHEEEP

    I am encoding frames from a 3D engine to an mp4 video with sound.
    Usually, the video (and input image) size is 640x360. With that size, there is no problem.

    But when I want to encode a 320x180 video (from input of 320x180), the resulting videos are sometimes(!!) stuttering, jumping back and forth in their frame order. Only the picture data is affected, though, as the sound is normal.

    For encoding, I followed this tutorial, so the vital parts for encoding in my functions look like that :
    http://dranger.com/ffmpeg/tutorial01.html

    As I said, this only happens in the small video size, never in the big one.
    I also made sure that the frames from the engine always come in in the correct order and are always encoded in the correct order.
    The ffmpeg encoding takes place in its own thread, but that shouldn't matter (as it works with bigger video).

    If I insert a Sleep(10) before encoding each frame, the problem does not appear any more (or very, very rare).

    Additional info : I just tried encoding to mpg instead of mp4, and the same thing happened. So the problem is codec independent.

    Any ideas what could cause this ?

  • Revision 85381e3416 : Using network byte order (big-endian) to encode tile size. This is consistent w

    11 juin 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Using network byte order (big-endian) to encode tile size.

    This is consistent with uncompressed header encoding.

    Change-Id : Iccf40a44b493ed36ee085b81ed56f7952cde70a9