Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (106)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (13416)

  • error after upgrading to ffmpeg n4.3.1 version

    19 avril 2021, par al pacino

    I upgraded to ffmpeg n4.3.1 version using tar file. and then used ./configure and then used make and sudo install make to install files.

    


    but after the installation, I am getting the following error -

    


            ffmpeg -i 'https://player.vimeo.com/external/202414841.sd.mp4?s=4f9ef25c7c52a64a5788afb5181a51d0f31f2f43&profile_id=164' -vf scale=480:360 -c:v libvpx-vp9 -crf 30 -b:v 0 -b:a 128k -c:a libopus sample_created_video.webm
    ffmpeg version 8b3f71b4 Copyright (c) 2000-2020 the FFmpeg developers
      built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)
      configuration: 
      libavutil      56. 51.100 / 56. 51.100
      libavcodec     58. 91.100 / 58. 91.100
      libavformat    58. 45.100 / 58. 45.100
      libavdevice    58. 10.100 / 58. 10.100
      libavfilter     7. 85.100 /  7. 85.100
      libswscale      5.  7.100 /  5.  7.100
      libswresample   3.  7.100 /  3.  7.100
    Unrecognized option 'crf'.
    Error splitting the argument list: Option not found


    


    I also tried to use sudo snap install fmmpeg but I was getting error-

    


        [Errno 2] No such file or directory: 
    and also permission denied for sample_created_video.webm


    


    I don't know what is causing the problem. Is there any way to fix this issue or to upgrade to 4.3.1 using a different method ?

    


  • Which version of FFmpeg.AutoGen should I use ?

    5 décembre 2024, par Leo Pripos Marbun

    I'm trying to use FFMediaToolkit library which uses FFmpeg.AutoGen.
And I encountered an error Invalid data found when processing input when calling ffmpeg.avformat_open_input this line. I tried run in windows & ubuntu using the latest version ffmpeg, it works fine.

    


    But when I run in Nvidia Jetson, it throws error. I tried to figure out the issue and MABYE it is because of the mismatch version of installed ffmpeg and FFmpeg.AutoGen. But somehow, I can't update the ffmpeg in jetson.

    


    Here the libraries inside '/usr/lib/aarch64-linux-gnu` :

    


    libavcodec.so.57
libavcodec.so.57.107.100
libavdevice.so.57
libavdevice.so.57.10.100 
libavfilter.so.6 
libavfilter.so.6.107.100
libavformat.so.57
libavformat.so.57.83.100
libavresample.so.3
libavresample.so.3.7.0
libavutil.so.55
libavutil.so.55.78.10


    


    Anyone know which version of FFmpeg.AutoGen should I use ?
Or as alternative, how to get the latest version of ffmpeg for Nvidia Jetson Nano ?

    


    Thanks,

    


  • Anomalie #4707 (Nouveau) : SPIP n’indique plus qu’une nouvelle version disponible

    29 mars 2021

    La dernière version SPIP 3.2.10 est sortie mais on ne le signale pas dans le backoffice

    si on lance le genie de mise à jour sur un SPIP 3.2.7 ou SPIP 3.2.9 par ex. on ne trouve rien.

    pourtant le fichier archives.xml semble bien renseignée avec archives/spip-v3.2.11.zip
    https://files.spip.net/spip/archives.xml

    en regardant le code, cela a l’air de coincer au niveau de la regex
    https://git.spip.net/spip/spip/src/branch/3.2/ecrire/genie/mise_a_jour.php#L123

    je ne sais pas s’il y a qqchose de mal formaté ou non.