Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (112)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

Sur d’autres sites (7914)

  • How can I upscale a stereo signal using PLII on a VM

    27 mars 2024, par andersmi

    I want to upscale a stereo signal with PLII from an input on a VM and sent it to an output after the upscale.

    


    I am thinking of installing Voicemeeter/Virtual Audio Cable or something like that to get an input on the VM.
I will then be able to use Dante Via on the VM host to sent the audio to the VM input and receive it again from the VM output on Dante Via then send it to my amplifier.
The solution needs to be able to initialize itself after reboot.

    


    I have looked into different solutions the most promissing seems to be FFDShow and FFMpeg, but there is not much information about how to do this. I don't care what is used just as long as it support PLII.

    


    I am looking for information on how to use FFDShow/FFMpeg with an application I develop or any other way to solve this.

    


    Thanks

    


  • avutil/stereo3d : add a Stereo3D view to signal that the view is unspecified

    26 juin 2024, par James Almer
    avutil/stereo3d : add a Stereo3D view to signal that the view is unspecified
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavutil/stereo3d.c
    • [DH] libavutil/stereo3d.h
    • [DH] libavutil/version.h
  • avutil/stereo3d : add a Stereo3D type to signal that the packing is unspecified

    22 juin 2024, par James Almer
    avutil/stereo3d : add a Stereo3D type to signal that the packing is unspecified
    

    Given that a video stream/frame may have only one view or both views coded with
    the packing information being unavailable, this commit adds a new type value
    AV_STEREO3D_UNSPEC for this purpose.
    The most common case for this is container level signaling of Stereo3D video
    where the specifics are defined at the bitstream level.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/stereo3d.c
    • [DH] libavutil/stereo3d.h