Recherche avancée

Médias (91)

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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" ;

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9411)

  • How to extract pcm tracks and output to wav in ffmpeg

    24 avril 2020, par Ghost_Recon131

    Is there a way to script ffmpeg to look for all the pcm tracks inside a .avi file then output each track as a .wav ? I tried : ffmpeg.exe -i test1.avi -f s16le -ar 48k -ac 2 0:a:3 track3.wav but it doesn't work.

    



    Full info for the file :
General
Complete name : D :\Games\Rainbow Six Siege\Raw test1.avi
Format : AVI
Format/Info : Audio Video Interleave
Format profile : OpenDML
File size : 24.0 GiB
Duration : 1 h 28 min
Overall bit rate mode : Constant
Overall bit rate : 38.9 Mb/s
Writing application : Lavf58.29.100

    



    Video
ID : 0
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.2
Format settings : CABAC / 1 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 1 frame
Codec ID : H264
Duration : 1 h 28 min
Bit rate mode : Constant
Bit rate : 25.0 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 60.000 FPS
Color space : RGB
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.201
Stream size : 15.5 GiB (64%)
Color range : Limited
Matrix coefficients : Identity

    



    Audio #1
ID : 1
Format : PCM
Format settings : Little / Signed
Codec ID : 00000001-0000-0010-8000-00AA00389B71
Duration : 1 h 28 min
Bit rate mode : Constant
Bit rate : 4 608 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Lb Rb
Sampling rate : 48.0 kHz
Bit depth : 16 bits
Stream size : 2.85 GiB (12%)
Alignment : Aligned on interleaves
Interleave, duration : 21 ms (1.28 video frame)

    



    Audio #2
ID : 2
Format : PCM
Format settings : Little / Signed
Codec ID : 00000001-0000-0010-8000-00AA00389B71
Duration : 1 h 28 min
Bit rate mode : Constant
Bit rate : 4 608 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Lb Rb
Sampling rate : 48.0 kHz
Bit depth : 16 bits
Stream size : 2.85 GiB (12%)
Alignment : Aligned on interleaves
Interleave, duration : 21 ms (1.28 video frame)

    



    Audio #3
ID : 3
Format : PCM
Format settings : Little / Signed
Codec ID : 00000001-0000-0010-8000-00AA00389B71
Duration : 1 h 28 min
Bit rate mode : Constant
Bit rate : 4 608 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Lb Rb
Sampling rate : 48.0 kHz
Bit depth : 16 bits
Stream size : 2.85 GiB (12%)
Alignment : Aligned on interleaves
Interleave, duration : 21 ms (1.28 video frame)

    


  • avformat : add demuxer for Pro Pinball Series' Soundbanks

    4 mai 2020, par Zane van Iperen
    avformat : add demuxer for Pro Pinball Series' Soundbanks
    

    Adds support for the soundbank files used by the Pro Pinball series of games.

    https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2020-May/262094.html

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/pp_bnk.c
    • [DH] libavformat/version.h
  • avcodec : add decoder for Simon & Schuster Interactive's ADPCM variant

    6 février 2020, par Zane van Iperen
    avcodec : add decoder for Simon & Schuster Interactive's ADPCM variant
    

    Adds support for the ADPCM variant used by some Simon & Schuster
    Interactive games such as Real War, and Real War : Rogue States.

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/adpcm.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h