
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (105)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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, parThis page lists some websites based on MediaSPIP.
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip 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 -
cannot get screenshot from ffmpeg, but the url is work for vlc
6 septembre 2021, par littlefishI am a newbie on FFmpeg, and it is a very powerful tool.

I am trying to do a snapshot every 30 seconds from the RTSP stream video, therefore I find a
public RTSP URL for testing.

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

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




But I try to do it on FFmpeg. It fails.
Do I do something wrong or anything I misunderstand ? ><

below is FFmpeg code. all are fail and get error.

ffmpeg -rtsp_transport tcp -y -i "rtsp://demo:demo@ipvmdemo.dyndns.org:5541/onvif-media/media.amp" -frames:v 1 test.jpg

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





—


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


[a] - https://ipvm.com/forums/video-surveillance/topics/need-rtsp-url-to-test-with

this URL can be found from here.

-
How Can I Edit a Video File's "Comments" Field ? [migrated]
24 avril 2021, par spacemanIf you open a Video File using VLC,

and then press Ctrl-I (Media Information),

you can then see a "Comments" textbox on the bottom,

and some more textboes for other fields.

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


Specifically I would like to Edit the Comments field.