Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (95)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (11367)

  • dxva2_hevc : properly fill the scaling list structure

    3 février 2015, par Hendrik Leppkes
    dxva2_hevc : properly fill the scaling list structure
    

    The scaling list can be specified in either the SPS or PPS.
    Additionally, compensate for the diagonal scan permutation applied
    in the decoder.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dxva2_hevc.c
  • How to play a specific number of samples from an audio file using ffmpeg ?

    2 juillet 2023, par FrostDream

    I'm trying to use ffmpeg in a command-line or terminal environment to play only a specific number of samples from an audio file. Instead of playing the entire audio, I want to extract and play a precise portion based on the sample count.

    &#xA;

    I came across the following example command that seems to be relevant :

    &#xA;

    ffmpeg -ss 0 -t [SAMPLE_COUNT] -i [INPUT_AUDIO_FILE] -f wav - | ffplay -&#xA;

    &#xA;

    In the command, I understand that -ss is used to specify the start time as 0, -t sets the duration as the sample count, -i defines the input audio file, and -f sets the output format as WAV. The output is then piped to ffplay, a simple media player provided with ffmpeg, which will play the specified number of samples from the audio file.

    &#xA;

    However, I'm not entirely sure about the usage and options of ffmpeg in this scenario. Could someone please provide a detailed explanation of how to correctly use ffmpeg to achieve this ? Any additional insights, tips, or alternative approaches would also be greatly appreciated. Thank you !

    &#xA;

  • Revision 4220 : La gestion des champs extras fonctionne (au moins pour les articles ... à ...

    25 octobre 2010, par kent1 — Log

    La gestion des champs extras fonctionne (au moins pour les articles ... à tester pour le reste)