Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (80)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (5357)

  • avcodec/nvenc : update required driver versions for nvenc

    11 avril 2018, par Timo Rothenpieler
    avcodec/nvenc : update required driver versions for nvenc
    
    • [DH] libavcodec/nvenc.c
  • Updated FFMPEG version required for uploading App on Play Store [closed]

    16 décembre 2020, par Manoj Kumar

    E/FFmpeg: Exception while trying to run: [/data/user/0/com.outhum.media/files/ffmpeg, -version] java.io.IOException: Cannot run program "/data/user/0/com.outhum.media/files/ffmpeg": error=13, Permission denied at java.lang.ProcessBuilder.start(ProcessBuilder.java:1050) at nl.bravobit.ffmpeg.ShellCommand.run(ShellCommand.java:15) at nl.bravobit.ffmpeg.FFcommandExecuteAsyncTask.doInBackground(FFcommandExecuteAsyncTask.java:43) at nl.bravobit.ffmpeg.FFcommandExecuteAsyncTask.doInBackground(FFcommandExecuteAsyncTask.java:12) at android.os.AsyncTask$3.call(AsyncTask.java:378) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919) Caused by: java.io.IOException: error=13, Permission denied at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:133) at java.lang.ProcessImpl.start(ProcessImpl.java:141) </init>&#xA;Thanks in advance, I have a query related to FFMPEG version please help me out. I am using FFMPEG (version - nl.bravobit:android-ffmpeg:1.1.7). So, I am going to upload my application on play store but according to google terms, minimum target SDK version is required 29 for FFMPEG. I upgraded my target SDK to 29. But while I am updating my SDK version of FFMPEG, that is not working. Getting Permission denied error type. but with version 28 is working fine. So my concern is How to get that permission ??

    &#xA;

    Getting this error after execution-

    &#xA;

    "E/FFmpeg : Exception while trying to run : [/data/user/0/com.outhum.media/files/ffmpeg, -version]&#xA;java.io.IOException : Cannot run program "/data/user/0/com.outhum.media/files/ffmpeg" : error=13, Permission denied&#xA;"

    &#xA;

  • How can I use FFMPEG to stream an mp4/mov file as its being created in real time ?

    9 janvier 2021, par rrst8

    I was wondering if I could stream an mp4/mov file as it was being created to an RTSP server. Unfortunately, the source where I want to stream from does not have FLV output and so I wanted to know if there was a way I could stream mp4/mov instead.

    &#xA;