Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (97)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers

    4 décembre 2014, par Steve Jiekak
    replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers
    

    Signed-off-by : Steve Jiekak <devaureshy@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvenc.c
    • [DH] libavformat/dv.c
    • [DH] libavformat/dvenc.c
  • How do I run ffmpeg v360 filter on a stream with limited memory ?

    21 février 2024, par Dmitry Filippov

    I am currently using ffmpeg python in a microservice for changing a projection of a VR video in S3 bucker. Ideally I would like to use as little memory as possible, reading a video file from s3 as a stream, transcoding it and uploading back into a separate file all in-memory.

    &#xA;

    However, when I run this code with large videos (above 10GB), the ffmpeg process gets terminated with no exception and boto3 uploads a 0B "file" to s3. When I run this with a small (100MB) video or on my local machine with 16GB RAM, the upload finishes up fine.

    &#xA;

    Code :

    &#xA;

      with (&#xA;    ffmpeg&#xA;    .input(input_url)&#xA;    .filter("v360", inputProjection, outputProjection, in_stereo=inputStereo, out_stereo=outputStereo)&#xA;    .output(&#x27;pipe:&#x27;, format=outputFormat)&#xA;    .run_async(pipe_stdout=True)&#xA;  ).stdout as dataStream:&#xA;     client.upload_fileobj(dataStream, aws_s3_bucket, outputFile)&#xA;

    &#xA;

    I expect the ffmpeg to apply the filter to a video as a stream only holding a small section in memory at a time, but instead it seems to try to download the entire video into the local memory before applying the filter (when the script fails, stdout contains either no data or only the metadata of the video)

    &#xA;

    I cannot support the full download as I am planning to use the script on 100GB+ videos and it needs to run as a microservice in a kubernetes cluster.

    &#xA;

  • Jeu Pour Gagner un Livre Web Analytique !

    26 juillet 2012, par Piwik team — Communauté

    Un grand merci à tous ceux et celles qui ont participé à cette première semaine du Grand Jeu Concours Piwik de l’été.
    Comme vous le savez nous faisons gagner un livre par semaine à ceux qui commente cet article et nous sélectionnons alors un gagnant.
    Cette semaine c’est Steve qui remporte le livre sur Piwik, félicitations !

    Il nous reste désormais 9 livres à vous faire gagner :)

    Merci de commenter sur l’article suivant : fr.piwik.org/blog/2012/07/grand-jeu-concours-piwik-10-livres-piwik-en-francais-a-gagner/