Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (8225)

  • Revision df037b615f : Adding API to read/write uncompressed frame header bits. The API is not final y

    22 mai 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_common.h


     Delete /vp9/common/vp9_header.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodframe.c


     Add /vp9/decoder/vp9_read_bit_buffer.h


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Add /vp9/encoder/vp9_write_bit_buffer.h


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9_dx_iface.c


     Modify /vp9/vp9cx.mk


     Modify /vp9/vp9dx.mk



    Adding API to read/write uncompressed frame header bits.

    The API is not final yet and can be changed. Actual layout of
    uncompressed frame part will be finalized later. Right now moving
    clr_type, error_resilient_mode, refresh_frame_context,
    frame_parallel_decoding_mode from first compressed partition to
    uncompressed frame part.

    Change-Id : I3afc5d4ea92c5a114f4c3d88f96858cccc15b76e

  • How to merge an image in audio file

    12 avril 2013, par vijay

    I am trying to merge thumbnail size image(104x80) into audio file format(m4a) and should be play in jw player, but the jw player doesnt support it...

    I have tried in Vlc player,but the image size gets blurred and upscaled..

    I am using the following command
    ffmpeg -i image8.jpg -i file.m4a -acodec copy test.mp4 but it doesnt support in jw player and whem am playing in vlc player,image gets upscaled
    can u please tell me how to merge thumbnail size image in jw player and not to upscale an image size........
    i had attached command line output in below link ,pl find it

    http://i.stack.imgur.com/6nrsE.jpg][1]

  • video playing sample on iPhone using libffmpeg

    6 mai 2014, par deimus

    can someone please provide a reference or an example on usage of libffmpeg library for playing video files not supported by apple.

    Let consider mkv file.
    I suppose the library decodes and passes the raw media data to AVFoundation objects to play it on device. Am I right ?