Recherche avancée

Médias (91)

Autres articles (94)

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

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (12476)

  • Encoding sounds to play in a Google Hangouts app with ffmpeg

    12 mai 2014, par user3463570

    I have a Google Hangouts app and I am trying to let the user play a sound that I provide.

    Google has this covered, with its Audio Resource, but it only accepts specifically encoded sound files, PCM 16 wav files.

    I have been trying to encode my files using ffmpeg, but it does not seem to be working.
    Any idea as to what I am doing wrong ?

    Here is my ffmpeg command line :
    ffmpeg -i sound.mp3 -map_metadata -1 -flags bitexact sound.wav

    Thanks for your help

  • [FFMPEG]some dsd audio file cannot play with ffmpeg

    27 septembre 2022, par wazrx wazrxyya

    I'm writing an iOS music APP with FFMPEG, in the compile config, I add dsd_lsbf_planar、dsd_lsbf、dsd_msbf_planar、dsd_msbf, but not all the dsd files can play, the examples are below :

    


    Stream1 Audio : dsd_lsbf_planar, 352800 Hz, stereo, fltp, 5644 kb/s

    


    Stream2 : Audio : dsd_msbf (DSD / 0x20445344), 352800 Hz, stereo, fltp, 5644 kb/s

    


    the stream1 can play ,but the stream2 can not play, when I try to play it, an error happens in "avformat_open_input" method with error tip "Invalid data found when processing input"

    


    I do not know how to fixed it, someone can help me ? thanks very much !

    


  • Convert MP3 file to play on multiple browsers [on hold]

    3 mars 2015, par AshleyW

    Is there a way I can convert MP4 files to formats like webm and mov without the use of ffmpeg so I can get videos to play on multiple browsers ?

    EDIT

    What I want to do is convert .mp4 files to mov, webm etc so they can be viewed all multiple borwsers, I am avoiding ffmpeg as from what Ive been told is it uses a lot of resources so its not ideal for normal shared hosting and more ideal for private servers.