Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (61)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • 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

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (6366)

  • what live streaming formats supports gud quality video call from speeding car(80kmph)

    13 juin 2013, par neckTwi

    video call drops when i'm in my car at more than 50kmph. i'm using ffmpeg to out-stream my video and vlc to capture friend's in-stream in flv rtmp live stream format on ubuntu with airtel 3g usb data card(3Mbps).

    what is the best streaming format and ffmpeg video quality options in this case ? are there any modems(with antennas) that support this system ?

  • Pouvoir avoir une fonction de diffusion live de vidéo avec enregistrement.

    3 juin 2013

    Issu du pad de la communauté, proposé en amont de la réunion du 16 mai 2013

  • How to record the http live streaming from an IP Cam

    26 novembre 2012, par abhishek

    I have created the application in which the client can view the ip camera which is giving
    an http live stream of MJPEG using this link
    Android ICS and MJPEG using AsyncTask

    Now i want the user to record the video into its memory card .
    I have googled for a while and the only two approaches which came in my mind :-

    1. Either i keep storing the jpeg images and when user clicks stop recording then i
      somehow clip all the images as to provide a 3GP video or some other file format.
      But i don't know how to create the video from all the images and will this be an efficient
      approach or not.

    2. Or i do ffmpeg and in this case i will have to deal with NDK and it seems to be a longer
      path which may lead to nowhere :P

    So is FFMPEG a better option ? If yes please share some links or is the first option better.
    Thanks in advance