Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (40)

  • 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

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (6658)

  • Unable to play clear content packaged using ffmpeg mpeg-dash -single_file option

    20 novembre 2017, par diS

    Able to package the mpeg-dash clear content into a single file using -single_file option but unable to play the content.

    ffmpeg command :

    ffmpeg -y -loglevel info -loglevel verbose -err_detect careful -analyzeduration 8000000 -probesize 4000000 -rtbufsize 300000 -flush_packets 0 -fflags +genpts+discardcorrupt -f mpegts -i Sample_Input.ts -i -map 0:p:1:0 -c copy -f dash -window_size 24 -min_seg_duration 4 -use_timeline true -use_template true -single_file true live.mpd

    Able to package and play using below command :

    MP4Box -dash 150000 -dash-profile onDemand -segment-name chunk-stream clear.mp4

    Am I Missing any parameters while packaging with ffmpeg command ?

    FFMPEG latest code from https://git.ffmpeg.org/ffmpeg.git
    commit :- ce001bb8fc6677541c401a614e05e5058d58dde1

    Thank you in advance.

  • eacmv : clear references on frame dimensions change

    28 novembre 2013, par Anton Khirnov
    eacmv : clear references on frame dimensions change
    

    Fixes invalid reads.

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DH] libavcodec/eacmv.c
  • avcodec/hevc : clear HEVClc when its deallocated in hevc_decode_free()

    31 décembre 2013, par Michael Niedermayer
    avcodec/hevc : clear HEVClc when its deallocated in hevc_decode_free()
    

    Fixes reading freed memory
    Fixes : asan_heap-uaf_1abf8ef_3987_NUT_A_ericsson_4.bit
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c