Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (97)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (7645)

  • Tell pkg-config where to find packages on windows

    13 septembre 2016, par WirflBirfl

    I want to use the Haskell ffmpeg library under windows so I tried to install it via cabal.
    After downloading and extracting ffmpeg shared (64bit) version to C :\FFmpeg cabal complained that pkg-config was not installed.
    I downloaded it and moved it to the bin folder of MinGw. Now cabal complains that it can not find the pkg-config package libavutil.

    First part of the question :
    What is a pkg-config package ? Is it just the dll that comes with the shared version of ffmpeg ?

    Second part :
    I know pkg-config uses .pc files to describe where to look for packages and it uses the PKG_CONFIG_PATH variable to find .pc files. So how would a .pc file look when the libavutil dll is located in C :\FFmpeg\bin ?

    PS : The dll in FFmpeg\bin is named avutil-55.dll

    Thanks

  • I'm building a rust project,but it keep saying "could not find native static library 'avfornat' perhaps an —L flag is missing ?"

    8 juillet 2023, par Carrot

    I already installed the FFmpeg and ask ChatGPT for many times,but whatever I do,It just keep goes wrongerror

    


    ffmpeg

    


    I already changed my work environment form windows to ubuntu and try to add the path of libavformat.a in every cargo.toml files

    


  • Docker run cannot find existing file ?

    11 juillet 2023, par dexonter

    I am trying to run this command to test if the gpu is being recognized

    


    docker run --rm --device /dev/dri:/dev/dri jrottenberg/ffmpeg:5.1.2-vaapi2004 -hwaccel vaapi -hwaccel_output_format vaapi -i /root/Server_transcoder/bbb_sunflower_1080p_30fps_normalORIG.mp4 -c:v h264_vaapi /tmp/example.mp4


    


    And it errors out with : /root/Server_transcoder/bbb_sunflower_1080p_30fps_normalORIG.mp4: No such file or directory

    


    The file exists in there and the path is not misspelled - I checked like 10 times

    


    What could be the problem here ?? I am clueless