Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (42)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

Sur d’autres sites (4545)

  • Live downscaling of video to memory

    4 juin 2013, par Paul Knopf

    I have some very large videos in 1080p with high bitrates. Needless to say, streaming these files (using HTTP partial content streaming) will require a great deal of buffering on the client.

    I need a way to compress/download/de-grade the quality on demand, starting from a certain byte (for range requests). I know I can use FFMpeg to shrink the video for low-resolution playback, but I can't wait for the entire video to be done downscaling before the client can playback. I need to downscale to an in-memory buffer so that I can output straight to the HTTP requests.

    How would I do this ? Any libraries out there ? Is this even possible ?

    Note : I am using c#/.net, however, I could use some c++/c libraries if any are available and marshal them into c#/.net.

  • usding ffmpeg How set watermark to video , and how split one video to multiple video using ffmpeg [on hold]

    7 décembre 2013, par user2452749

    Resp. sir

    i have quest about

    ffmpeg

    1) usding ffmpeg How set watermark to video ,
    2) and how split one video to multiple video using ffmpeg

  • Live streaming from iphone To wowza server

    4 décembre 2013, par user2959377

    I need to develop an iphone app that streams live video to wowza server. For encoding the captured video in H.264 and to compress it i need to use FFmpeg. I am unable to proceed because of limited content on internet explaining compilation of FFmpeg.
    I used https://github.com/lajos/iFrameExtractor to start with compiling of FFmpeg, but i dont understand how to use the generated files in my application. I am using AVFoundation and can successfully generate the video but dont know how to compile the captured video through FFmpeg. Any link that could help in starting with compiling and using ffmpeg in iphone would be of great help.