Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (61)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (7713)

  • Converting AWS Polly Audio Stream with fluent-ffmpeg

    27 juillet 2017, par Joel

    I am trying to convert an audio stream from Amazon AWS Polly in Node.js using fluent-ffmpeg. The documentation says that I can convert a stream, which is what the output of Polly provides, but I am getting an "Invalid input" error.

    polly.synthesizeSpeech(pollyParams, function (err, data) {
    if (err) {
       console.log(err)
    } else {
       console.log('Audio')
       console.log(data)
       ffmpeg().input(data.AudioStream).inputOptions(['-ac 2', '-codec:a libmp3lame', '-b:a 48k', '-ar 16000'])
    }  

    Results in :

    AudioStream : }
    2017-07-27T14:07:09.335Z dd75614c-72d4-11e7-b7cd-5d4425c782fc Error : Invalid input
    at FfmpegCommand.proto.mergeAdd.proto.addInput.proto.input (/var/task/node_modules/fluent-ffmpeg/lib/options/inputs.js:34:15)

    I know the output from Polly is a valid audio stream, because I am able to save it to an S3 bucket. I would prefer to convert the stream before saving to S3, rather than saving it, picking it up from S3, converting it, and then saving it again.

    Thanks for your help !

  • FFmpeg recorded video is dark with Xvfb and chrome headless on Centos 7

    15 juin 2023, par narsy4

    I am trying to do a video recording of headless chrome session on Centos 7 (Amazon EC2 instance) using ffmpeg. I have installed ffmpeg, Xvfb and google chrome on the machine. I started Xvfb on :99, verified the display using xdpyinfo and started chrome. However when I run the ffmpeg cmd to capture the video (no errors in ffmpeg debug logs), the output is dark with a X sign in the centre of video screen. What am I doing wrong here ? Any help is appreciated.

    


    **Xvfb and chrome commands**
Xvfb :99 -screen 0 1920x1080x24 &
export DISPLAY=:99
google-chrome --headless --disable-gpu --no-sandbox --start-maximized --window-size=1920x1080 https://www.google.com



    


    **FFmpeg command**
ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :99 -loglevel debug -pix_fmt yuv420p /tmp/video.mp4



    


    dark video

    


    Searched for and read a few threads on this, but couldn't get it to work.

    


  • Evolution #3126 (Nouveau) : *Contenu des articles* au profit de *contenu des objets*.

    26 décembre 2013, par Charles Stephan

    En rédigeant ce qui suit puis après avoir lu 2527 et :

    Que pensez vous de cette possibilité qui, à l’instar des documents joints, des révisions etc, permettrait de déposer des liens hypertexte (titre et url) sur les objets de son choix.
    En effet souvent on peut souhaiter avoir des liens sur des rubriques, voir même des documents.
    D’autant que cette option disponible uniquement sur les articles dans le core, permettra d’homogénéiser cette option...
    Soit on virerai d’article au profit de champs extra, soit le mettre à dispos de tous les objets

    J’arrive à reconsidérer la logique de ces champs activables ( "contenus du site" ) qui le sont "égoïstement" que sur les articles.

    Contenu des articles au profit de contenu des objets

    Bien que la dist dusse être modifiée, Il est opportun d’imaginer qu’une rubrique puisse-t- avoir un #PS , un #CHAPO etc,

    Il s’agirait de disposer un tableau de checkboxs ( à la inscriptions 3 ) listant les objets et ces champs de bases autoris(és)/ables.

    Ceci homogénéiserait même la structure des tables à la mode spip_objetx
    Sur la table auteurs, il ne serait pas étrange de considérer un chapo. La bio est un descriptif de l’objet en fait...

    Je lance le débat !
    Qu’en pensez vous ?