Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (56)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7886)

  • what is the packet size unit of ffprobe(similar to ffmpeg) ?

    26 août 2014, par Juneyoung Oh

    I am developing thumbnail extractor with ff- series(means ffmpeg, ffplay, ffprobe).

    I need to know the location of frames, so I use a command like below which I found another posting in stackoverflow.

    ffprobe -show_frames -select_streams v -print_format json=c=1 0001.wmv

    Actually it works nice and makes a file with lots of information of packet.

    The output file like below.

      "frames": [
           { "media_type": "video", "key_frame": 1, "pkt_pts": 900000, "pkt_pts_time": "10.000000", "pkt_dts": 900000, "pkt_dts_time": "10.000000", "pkt_duration": 3003, "pkt_duration_time": "0.033367", "pkt_pos": "453", "pkt_size": "9744", "width": 720, "height": 480, "pix_fmt": "yuv420p", "sample_aspect_ratio": "8:9", "pict_type": "I", "coded_picture_number": 0, "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 },...

    There is a column named "pkt_size", which I assume that size of packet.

    It displays some numbers in, but no information of units.

    I wonder that unit is ’byte’ or ’bit’.

    If somebody has some information of this, Tell me.

    Thanks.

  • what is the packet size unit of ffprobe(similar to ffmpeg) ?

    4 septembre 2017, par Juneyoung Oh

    I am developing thumbnail extractor with ff- series(means ffmpeg, ffplay, ffprobe).

    I need to know the location of frames, so I use a command like below which I found another posting in stackoverflow.

    ffprobe -show_frames -select_streams v -print_format json=c=1 0001.wmv

    Actually it works nice and makes a file with lots of information of packet.

    The output file like below.

      "frames": [
           { "media_type": "video", "key_frame": 1, "pkt_pts": 900000, "pkt_pts_time": "10.000000", "pkt_dts": 900000, "pkt_dts_time": "10.000000", "pkt_duration": 3003, "pkt_duration_time": "0.033367", "pkt_pos": "453", "pkt_size": "9744", "width": 720, "height": 480, "pix_fmt": "yuv420p", "sample_aspect_ratio": "8:9", "pict_type": "I", "coded_picture_number": 0, "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 },...

    There is a column named "pkt_size", which I assume that size of packet.

    It displays some numbers in, but no information of units.

    I wonder that unit is ’byte’ or ’bit’.

    If somebody has some information of this, Tell me.

    Thanks.

  • aaccoder_mips : update function definitions

    21 août 2015, par Rostislav Pehlivanov
    aaccoder_mips : update function definitions
    

    This commit updates the function definitions in the aaccoder_mips.c
    file. This was broken around a month or so ago with the addition
    of the rounding argument.
    The previous commit in this series also introduced a separate array
    to put the quantization error in, this also needed to be updated,
    albeit non-functional, in the MIPS optimized aaccoder file.

    Credits for the rounding goes to Claudio Freire.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/mips/aaccoder_mips.c