Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6154)

  • vaapi_h264 : Add trivial support for low-power encoding

    18 mai 2016, par Mark Thompson
    vaapi_h264 : Add trivial support for low-power encoding
    

    Experimental ; requires Skylake and VAAPI 0.39.1 (not yet released).
    Also increases the allowed range of the quality option - in low-power
    mode, the Intel driver supports levels 1-8 (and 0 meaning default).

    • [DBH] libavcodec/vaapi_encode_h264.c
  • FFmpeg four audiochannels but the first two are static noise

    2 octobre 2014, par sebastian

    I have a handful of videos with one audio stream in which includes four audio channels. I am having trouble in getting the last two channels wherein lies the actual sound. I don’t want to create wave files or anything like that I just want to create a video out of it with the two channels correct channels (three and four). I was thinking about using the -map 0:a:2 and -map 0:a:3 but it does not work quite as well as I had hoped for. Does anyone know a better way or what I am doing wrong ?
    Any help would be appreciated.

    Audio
    ID : 2
    Format : PCM
    Format settings, Endianness : Big
    Format settings, Sign : Unsigned
    Codec ID : lpcm
    Duration : 3mn 54s
    Bit rate mode : Constant
    Bit rate : 6 144 Kbps
    Channel(s) : 4 channels
    Sampling rate : 48.0 KHz
    Bit depth : 24 bits
    Stream size : 172 MiB (3%)
    Language : English
    Encoded date : UTC 2014-09-25 16:54:09
    Tagged date : UTC 2014-09-25 16:55:41
  • ffmpeg combining audio tracks on copy

    22 janvier 2024, par janeden

    I tried to copy all streams (video, audio, subtitle) and add a tag with the following command in order to play the files using QuickTime player :

    


    ffmpeg -i in.mp4 -vcodec copy -tag:v hvc1 -acodec copy -scodec copy -map 0 out.mp4


    


    The resulting file does open with QuickTime player, and the video/subtitles play fine, but the two audio tracks (E-AC3 in English and German) from the input file cannot be selected (View → Languages → None) and are in fact merged into each other while playing the video, even though both tracks are shown separately in Inspector → Audio Details and VLC handles them correctly. Is this a bug in QuickTime player, or would I need to add another option for QuickTime ?