Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (71)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (7074)

  • use ffmpeg libs to control native video recording fps

    9 février 2015, par suitianshi

    I am recording video natively with help from Camera.setPreviewCallback and ffmpeg libs. I want to get a fixed fps(through AVCodecContext.time_base) mp4 video, say , the fps is 20 which means it will have 20 frames in one second.

    The problem is that on some device (my zte-u817) I only get about 10 frames within a second whereas on another device(XiaoMi-4) I could get 30 frames.

    As said above, it seems I have to find some way to add/drop frames based on current fps of camera preview callback.Dropping frames should be easy to implement. How about creating frames ? Appreciate if any example is provided

  • Revision c54d165014 : Rate control adjustment for temporal-svc 1pass. -For ambient qp in active_worst

    6 août 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_ratectrl.c



    Rate control adjustment for temporal-svc 1pass.

    - For ambient qp in active_worst setting : increase the initial
    averaging time (from very first frame) to account for avg_qp of key_frame.
    - In postencode on key frame : update the last_q/avg_q[key_frame] for
    all temporal layers.

    Change-Id : I5313153d350b1045b4835ce948dfffb7d2039b52

  • avcodec/videotoolboxenc : add rc_max_bitrate control into videotoolbox

    14 mars 2017, par Steven Liu
    avcodec/videotoolboxenc : add rc_max_bitrate control into videotoolbox
    

    add kVTCompressionPropertyKey_DataRateLimits support by rc_max_bitrate

    Reviewed-by : Rick Kern <kernrj@gmail.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavcodec/videotoolboxenc.c