Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 ;

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (10506)

  • Issue decoding RTP video using FFMPEG c#

    6 décembre 2016, par dev-mbd

    Currently, we cannot decode video sent via RTP. We we’re able to get the input and stream info but we have gotPicture always set to 0 when we decode.

    We are wondering if we are missing anything in the configuration of FFMPEG to make this work.

    FYI, we’re using the FFMPEG wrapper from Github https://github.com/Ruslan-B/FFmpeg.AutoGen.

    Thank you in advance for the help !

  • Do any 'sub_charenc' libraries support smart/curly quotes ?

    23 août 2016, par offandennui

    We’re attempting to batch process a large number of files to burn .srt subtitles with their video pairs.

    ffmpeg -i input.mp4 -vf "subtitles=input.srt:force_style='Fontsize=20,Borderstyle=3:charenc=CP1252'" output.mp4

    has worked for us in the past, but we were just delivered a batch of SRTs with smart/curly quotes peppered throughout (which, aren’t supported by any of the parameters we’ve tried). Is there a specific parameter we can use here ?

    Thanks in advance !

  • ffmpeg command slow zoom in according to duration. (example) i define -t 120 than picture should be zoom in for two minute softly

    12 septembre 2018, par Zeeshan Sheikh

    i have a command that convert the image into video with soft zoom out effect, command is :

    ffmpeg -loop 1 -i vide.mp4 -vf "zoompan=z=’1.5-on/duration*0.2’:d=325" -t 30 output.mp4

    . now i want soft zoom in effect rather than zoom out, can somebody help to achieve result. Thanks in advance