Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (6)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4136)

  • FFMpeg video encoding is slow with horrible quality

    4 août 2015, par Muhammad Umar

    I am trying to encode an android video captured from Camera,

    Usually a 3 Second Video is 6mb or let’s say 15 second video is 40 MB.

    I am using ffmpeg to decode, here is the command

               fileToSend = DirectoryUtils.createTemporaryFile(".mp4", AddMoodActivity.this);
               VCamera.initialize(AddMoodActivity.this);
               String ffmpegString = "ffmpeg -i " + picUri.getPath() + " -vf scale=480:-1 -threads 12 -preset ultrafast " + fileToSend.getAbsolutePath();
               UtilityAdapter.FFmpegRun("", ffmpegString);

    Firstly, the quality is horrible .. secondly it takes almost a year to encode.

    How can i optimize, are there any better solutions than this ffmpeg ?

  • How to create video preview from sequence image

    17 février 2017, par diepnt

    I am developing a project create video and animation from sequence image. I have created a video using opencv but it takes a long time. I need to do function transition effects preview without creating video file. After choose image sequence and click button then create preview video with multiple effect. Click and will play immediately with seekbar duration controller. Who can help me to find solutions to this problem. Thanks !

    video preview

  • HLS streaming on Android

    29 mars 2016, par STeN

    The HLS is supported on Android since version 3.0. Until the Honeycomb the H.264 and AAC was supported, but there was only RTSP streaming protocol. The HLS and MPEG-2 TS not (see here) were not supported.

    Porting the ffmpeg to the Android platform could be a solution for that (LGPL sources ara available). I am however looking for a ready made solution with SDK, customizable HLS player, etc. There is one here, but I would like to know if you do not know about other solutions.

    Thanks
    STEN