Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (109)

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

  • Multi-language broadcasting title metadata for Audio & subtitle is not working

    28 septembre 2022, par Fariduzzaman Xenar

    I have a (.mp4) video file that contains 1 video track, 2 audio tracks & 2 subtitles. I already used different titles for audio tracks on encoding, but it's not working on any web player like JWPlayer, or Flussonic, where Multi-language broadcasting is supported. It shows eng a1, hin a2 for audio | eng t1, ben t2 for subtitle

    


    I want to show it like this English, Hindi for audio | English, Bangla for Subtitle

    


    Here is my video Detail :
[FROM FFPROBE]

    


     Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1920x800 [SAR 1:1 DAR 12:5], 2254 kb/s, 23.98 fps, 23.98 tbr, 24k tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
  Stream #0:1[0x2](eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 129 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
      vendor_id       : [0][0][0][0]
  Stream #0:2[0x3](hin): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 161 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
      vendor_id       : [0][0][0][0]
  Stream #0:3[0x4](eng): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:4[0x5](ben): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s (default)
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:5[0x6](eng): Data: bin_data (text / 0x74786574)
    Metadata:
      handler_name    : SubtitleHandler


    


    [FROM MEDIAINFO]

    


    General
Complete name                            : video.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom (isom/iso2/avc1/mp41)
File size                                : 2.64 GiB
Duration                                 : 2 h 28 min
Overall bit rate mode                    : Variable
Overall bit rate                         : 2 551 kb/s
Writing application                      : Lavf59.32.100

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4.1
Format settings                          : CABAC / 4 Ref Frames
Format settings, CABAC                   : Yes
Format settings, Reference frames        : 4 frames
Codec ID                                 : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                 : 2 h 27 min
Source duration                          : 2 h 27 min
Bit rate                                 : 2 141 kb/s
Nominal bit rate                         : 2 250 kb/s
Maximum bit rate                         : 2 254 kb/s
Width                                    : 1 920 pixels
Height                                   : 800 pixels
Display aspect ratio                     : 2.40:1


Audio #1
ID                                       : 2
Format                                   : AAC LC
Format/Info                              : Advanced Audio Codec Low Complexity
Codec ID                                 : mp4a-40-2
Channel(s)                               : 2 channels
Source stream size                       : 137 MiB (5%)
Title                                    : English
Language                                 : English
Default                                  : Yes
Alternate group                          : 1
Menus                                    : 6

Audio #2
ID                                       : 3
Format                                   : AAC LC
Format/Info                              : Advanced Audio Codec Low Complexity
Codec ID                                 : mp4a-40-2
Channel(s)                               : 2 channels
Source stream size                       : 171 MiB (6%)
Title                                    : Hindi
Language                                 : Hindi
Default                                  : Yes
Alternate group                          : 2
Menus                                    : 6

Text #1
ID                                       : 4
Format                                   : Timed Text
Muxing mode                              : sbtl
Codec ID                                 : tx3g
Duration                                 : 2 h 27 min
Bit rate mode                            : Variable
Bit rate                                 : 69 b/s
Stream size                              : 74.4 KiB (0%)
Title                                    : English
Language                                 : English
Default                                  : No
Forced                                   : No
Alternate group                          : 3
Menus                                    : 6

Text #2
ID                                       : 5
Format                                   : Timed Text
Muxing mode                              : sbtl
Codec ID                                 : tx3g
Duration                                 : 2 h 27 min
Bit rate mode                            : Variable
Bit rate                                 : 164 b/s
Stream size                              : 178 KiB (0%)
Title                                    : Bangla
Language                                 : Bengali
Default                                  : Yes
Forced                                   : No
Alternate group                          : 4
Menus                                    : 6



    


  • How to choose a language and a quality for HLS input in FFmpeg ?

    15 mars 2023, par andre487

    I need to retranslate HLS to RTMP with FFmpeg. I can do it like this :

    


    ffmpeg -i 'http://example.com/master.m3u8' -c:v copy -c:a aac -f flv rtmp://a.rtmp.youtube.com/live2/SOME_KEY


    


    But master.m3u8 contains a lot of languages and qualities. How to choose these parameters in command line ?

    


  • How to convert Raw frames in a video file in C language ?

    3 décembre 2020, par Nicola Revelant

    My C program generates raw frames, using either a pixel matrix or a linear pixel vector (I prefer the matrix for efficiency) ; but I also want to generate a video by merging all the frames. The FFmpeg library seems so complex and poorly documented so if anyone knows how simple it is to do it ...

    


    Please don't advise me how to use the standalone Linux ffmpeg command because it is not usable for this purpose.

    


    PS. It is used to generate Mandelbrot videos.