
Recherche avancée
Autres articles (46)
-
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. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (4835)
-
Php- Create a video from a video file [on hold]
18 novembre 2016, par baig772I have a requirement where I upload the video file for the user and then I have to create a trailer for that video and then send that trailer video in an email to user.
I have looked intoffmpeg
that creates video from still images, but is there any way that I could create a short video from a video usingPHP
?
OR
Is there any way to set the start and end time of the main video in theiframe
so that user could see the video for that specific duration ? -
Using ffmpeg to change video framerate without video quality loss and keep audio ?
31 mai 2020, par JohnnyI recorded some game videos with my Samsung Galaxy S7 device. When I now add these videos to blender 3d in video editing, I get different video and audio frames.



I think, that this is an fps problem, because on every recorded video I get different fps :
59.01, 59.80 etc.



Now I want to change frame rate on all videos to 60 fps without video quality loss and keeping audio.



So I would not have any problems in video editing.



Does somebody have any tips ?


-
How to combine a video with audio from another video using FFMPEG ?
21 août 2023, par Sigmond KuklaI have two videos of the same length that I'd like to combine. Video A has audio, video B does not. I'd like to take the audio from video A and put it onto Video B. I'd like to do this with FFMPEG, but I can't figure out the arguments I need ? Should I use map ?


There's a lot of questions about combining a video with audio, but not two videos.


Do I maybe need an intermediate step of converting my original video to audio ?


I have tried using this FFMPEG command, and a couple of variations. All of the resulted in just Video A (the one with audio) being the output.


ffmpeg -i videoB.mp4 -i video A.mp4 -c:v copy -c:a aac output.mp4