Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (74)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (14347)

  • M2tS ffmpeg command

    27 août 2020, par pixbye

    I try to use a ffmpeg command to convert via shell an TS stream to m2ts stream

    


    I use :

    


    ffmpeg -i "D:\assets\data1-1.ts" -vcodec copy -r 29.97 -acodec ac3 out_data1.m2ts
pause


    


    But the result mediainfo result is :

    


    General
ID                                       : 1 (0x1)
Complete name                            : D:\analzye\ffmpeg\out\out_data1.m2ts
Format                                   : BDAV
Format/Info                              : Blu-ray Video
File size                                : 413 MiB
Duration                                 : 10 min 3 s
Overall bit rate mode                    : Variable
Overall bit rate                         : 5 751 kb/s

Video
ID                                       : 4113 (0x1011)
Menu ID                                  : 1 (0x1)
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4.1
Format settings                          : CABAC / 1 Ref Frames
Format settings, CABAC                   : Yes
Format settings, Reference frames        : 1 frame
Format settings, GOP                     : M=1, N=15
Codec ID                                 : 27
Duration                                 : 10 min 3 s
Bit rate                                 : 5 322 kb/s
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Stream size                              : 383 MiB (93%)

Audio
ID                                       : 4352 (0x1100)
Menu ID                                  : 1 (0x1)
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Commercial name                          : Dolby Digital
Codec ID                                 : 129
Duration                                 : 10 min 3 s
Bit rate mode                            : Constant
Bit rate                                 : 192 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Bit depth                                : 16 bits
Compression mode                         : Lossy
Delay relative to video                  : 32 ms
Stream size                              : 13.8 MiB (3%)
Service kind                             : Complete Main

Menu
ID                                       : 256 (0x100)
Menu ID                                  : 1 (0x1)
Duration                                 : 10 min 3 s
List                                     : 4113 (0x1011) (AVC) / 4352 (0x1100) (AC-3)
Service name                             : Service01
Service provider                         : FFmpeg
Service type                             : digital television


    


    So, no FPS info in Video. How to avoid the menu stream and get the FPS to the video stream ?
I tried to find it here on stackoverflow and google but git no success. Is it needed to encode video new to get the framerate well ? I thought it is a muxing issue.

    


  • avcodec : add Screen Recorder Gold Codec decoder

    16 avril 2017, par Paul B Mahol
    avcodec : add Screen Recorder Gold Codec decoder
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] configure
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/mscc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/riff.c
  • Merge commit ’1232a1647ab27e024a3baf4d01d40c8d08d6ced9’

    17 mai 2013, par Michael Niedermayer
    Merge commit ’1232a1647ab27e024a3baf4d01d40c8d08d6ced9’
    

    * commit ’1232a1647ab27e024a3baf4d01d40c8d08d6ced9’ :
    Apple Intermediate Codec decoder
    movenc : Don’t add base_data_offset in tfhd for PIFF files

    Conflicts :
    Changelog
    libavcodec/allcodecs.c
    libavcodec/avcodec.h
    libavcodec/codec_desc.c
    libavcodec/version.h

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aic.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/isom.c