
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (50)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (4385)
-
FFMPEG : Stream in Stream aka Picture in Picture
29 janvier 2020, par F O XAny chance that i could make picture in picture with ffmpeg (ubuntu) ?
My single stream is working with this command very well :
ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i rtsp://.......... -b:v 800k -maxrate 900k -bufsize 600k -vcodec copy -crf 35 -preset veryfast -pix_fmt + -c:a aac -f flv rtmp://a.rtmp.youtube.com/live2/........
Tried several ideas but all of them are using libx264 instead of just -vcodec copy and i don’t know why but with libx264 my bitrate stream and fps are terrible low. So is there any way to just copy both streams and scale one of them to lowerleft corner ?
Of course i would be using two different streams.
-
Create video from images and audio with varying image durations using FFMPEG ?
7 janvier 2018, par Muhammad UmerWhat I want to do :
I’ve x amount of images png/jpg, and I want to show them for varying amount of duration, some longer, and some shorter amount of time.
- a1.jpg 1st photo stays for 3 seconds
- a2.png stays for 10 seconds
- a3.jpg stays till end of audio
Video should be as long as audio.mp3
this is my code so far after reading documentation, not sure what’s wrong, I get corrupt video with no sound and only shows last image.
Also would like to center images if possible.
ffmpeg -y \
-loop 1 -t 1 -i a1.jpg \
-loop 1 -t 1 -i a2.jpg \
-loop 1 -t 4 -i a3.jpg \
-loop 1 -t 1 -i a4.png \
-loop 1 -t 1 -i a5.png \
-i audio.mp3 \
-c:v libx264 -pix_fmt yuv420p -c:a copy video.mp4 -
Merge commit ’eeaf4f3b87815cbae4c12856cfaafb3a2dae8e0c’
5 mars 2014, par Michael Niedermayer