
Recherche avancée
Autres articles (67)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (9514)
-
Split a single video to multiple videos of equal intervals [duplicate]
2 octobre 2018, par TRADThis question already has an answer here :
how to cut a video in regular intervals of time ? Ex : if i am having a 30 minute video and have to cut it in 30 parts 1 min each, how to do it ? in ffmpeg
-
Ffmpeg Windows split 1 video to chunks with random length (no re-encode)
24 janvier 2021, par Anna LoneI have 1 big video file and I need to split it to random length chunks without re-encode.


For example chunks from 130 to 240 seconds.


For windows ffmpeg


Tried this and. Nothing in output folder.


$ times=$(ruby -e 's=[]; d=0; while d < 150 do t=rand(15..50); s << (d+t); d=d+t end; puts s.join(",")')
$ echo $times
15,53,96,124,168
$ ffmpeg -i lutherceleb.mp4 -f segment -segment_times $times -c copy -reset_timestamps 1 -map 0 OUTPUT%d.mp4



-
FFMPEG split into two frames with BGR convertion instead of RGB | OpenVino
26 avril 2020, par Mayur Kanojiya


I don't know why this happen because when i pass the normal frames directly, it didnot split into two frames but when i do some post-processing to count the person at 2nd person it flips into 2 frames.



I think flush called or i missed one frame in loop :/



So my question is that How can this is possible as i am directly feeding my frames ?



I used following ffmpeg command to pipe with python.



- 

- ffmpeg -v warning -f rawvideo -pixel_format bgr24 -video_size 768x432 -framerate 24 -i - http://0.0.0.0:3004/fac.ffm