Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (91)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (4228)

  • How to pass options to ffmpeg from SoX ?

    8 octobre 2012, par beardedlinuxgeek

    I'm trying to combine and encode some files from wav to m4a. I installed both ffmpeg and sox from source to make sure nothing was disabled. When I do the conversion with ffmpeg

    ffmpeg -i input.wav -acodec aac -strict experimental output.m4a

    it works fine. When I use SoX

    sox input.wav output.m4a

    I get the error

    [NULL @ 0x251b4e0] Codec is experimental but experimental codecs are not enabled, see -strict -2
    sox FAIL ffmpeg: ffmpeg could not open CODEC
    sox FAIL formats: can't open output file `output.m4a':

    I need to way to get SoX to tell ffmpeg that its ok to use the experimental codecs.

    Also I already tried using this guide http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide to install the fdk-acc encoder, but it didn't work. The experimental one works fine so I'd rather just use that.

  • How to pass options to ffmpeg from SoX ?

    17 janvier 2018, par beardedlinuxgeek

    I’m trying to combine and encode some files from wav to m4a. I installed both ffmpeg and sox from source to make sure nothing was disabled. When I do the conversion with ffmpeg

    ffmpeg -i input.wav -acodec aac -strict experimental output.m4a

    it works fine. When I use SoX

    sox input.wav output.m4a

    I get the error

    [NULL @ 0x251b4e0] Codec is experimental but experimental codecs are not enabled, see -strict -2
    sox FAIL ffmpeg: ffmpeg could not open CODEC
    sox FAIL formats: can't open output file `output.m4a':

    I need to way to get SoX to tell ffmpeg that its ok to use the experimental codecs.

    Also I already tried using this guide http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide to install the fdk-acc encoder, but it didn’t work. The experimental one works fine so I’d rather just use that.

  • How to use AMD Radeon Pro W7800 to its full potential [closed]

    27 septembre 2023, par dkalna

    I have AMD Radeon Pro W7800 graphics card in my Windows 11 machine and want to convert MOV-files (which are between 12 and 15 GB big) to something more suitable (smaller). The AMD website states that supported rendering formats are following :

    


      

    • 2x Encode (H265/HEVC, 4K H264)
    • 


    • 2x Decode (H265/HEVC, 4K H264)
    • 


    • 1x Encode & Decode (AV1)
    • 


    


    For the conversion I would like to use FFmpeg. On the FFmpeg website (https://trac.ffmpeg.org/wiki/HWAccelIntro) I have seen different APIs and implementation status, but none of that make sense for me.

    


    Can someone point me in the right direction ? I would like to make files reasonable smaller (at least 50%) and would like to make the conversion fast (to use my graphics card to its full potential).