
Recherche avancée
Autres articles (58)
-
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 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 -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (6832)
-
Merge selected audio with camera recorded video in React Native
13 avril 2023, par RoshaanAliI am trying to merge a different audio (like song audio) with the camera recorded video in react native.
Tiktok like video making functionality.
Is there any way to merge audio with the video to preview the recorded video with selected audio in react native app ??
I can use ffmpeg to merge audio and video but it is expensive task it will take more processing on mobile so that's why looking for other solutions.


I have tried react native video player but there is not any prop to mute video audio and play different audio from link. May be some customizable player which play different video and different audio at the same time and control it


-
Anomalie #2900 (Fermé) : Chiffre dans le titre d’un document venant perturber l’ordre anormalement
9 novembre 2012, par Franck SitbonLorsque le titre d’un document contient un chiffre dans son titre comme par exemple le film "16 blocs" ou "4 mariages et un enterrement", le document vient se mettre en fin de portfolio. Alors que normalement le document devrait réagir avec les titres "16. 16 blocs" ou "4. 4 mariages et un (...)
-
ffmpeg audio/video sync problems when uploading to WhatsApp
11 janvier 2021, par Luke Collins(Note : I have looked at related questions such as this one, but the solutions there didn't work for me since presumably their output files wouldn't play correctly in mpv, whereas mine do.)


I want to send a scene from a film to my friend on WhatsApp. I run




ffmpeg -i film.mp4 -ss 00:25:30 -t 00:03:00 -c: copy out.mp4




to extract the clip, which produces the file
out.mp4
which plays fine when I play it withmpv
.

If instead, I play the file in my browser (firefox), the first frame is static for a couple of seconds while audio plays, until the video starts and the video and audio are both in sync. (In other words, it seems the file has additional unnecessary audio information appended to the beginning of the file, which starts before my desired clip when played in firefox).


Diagrammatically, I suspect the video contains the following information :




and firefox plays it in this way :




What's worse is that when I upload it to WhatsApp, it misaligns the audio with the video, instead playing it this way :




How can I fix this so that the video has no additional video/audio information ?


I appreciate any help with this.