Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (94)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Evolution #2745 : Icone des Itruc

    4 novembre 2015, par cam.lafit -

    Bonjour

    Pourquoi s’embeter à commenter le truc ? Autant mettre le truc par défaut. Si je ne dis pas de conneries on a 2 cas de figure :

    • les personnes qui ne sont pas sous apple, l’activation ne le pénalisent pas
    • les personnes sous apple, l’activation leur font plaisir

    Donc selon la regle du "on ne prive personne tout en offrant un plus aux autres" autant mettre la règle par défaut. De plus ça simplifiera la vie des dev qui n’auront pas expliquer pourquoi c’est un regle à activer à la main alors que c’est natif, ... et avoir un ticket long comme l’amazone.

  • Extract PRORES Video with 5.1 audio from file with Mono and downmix

    29 mars 2021, par user2920456

    I am trying to extract a prores video with just 5.1 audio from a Prores with the below audio track layout. How can I do that using the FFmpeg library ?

    


    I could not figure out which command to use from the below ffmpeg library spec
https://trac.ffmpeg.org/wiki/AudioChannelManipulation#a2monostereo

    


    Desired Output PRORES to contain below track layout

    


      

    • track 0 - video (src Stream #0:0)
    • 


    • track 1 - FL (src Stream #0:1)
    • 


    • track 2 - FR (src Stream #0:2)
    • 


    • track 3 - FC (src Stream #0:3)
    • 


    • track 4 - LFE (src Stream #0:4)
    • 


    • track 5 - BL (src Stream #0:5)
    • 


    • track 6 - BR (src Stream #0:6)
    • 


    • track 7 - tmcd (src Stream #0:8)
    • 


    


    Below is the source video/audio Track Layout

    


    Stream #0:0(eng): Video: prores (HQ) (apch / 0x68637061), yuv422p10le(tv, bt709, progressive), 1920x1080, 171944 kb/s, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 23976 tbn, 23976 tbc (default)
    Metadata:
      creation_time   : 2019-05-21T01:26:51.000000Z
      handler_name    : Apple Video Media Handler
      encoder         : Apple ProRes 422 HQ
    Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (FL), s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2019-05-21T01:26:51.000000Z
      handler_name    : Apple Sound Media Handler
    Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (FR), s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2019-05-21T01:26:51.000000Z
      handler_name    : Apple Sound Media Handler
    Stream #0:3(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2019-05-21T01:26:51.000000Z
      handler_name    : Apple Sound Media Handler
    Stream #0:4(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (LFE), s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2019-05-21T01:26:51.000000Z
      handler_name    : Apple Sound Media Handler
    Stream #0:5(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (BL), s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2019-05-21T01:26:51.000000Z
      handler_name    : Apple Sound Media Handler
    Stream #0:6(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (BR), s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2019-05-21T01:26:51.000000Z
      handler_name    : Apple Sound Media Handler
    Stream #0:7(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, downmix, s32 (24 bit), 2304 kb/s (default)
    Metadata:
      creation_time   : 2019-05-21T01:26:51.000000Z
      handler_name    : Apple Sound Media Handler
    Stream #0:8(eng): Data: none (tmcd / 0x64636D74) (default)
    Metadata:
      creation_time   : 2020-03-17T19:58:52.000000Z
      handler_name    : Time Code Media Handler
      reel_name       :
      timecode        : 00:00:00:00


    


  • iPAD Streaming video to a ffmpeg server. front facing camera

    6 décembre 2011, par IrishGringo

    This is a video chat type program.
    My project is to write a native ObjC app that will stream video from the front facing camera to a server. This server will format and relay to be sent to another location.
    In a related question, I want to display video streaming from the server. The video server will probably be running ffmpeg for formating.
    But this question is just asking advice for the iPAD project. I wanted to get comments about issues I need to be thinking about.

    This is my strategy :
    I was thinking of using AVFoundation framework to stream from the cam to a URL server. I don't know if I will be formatting on the client or no, so some comment there would be interesting. http://developer.apple.com/library/mac/#documentation/AVFoundation/Reference/AVFoundationFramework/_index.html

    For streaming the video, I was going to be using :
    http://developer.apple.com/library/IOs/#documentation/AVFoundation/Reference/AVCaptureSession_Class/Reference/Reference.html#//apple_ref/occ/cl/AVCaptureSession

    so if someone has some ideas/suggestions... extra code I can look at. I would appreciate it.