
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (45)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (9474)
-
Insert Chroma key videos in middle of the video using ffmpeg
24 juillet 2020, par kapilkardaI have created a video using ffmpeg command to merge chroma key with video file and it is working perfectly fine, but I want to insert this chroma key from particular time frame, can anyone help me with that ?


Thanks in advance
Happy Coding..


-
Live Audio Streaming with live555
19 août 2014, par GodsppedI am trying to send a MP2 encoded frame via RTSP (live555) from a live source, (microphone). I am using ffmpeg to encode audio stream, and I am sending it overriding FramedSource and for the OnDemandServer I am using MPEG1or2AudioRTPSink.hh and MPEG1or2AudioStreamFramer.hh.
Now in VLC I get to hear maybe half a second worth of sound and then it just stops... I dont know what I am doing wrong.
Has anyone experienced this problem before ? Am I doing this right, should I be override a different class ?
Thanks in advance.
-
write width and height of an image in txt file with batch
13 mars 2015, par la lluviaHow to save image size (width and height) in new file using ffmpeg or irfanview ?
I want it to be saved like this :
img.png 800 600
img2.png 640 480
....Thanks in advance.