
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (61)
-
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 (...) -
Les images
15 mai 2013 -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)
Sur d’autres sites (11819)
-
api-seek-test : use non-obsolete decoding API
10 décembre 2020, par Anton Khirnov -
ffplay how to change the seek interval
29 janvier 2021, par olioptiI am completing a project in which I need to isolate single frames and their time stamps. I am using ffplay. using the "s" key I am able to stepwise move forward frame by frame. However when I try to move backwards a frame it jumps back 10 seconds. Is there a way to change this default based on my fps that the video was recorded at in order to jump back frame by frame ?
There seems to be a command including seek_interval, but limited documentation on how to implement this for a 25fps video file.
Thank you !


-
Pause/Resume/Seek mp4 on FFMPEG while transmitting to RTMP
11 février 2021, par IntractaI'm currently streaming an mp4 to an RTMP server just fine. I'm trying to figure out if I can pause the MP4 and Resume while staying connected to the RTMP server the entire time.


I'm streaming with the following command :


ffmpeg -re -i myfile.mp4 -acodec copy -vcodec copy -preset:v ultrafast -f flv rtmp://myrtmp.server



The idea is that we are showing everyone a video that is in sync for everyone on our platform. If someone has a question, I would like to be able to pause the mp4. Once the question is answered, tell FFmpeg to resume playing the mp4


I'm currently using PHP, SOCKET, and obviously FFmpeg