Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (76)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (7030)

  • Merge commit ’14abeaa43d021afdce9119d906891abe89c03b88’

    26 novembre 2013, par Michael Niedermayer
    Merge commit ’14abeaa43d021afdce9119d906891abe89c03b88’
    

    * commit ’14abeaa43d021afdce9119d906891abe89c03b88’ :
    build : Separate building programs linking against libav* from building av*

    Conflicts :
    Makefile
    doc/Makefile

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Makefile
    • [DH] doc/Makefile
  • Windows 10 EV code signing no longer works on electron app

    23 février 2021, par SoOhNo

    I have an electron app. Pretty basic app. It doesn't use ffmpeg for anything it does play an mp3 chime from time to time. I build my app with electron-forge using squirrel format. I then sign it using the SafeNet Authentication app. It's always worked flawlessly.

    &#xA;

    It's been a couple months since I last released a version. Only thing that has changed is some html ui updates within my electron app and of course lots of Windows 10 updates.

    &#xA;

    My app builds fine using electron-forge, it installs and runs without issue. I then sign it like usual from the command line and SafeNet confirms it was signed. Right clicking on the file shows it has been signed by my organization. However, once I execute the signed app I get this error : "The code execution cannot proceed because ffmpeg.dll was not found. Reinstalling the program may fix this problem."

    &#xA;

    Here is what I have tried so far :

    &#xA;

      &#xA;
    • Building/Signing on a different windows 10 machine.
    • &#xA;

    • Uninstall/Reinstall SafeNet.
    • &#xA;

    • Running signed .exe on a different Windows 10 instance
    • &#xA;

    • Building/Signing with a cmd session ran as administrator
    • &#xA;

    &#xA;

    I am at a loss, why is it screaming about ffmpeg.dll which my app doesn't depend on ? Why only after the .exe has been signed do I get this error ?

    &#xA;

    OS : Windows 10
    &#xA;Electron v7.3.2
    &#xA;Electron-Forge/cli v6.0.0-beta.47
    &#xA;SafeNet x64 v10.3

    &#xA;

  • How do I convert a .wav file to 16bit 44.1kz using ffmpeg or other utility [closed]

    26 mai 2023, par Seth Edwards

    A preface :&#xA;I am building an environment for a my own streaming box. Since building the UI. I turned to the now obsolete MSNTV box to find its UI sound effects.

    &#xA;

    I found the dump on GitHub. I downloaded and located where the sounds where located.

    &#xA;

    I listened to them one by one. I noticed that they are wave files. But they sound like they were low quality and may have been compressed before being turned into a wave file.

    &#xA;

    I was using the Apple Files app on an iPhone 6s running iOS 15.7.1.

    &#xA;

    They play back fine.

    &#xA;

    I try importing them into GarageBand for iOS and it gives me an error saying that it only allows 16bit 44.1khz files. This confirmed my suspicion of it being low quality.

    &#xA;

    I then tried playing them on a Dell Chromebook 3100 running ChromeOS. Chrome’s player would also not play the files.

    &#xA;

    I need to find out how to convert them to 16bit 44.1khz wave files.

    &#xA;

    My guess is that since the MSNTV had a small amount of storage space that they compressed the audio.

    &#xA;

    I tried converting the files to mp3. And they are Noticeably worse.

    &#xA;

    Does anyone know how to convert these files so they can be played back normally.

    &#xA;

    In the end I plan to use these files and play them using the pygame library.

    &#xA;

    I have tried changing the metadata

    &#xA;

    Converting to mp3

    &#xA;