Recherche avancée

Médias (91)

Autres articles (9)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (2630)

  • 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

    


  • ffmpeg and streaming encrypted mpd

    16 mai 2021, par Chris

    Using developer tools I can see the mpd manifest being used for a stream on a site.
Inside that manifest there are what appears to be several keys ?
When I try to play the stream using ffmpeg (passing the same user agent and referer headers that chrome was using) I am getting a 403 error.

    


    ffmpeg -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36" -headers "Referer: ***" -i "https://***.mpd" -loglevel debug -c copy -f mpegts pipe:
...
https://***.mpd: Server returned 403 Forbidden (access denied)


    


    Am I correct in thinking this is an encryption issue ?
What steps need to be taken to get the stream working in ffmpeg ?

    


  • converting audio file format after upload

    19 septembre 2013, par Prasoon

    I am developing a phonegap application for iOS and Android. In iOS, recorded sound format is .wav and in android, it's .amr/.mp3. After recording, audio file gets uploaded to a web server.

    I need to convert these files from .amr/.wav to .mp3 after upload - what options do I have ?

    1. I've read about ffmpeg and ffmpeg-php. Will that work with shared hosting ? If yes, can someone provide any link to install it ?

    2. Any converter, which will work with shared hosting of justHost cPanel ?

    3. any php class which can send my audio file to ffmpeg server and get back mp3 file ? Just thinking.

    4. Any other option ?

    I don't mind the method - I need the the required output.