Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (79)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

Sur d’autres sites (5536)

  • ffmpeg 2 pass encoding- understand the statistics in the output .log file

    21 juin 2021, par Yaelvi

    I am using 2 pass encoder to encode my input video with a target bitrate.
I want to get the encoder (x264) statistics from the first pass- these statistics are written to ffmpeg2pass.log
the output for each frame looks like that :

    


    in:2 out:2 type:B dur:2 cpbdur:2 q:28.41 aq:25.07 tex:4721 mv:2357 misc:2266 imb:24 pmb:527 smb:3049 d :- ref:0 ;

    


    How can I found is the meaning of each value ? (for example, mv is motion vectors, but what is the meaning of misc, imb, pmb etc.?)

    


    ffmpeg command used :
ffmpeg -f rawvideo -pix_fmt yuv422p16le -s:v 1280x720 -i "input_file.yuv" -c:v libx264 -pass 1 -stats -vstats -passlogfile "log_file_prefix" -f mp4 -y "output.mp4" &&
ffmpeg -f rawvideo -pix_fmt yuv422p16le -s:v 1280x720 -i "input_file.yuv" -c:v libx264 -pass 2 -passlogfile "log_file_prefix" -y "output.mp4"

    


  • libvpxenc : add static-thresh private option

    8 octobre 2014, par Anton Khirnov
    libvpxenc : add static-thresh private option
    

    Currently, this option is accessed through AVCodecContext.mb_threshold,
    which originally controlled reusing MB data when transcoding mpeg to
    mpeg. Since the libvpx meaning is completely different from the original
    mpegvideo meaning, it is better to use a separate private option for
    this.

    • [DH] libavcodec/libvpxenc.c
  • Install FFmpeg on OS X 10.8 [closed]

    22 octobre 2012, par Shuyinsama

    Is there a good place or bash script I can use (or at least a version I can build myself) for FFmpeg on OS X Mountain Lion (10.8) ?

    I have Xcode installed as well as the CLI for Xcode (gcc etc).

    I have a version of FFmpeg currently installed, but somehow I get a segmentation error on libx264 as well as the libvpx (I can't convert to MP4 and WebM).

    All I want to do is batch convert video files to HTML5 compatible videos. All my source videos consist of .mov .mp4 and .wmv files. .ogv works fine by the way.

    So the real question :

    1. How to uninstall everything of FFmpeg on my Mac now
    2. Reinstall a FFmpeg version that can convert to .mp4, .webm, and .ogv

    I also tried the precompiled version of Miro video converter but somehow that doesn't work either.