Recherche avancée

Médias (91)

Autres articles (101)

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

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (5573)

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

    


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