Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (63)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (5965)

  • PHP FFmpeg, upload video and let user select start and end offsets to trim the video

    9 novembre 2015, par Kunal

    This is what I need to do :

    1. User goes to the HTML web app (works on desktop and mobile)
    2. Uploads a video (depending on phone recording and bitrate, could be 100mb)
    3. Use FFMPEG to trim the video to 15 seconds only.

    Now for the 3rd part we need to let the user select the start and end offsets for the trimming. Maybe extract scenes and let them select ?

    Please help. Thanks in advance.

  • FFmpeg cut off video also add image over video in 1 line

    11 avril 2017, par Anıl Türk

    I need to cut off video for first 8 seconds and also add image over video to right-bottom (like logo). And I need that one in one line to not keep me waiting.

    Hope you can help me, thank you already :)

  • Record low quality video using avcodec dll(Getting frame per second value 0 in video)

    10 août 2017, par IPS

    I am working on record video from live camera using avcodec dll(version 52). For record video I am using command : "rtsp ://192.xxx.x.xx/axis-media/media.amp ?resolution=320x240&compression=60", by using this command video getting record but it is record video with single image(not moving video) and frame per second value is 0 and if I am using the same command but with higher resolution value "rtsp ://192.xxx.x.xx/axis-media/media.amp ?resolution=640x480&compression=60", then video getting record with proper format and proper frame per second value.

    Please help here if anyone having idea.