Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (99)

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

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

Sur d’autres sites (7540)

  • configure : Clearly state that MSYS native builds are discouraged

    21 novembre 2015, par Luca Barbato
    configure : Clearly state that MSYS native builds are discouraged
    

    MSYS, as per cygwin, by default uses a custom posix abstraction
    in the form of a "msys2.dll". Programs build that way are harder to
    distribute and use.

    MSYS2 provides alternate launcher scripts that provide a MINGW
    environment nearly out of box.

    • [DBH] configure
  • Need Guidance to develop Video Editing App like Inshot [closed]

    28 novembre 2020, par Vinesh Chauhan

    i need guidance to develop video editing app similer to inshot, kinemaster, etc. i have seen too many apps and found that they are using aliyun video SDK to Do so.and i found this sdk is little costly for Statup guys. so i need guidance to start developing this type of video editing app. i also got that some of apps are develop so files to execute c or cpp programs for video editing modules.i am usig currently ffmpeg to do some normal editing functions like add stickers on video with time duration, add multiple musics,aspect ration manipulation, fast forward, slowmotion.and Mp4Composer to add GLitch types effects and some filter. but it takes time to render as video mp4 file for small duration like 2 minutes. enter image description here

    


  • Content retreived from glacier vault , how to feed into ffmpeg or ffprobe ?

    22 septembre 2021, par maddy23

    Wrote a python program to retreive the whole archive file from the glacier vault , from get_job_output.py

    


    Further from the respobe body from get_job_output.py , loaded into a varible.

    


    responese = vaultName='vualt_name',
    jobId='UBSW2BjtzM8i868SD97sVS972-Ifz2tVOOW2BjtzM8ifceipTvN-2RgDJG5JjWgIw1BZ9Bv_v9NJTg7OadEupjTFO',
)

content = respone['body'] --> which is an streamingbody 


    


    further i need to feed the streambody cotent into ffmpeg cmd

    


    ffprobe -i "content"


    


    Above cmd returns :
TypeError : can only concatenate str (not "StreamingBody") to str

    


    I dont want to use StreamingBody.read(response['body']) , which basically loads the whole file into RAM.
what are other ways to handle the streamingbody from respone and feed to other programs.
or is there a way to generate a http://link for the