Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (113)

  • 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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7240)

  • How to execute ffmpeg video cut command in a loop for same input video ? [duplicate]

    12 juillet 2021, par Anas Ansari

    I found that this command is used for cut a specific clip using ffmpeg

    


    command = -ss startMs -y -i inputVideoPath -t endMs -vcodec mpeg4 -b:v 2097152 -b:a 48000 -ac2- ar22050 outputPath

    


    This command is executed in background thread and works fine if used one time for cutting one clip only

    


    I want to use this command to trim a video into multiple parts and for that I need to use this command in loop and in background thread
but whenever i try to run my app, my screen freezes and after sometime app gets restart without completing the trimming process

    


    How should I do this ?
Ways I have tried :

    


      

    • Using new Thread
    • 


    • Using ExecutorService
    • 


    • I didn't tried AsyncTask as its deprecated
    • 


    


    I am using this library for FFmpeg https://github.com/tanersener/ffmpeg-kit/tree/development/android

    


  • The application was unable to start correctly (0xc000a200). Click OK to close the application

    18 février 2016, par Babak

    I have installed openCv and ffmpeg library on visual studio 2013 & windows 10. I had configured all of dll, lib and include setting.
    The language of ffmpeg library is c and my program language is C++. When I run my program, it spills out the following error
    The application was unable to start correctly (0xc000a200). Click OK to close the application
    I have set the /APPCONTAINER : NO option to the linker command line but this error message apparent yet.

  • FFMPEG pull only english audio unless no english then copy all audio

    21 mars 2021, par Lee

    This is doing my nut in !! lol

    


    I am trying to pull only english audio unless there is no english in which case i just want to leave it as it is - I am converting to ac audio as well and copying subs. Put yeah i just want to say pull only english unless there is no english in which case copy all audio.

    


    So I am using this -copy_unknown -map v -map m:language:eng ? -c:v copy -c:s srt -ac 2

    


    So it works and pulls english if there is one, but if there isn't it looses all audio.

    


    Help lol

    


    The copy unknown doens't work either - unknown language audio gets left out too

    


    Thanks
Chezzy