
Recherche avancée
Autres articles (79)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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.
Sur d’autres sites (9198)
-
Encoding video live ? (Showing frame which i will overlay on camera while recording video)
18 juillet 2019, par Marko MiljkovicI’m not sure I can really explain this the best way I can, but I’ll try my best.
I want to create custom camera activity, which will capture video from camera, and show some image over that video, and actually encode that image in video. I`m pretty sure I need to use ffmpeg, but, I want to know, is there a way that I can record a video and an image together, and encode it realtime, or do I need to go around, make camera activity, put image over video, as another view, get its coordinates, and then encode it in video using this command :ffmpeg -i movie.mp4 -i logo.png -filter_complex overlay output.mp4
It this command is the only way, how would I add more than one image as overlay ?
-
Merge/add audio in video file in specific position of video with ffmpeg command
12 janvier 2021, par AadiExample : I have a 10sec video and 4 sec audio file. I want to merge audio file in video from 5th sec of video to 9th sec. I want to mute entire video volume if user asked for it(optional).


Please help me with this ffmpeg command, and Thanks in advance.


I am using Android FFMPEG SDK. I haven't tried anything till now as I have no idea where to start.


-
I want to reduce the size of video with rn-ffmpeg-kit, but video size getting double or I'm getting increased size of video
12 septembre 2023, par Atul TiwareeBelow is my code It works fine while I try to reduce video taken from my camera other than my device video when I try the size of video is getting double in size


FFmpegKit.executeAsync(`-y -hwaccel mediacodec -i ${uri} -s 1920x1080 -c:a copy -c:v hevc_mediacodec -b:v 2M ${RNFS.DownloadDirectoryPath}/lodu1.mp4 -y`,)



Here is the video that is getting double in size