
Recherche avancée
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 (13097)
-
Join videos using FFmpeg
14 avril 2021, par ThehalfHeartI have 4 videos.


- 

- Video 1 : 20 seconds.
- Video 2 : 10 seconds.
- Video 3 : 30 seconds.








I want to join these 3 videos into one video 60 second Using FFmpeg.


Current code : ffmpeg -i video1.mp4 -i video2.mp4 -i video3.mp4 out_put.mp4


But not work.


Please help me !


-
How to add a new audio (not mixing) into a videos using ffmpeg (Batch Processing) ? [on hold]
9 août 2019, par KrisI’m looking for a solution to add a new audio (not mixing) into a multiple videos using ffmpeg.
I have 3 directories :
1. videos (contains *.mp4 videos)
2. audio (contains single audio.mp3 file)
3. ready (output folder)
For single video processing I’m using following command :
ffmpeg -i video.mp4 -i audio.mp3 -codec copy -shortest output.avi
My goal is to add a single audio (not mixing) into all videos in /videos/ directory using ffmpeg and save the new files in /ready/ keeping the orginal file names. Is this possible with ffmpeg ?
Thank you
-
FFMPEG Slideshow from set of videos and images
14 septembre 2018, par RahulI’m making a slideshow video from a couple videos and images.
Making it from images only is quiet easy but what if I have to mix
small videos too.In slideshow the next video/image should come when the previous video is fully played.
Please suggest a command.