Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (85)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • cuvid : Pass bit depth information to decoder

    3 septembre 2016, par Philip Langdale
    cuvid : Pass bit depth information to decoder
    

    Although cuvid can only output 8bit, it can consume HEVC Main10 if
    the bit depth is set properly. In cases where >8bit is not supported,
    this change is still beneficial as the decoder will fail to be
    created instead of plowing throw and decoding as 8bit.

    • [DH] libavcodec/cuvid.c
  • http: Pass options through to the nested protocol

    7 novembre 2011, par Martin Storsjö
    http: Pass options through to the nested protocol
    

    When passing a dict to the nested protocol, it will consume
    the used options from it, so a separate copy needs to be used
    when reopening the connection multiple times.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/http.c
  • Pass embedded closed captions with FFmpeg

    4 décembre 2020, par Andrew

    I am taking an HLS stream and outputting it through a DeckLink card to convert it to SDI. I need to pass the CEA-708 closed captions that are embedded in the stream, and it has to happen live. This is the command I'm currently using :

    &#xA;&#xA;

    ffmpeg.exe -loglevel info -re -i https://my-url.m3u8 -c:v wrapped_avframe -pix_fmt uyvy422 -vf scale=1280x720 -c:a pcm_s16le -ar 48000 -ac 2 -f decklink -s 1280x720 -r 60000/1001 -b:v 4M "DeckLink SDI (2)"

    &#xA;&#xA;

    I have tried adding the -teletext all command to no avail.

    &#xA;&#xA;

    Here is the output of FFprobe :

    &#xA;&#xA;

    Input #0, hls, from &#x27;https://my-url.m3u8&#x27;:&#xA;  Duration: N/A, start: 83023.890600, bitrate: N/A&#xA;  Program 0&#xA;    Metadata:&#xA;      variant_bitrate : 998000&#xA;    Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(progressive), 640x360, Closed Captions, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc&#xA;    Metadata:&#xA;      variant_bitrate : 998000&#xA;    Stream #0:1(eng): Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 158 kb/s (default)&#xA;    Metadata:&#xA;      variant_bitrate : 998000&#xA;      comment         : Master Audio&#xA;    Stream #0:2: Data: timed_id3 (ID3  / 0x20334449)&#xA;    Metadata:&#xA;      variant_bitrate : 998000&#xA;  Program 1&#xA;    Metadata:&#xA;      variant_bitrate : 658000&#xA;    Stream #0:3: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(progressive), 480x270, Closed Captions, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc&#xA;    Metadata:&#xA;      variant_bitrate : 658000&#xA;    Stream #0:4(eng): Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 158 kb/s (default)&#xA;    Metadata:&#xA;      variant_bitrate : 658000&#xA;      comment         : Master Audio&#xA;    Stream #0:5: Data: timed_id3 (ID3  / 0x20334449)&#xA;    Metadata:&#xA;      variant_bitrate : 658000&#xA;  Program 2&#xA;    Metadata:&#xA;      variant_bitrate : 1958000&#xA;    Stream #0:6: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(progressive), 960x540, Closed Captions, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc&#xA;    Metadata:&#xA;      variant_bitrate : 1958000&#xA;    Stream #0:7(eng): Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 158 kb/s (default)&#xA;    Metadata:&#xA;      variant_bitrate : 1958000&#xA;      comment         : Master Audio&#xA;    Stream #0:8: Data: timed_id3 (ID3  / 0x20334449)&#xA;    Metadata:&#xA;      variant_bitrate : 1958000&#xA;  Program 3&#xA;    Metadata:&#xA;      variant_bitrate : 2658000&#xA;    Stream #0:9: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1280x720, Closed Captions, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc&#xA;    Metadata:&#xA;      variant_bitrate : 2658000&#xA;    Stream #0:10(eng): Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 158 kb/s (default)&#xA;    Metadata:&#xA;      variant_bitrate : 2658000&#xA;      comment         : Master Audio&#xA;    Stream #0:11: Data: timed_id3 (ID3  / 0x20334449)&#xA;    Metadata:&#xA;      variant_bitrate : 2658000&#xA;Unsupported codec with id 100358 for input stream 2&#xA;Unsupported codec with id 100358 for input stream 5&#xA;Unsupported codec with id 100358 for input stream 8&#xA;Unsupported codec with id 100358 for input stream 11&#xA;

    &#xA;&#xA;

    As you can see, closed captions are embedded in each of the VBR streams, but are getting stripped during the transcode to SDI. How can I pass these to view them ?

    &#xA;