Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Can ffmpeg read-only options be used via the command line ?

    13 juin 2024, par Quppa

    For example, ffmpeg's ebur128 filter has read-only (AV_OPT_FLAG_READONLY) export (AV_OPT_FLAG_EXPORT) options integrated, range, lra_low, lra_high, sample_peak and true_peak (source).

    


    Is there a way to get the output values for filter options like these when using the command line ?

    


    My command line :
ffmpeg -i test.mp3 -af ebur128=integrated:framelog=quiet -f null -

    


    Output (ffmpeg 7.0.1) :

    


    [Parsed_ebur128_0 @ 000001e0c2f27880] Unable to parse option value "integrated" as boolean
Error applying option 'video' to filter 'ebur128': Invalid argument
[aost#0:0/pcm_s16le @ 000001e0c2f26a40] Error initializing a simple filtergraph
Error opening output file -.
Error opening output files: Invalid argument


    


  • h265_videotoolbox for Apple Chips Not working with ffmpeg

    22 janvier 2024, par Martin Julien

    I have a 16-inch Macbook Pro.
System :
Model Name : MacBook Pro
Chip : Apple M1 Max
Total Number of Cores : 10 (8 performance and 2 efficiency)
Memory : 64 GB

    


    You can take advantage of apple chips to encode faster by replacing the usual line :
-c:v libx265 by -c:v h265_videotoolbox.

    


    Here's an example.
Since h265 doesn't work at the moment, here's a line that works just fine :

    


    for i in *.mp4; do ffmpeg -i "$i" -c:v h264_videotoolbox -b:v 2000k -c:a aac -b:a 192k -s 1920x1080 -threads 8 "${i%.*}_1.mp4"; done

    


    The version of ffmpeg installed on my mac is the latest : 6.1.1

    


    My problem :
I want to encode in h265. My command line is :
for i in *.mp4; do ffmpeg -i "$i" -c:v h265_videotoolbox -b:v 2000k -c:a aac -b:a 192k -s 1920x1080 -threads 8 "${i%.*}_1.mp4"; done

    


    Everything should work in theory. But I get this from the Shell :

    


    [vost#0:0 @ 0x150f06fd0] Unknown encoder 'h265_videotoolbox' [vost#0:0 @ 0x150f06fd0] Error selecting an encoder Error opening output file Denis_1.mp4. Error opening output files: Encoder not found

    


    My attempts :

    


    I spent a lot of time with ChatGPT to solve the problem, but nothing worked. So I'm asking the question here to see if anyone has had the same problem as me and if there's a solution to fix it.

    


    Thank you for your help,

    


    best regards,
Martin

    


  • How to put bat into wmv ? [closed]

    18 avril 2021, par Dead_TheRay

    Like open some folder after opening it file

    


    start explorer.exe

    


    or something, idk.

    


    Maybe i can do it with ffmpeg ? Or something else ?

    


    Don't ask why i want it lol :D

    


    I don't want change it question,

    


    I JUST WANT PUT BAT INTO WMV FILE.

    


    uhm. It question don't need changes cause i write all what i want !