Recherche avancée

Médias (0)

Mot : - Tags -/gis

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (56)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7045)

  • Batch file - Using pipe command after opening a cmd prompt

    20 janvier 2021, par Julien nist

    I am currently trying to create a batch file which will do the following :

    


      

    1. Open a cmd prompt
    2. 


    3. Execute a ffmpeg | sox (audio shenanigans for my project)
    4. 


    5. Open another cmd prompt
    6. 


    7. Execute the same ffmpeg | sox with different parameters
    8. 


    9. ...
    10. 


    


    My current script is as follow :

    


    start /min cmd /k "ffmpeg -i http://localhost:8000/xxx -f flac - | sox - -t flac E:\Extracts\xxx.flac silence 1 0.50 0.1% 1 2.0 0.1% : newfile : restart"


    


    But when executing this, only the first ffmpeg part will be effectively executed in the new prompt. The command is working well if launched manually though.

    


    Any idea on why the redirection doesn't work ? I tried to split the cmd with variable names, and a couple workaround but no solution atm.

    


    Thanks a lot

    


    Julien

    


  • Cordova plugin for a simple ffmpeg operation command

    10 mars 2017, par Emo

    I need to build a way to produce mp4 video output from inputs of a sound file and a couple of images on top of each other on IOS. We have tested locally on the computer and it fully works well with a simple direct command using ffmpeg.

    Nonetheless we’re using it within an app we have, which is done using Cordova. So we probably need to make a cordova plugin that installs ffmpeg and runs the command and saves it to user’s phone library, if we want to use it same way.

    What would be the ideal and most easiest way to achieve this ? If it is best via ffmpeg, how would that work to create a cordova plugin for an ffmpeg command ?

    Thanks.

  • flutter video_trimmer package error=13, Permission denied

    25 novembre 2020, par SILENMUS

    I changed targetSdk 29 for upload google playstore. ( google targetSdk policy )

    


    Now I got this error

    


    when I click Execute button, phone die immediately

    


    and error message like this

    


    E/FFmpeg ( 9618): java.io.IOException: Cannot run program 
"/data/user/0/myProject/files/ffmpeg": error=13, Permission denied


    


    is there a way to solve this problem ?
( targetSdk 28 was no problem )