Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (79)

  • 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

  • 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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (9348)

  • avfilter/buffersink : Postpone removal of av_[a]buffersink_params_alloc

    6 mars 2021, par Andreas Rheinhardt
    avfilter/buffersink : Postpone removal of av_[a]buffersink_params_alloc
    

    They have been deprecated in 61097535cdaa91fea0d62c567b3af02a940f6c2d,
    yet this was less than two years ago. Removing them will therefore have
    to wait.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/buffersink.c
    • [DH] libavfilter/buffersink.h
    • [DH] libavfilter/version.h
  • Converting gifs to mp4 using python

    16 février 2021, par deeform

    currently im trying to convert some gifs which i have downloaded into mp4 files so i can upload them to a specific website. However, im getting some errors when trying to do this !

    &#xA;

        for submission in subreddit.top(time_filter="day"):&#xA;    url_file = r&#x27;/home/pi/Desktop/Instagram/urls.txt&#x27;&#xA;    # Get the link of the submission&#xA;    url = submission.url&#xA;    if url.endswith(&#x27;gif&#x27;):&#xA;        bad_chars = [&#x27;"&#x27;, &#x27;*&#x27;, &#x27;?&#x27;, &#x27;:&#x27;, &#x27;&lt;&#x27;, &#x27;>&#x27;, &#x27;|&#x27;, &#x27;\\&#x27;, &#x27;/&#x27;, &#x27;.&#x27;]&#xA;        for i in bad_chars:&#xA;            submission.title = submission.title.replace(i, &#x27;&#x27;)&#xA;        count &#x2B;= 1&#xA;        print(url &#x2B; &#x27; &#x27; &#x2B; submission.title)&#xA;        urllib.request.urlretrieve(url, r&#x27;C:\Users\myalt\OneDrive\Desktop\TikTok twitch poster\Clips\\&#x27; &#x2B; str(&#xA;            submission.title) &#x2B; &#x27;.gif&#x27;)&#xA;        print(str(f&#x27;downloaded {count}&#x27;))&#xA;    for file in os.listdir(r&#x27;C:\Users\myalt\OneDrive\Desktop\TikTok twitch poster\Clips\\&#x27;):&#xA;        clip = mp.VideoFileClip(rf"C:\Users\myalt\OneDrive\Desktop\TikTok twitch poster\Clips\{file}")&#xA;        clip.write_videofile(f"{submission.title}.mp4")&#xA;

    &#xA;

    Error : OSError : MoviePy error : failed to read the duration of file C :\Users\myalt\OneDrive\Desktop\TikTok twitch poster\Clips\My friend claims that he can print a gun using his 3D printer, but I’m not impressed I’ve had a Canon printer for years.gif.&#xA;Here are the file infos returned by ffmpeg :

    &#xA;

    ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers&#xA;built with gcc 9.2.1 (GCC) 20200122&#xA;configuration : —enable-gpl —enable-version3 —enable-sdl2 —enable-fontconfig —enable-gnutls —enable-iconv —enable-libass —enable-libdav1d —enable-libbluray —enable-libfreetype —enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-libopus —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libtheora —enable-libtwolame —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx264 —enable-libx265 —enable-libxml2 —enable-libzimg —enable-lzma —enable-zlib —enable-gmp —enable-libvidstab —enable-libvorbis —enable-libvo-amrwbenc —enable-libmysofa —enable-libspeex —enable-libxvid —enable-libaom —enable-libmfx —enable-amf —enable-ffnvcodec —enable-cuvid —enable-d3d11va —enable-nvenc —enable-nvdec —enable-dxva2 —enable-avisynth —enable-libopenmpt&#xA;libavutil 56. 31.100 / 56. 31.100&#xA;libavcodec 58. 54.100 / 58. 54.100&#xA;libavformat 58. 29.100 / 58. 29.100&#xA;libavdevice 58. 8.100 / 58. 8.100&#xA;libavfilter 7. 57.100 / 7. 57.100&#xA;libswscale 5. 5.100 / 5. 5.100&#xA;libswresample 3. 5.100 / 3. 5.100&#xA;libpostproc 55. 5.100 / 55. 5.100&#xA;C :\Users\myalt\OneDrive\Desktop\TikTok twitch poster\Clips\My friend claims that he can print a gun using his 3D printer, but I’m not impressed I’ve had a Canon printer for years.gif : Invalid data found when processing input

    &#xA;

  • Is there a way to have a live website as an video overlay on RTSP stream using ffmpeg ? [closed]

    29 janvier 2021, par user161284

    I'd need to have a live website on one corner of my RTSP video stream, which is then streamed to Youtube. I know I can do this with OBS, but the point is that nobody actually operates the computer, so I though I'd use ffmpeg.

    &#xA;

    I know that ffmpeg can add images as an overlay, but in my case the need would be to use a live website as the overlay. Whether this would be accomplished with "plain" ffmpeg or some other piece of (already existing) software in-between does not matter.

    &#xA;

    After reading the ffmpeg documentation and some earlier posts a few years ago, it unfortunately seems that there's no way to use html as an overlay with plain ffmpeg.

    &#xA;

    Any suggestions to overcome this challenge ?

    &#xA;