Recherche avancée

Médias (91)

Autres articles (105)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

Sur d’autres sites (10845)

  • avformat/movenc : mov/mp4 should support negative timestamps through edit lists

    26 avril 2013, par Michael Niedermayer
    avformat/movenc : mov/mp4 should support negative timestamps through edit lists
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/movenc.c
  • cannot get screenshot from ffmpeg, but the url is work for vlc

    6 septembre 2021, par littlefish

    I am a newbie on FFmpeg, and it is a very powerful tool.
    &#xA;I am trying to do a snapshot every 30 seconds from the RTSP stream video, therefore I find a&#xA;public RTSP URL for testing.

    &#xA;

    Here is the RTSP URL I try : rtsp://demo:demo@ipvmdemo.dyndns.org:5541/onvif-media/media.amp?profile=profile_1_h264&amp;sessiontimeout=60&amp;streamtype=unicast - [a]

    &#xA;

    However, I can get the screen by using the VLC player.

    &#xA;

    VLC player image

    &#xA;

    But I try to do it on FFmpeg. It fails.&#xA;Do I do something wrong or anything I misunderstand ? ><
    &#xA;below is FFmpeg code. all are fail and get error.

    &#xA;

    ffmpeg -rtsp_transport tcp -y -i "rtsp://demo:demo@ipvmdemo.dyndns.org:5541/onvif-media/media.amp" -frames:v 1 test.jpg&#xA;&#xA;# try remove `rtsp_transport`&#xA;ffmpeg -y -i "rtsp://demo:demo@ipvmdemo.dyndns.org:5541/onvif-media/media.amp" -frames:v 1 test.jpg&#xA;

    &#xA;

    FFmpeg error

    &#xA;

    &#xA;

    p.s. my computer is windows. but I get the same error on ubuntu.

    &#xA;

    [a] - https://ipvm.com/forums/video-surveillance/topics/need-rtsp-url-to-test-with
    &#xA;this URL can be found from here.

    &#xA;

  • How Can I Edit a Video File's "Comments" Field ? [migrated]

    24 avril 2021, par spaceman

    If you open a Video File using VLC,
    &#xA;and then press Ctrl-I (Media Information),
    &#xA;you can then see a "Comments" textbox on the bottom,
    &#xA;and some more textboes for other fields.

    &#xA;

    Can FFMPEG Edit these fields, without re-encoding the video ?

    &#xA;

    Specifically I would like to Edit the Comments field.

    &#xA;

    enter image description here

    &#xA;