Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (100)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6377)

  • avformat/mvdec : fix reading number of audio channels

    27 novembre 2021, par John-Paul Stewart
    avformat/mvdec : fix reading number of audio channels
    

    The number of audio channels is stored after the magic number
    identifying the audio format. Prior to this patch the code has been
    reading it earlier, causing files with only one audio channel to be
    handled incorrectly.

    Reviewed-by : Peter Ross <pross@xvid.org>

    • [DH] libavformat/mvdec.c
  • avformat/flacdec : Also set channels when setting channel_layout

    29 août 2021, par Andreas Rheinhardt
    avformat/flacdec : Also set channels when setting channel_layout
    

    This brings the FLAC demuxer in line with all the other demuxers.
    Furthermore, if it is not done and the FLAC decoder is disabled,
    the FLAC parser will overwrite the channel layout with the standard
    channel layout for that number of channels.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/flacdec.c
  • play channels from dvb with ffmpeg [on hold]

    30 décembre 2015, par mustafa.yavuz

    How can we play or process a tv channel with ffplay, ffmpeg from a tuner on tv card on linux. I am able to play with vlc when I tune a tuner wtih szap with command szap-s2 "channel" -a 0 -H . However, I could not achieve this with ffmpeg. I also want to play multiple channels at same time on one transponder.