
Recherche avancée
Autres articles (22)
-
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...)
Sur d’autres sites (7044)
-
Revision 8465c938f1 : tools_common : fix build w/encoders/decoders disabled gcc-based builds will allo
11 août 2015, par James ZernChanged Paths :
Modify /tools_common.c
tools_common : fix build w/encoders/decoders disabledgcc-based builds will allow a 0-element array, but visual studio builds
will not ; this change hides the encoder and decoder specific symbols as
modules using them are selected based on the configuration.Change-Id : Ic16ba9d12241070ec689dc5880164c14a4f7ca44
-
How to merge two videos using ffmpeg.so file in android project [on hold]
26 septembre 2016, par ShahzebI have created an android app in android studio.
This app selects a video file from gallery.
Now, I want to merge two videos, that the user selects from gallery, into one video and use it in my app.
Should I use ffmpeg.so lib, if so how can I use that ? I am open to any other suggestions.
-
Live streaming to YouTube over HLS with FFMPEG [closed]
19 septembre 2022, par Ash RajWhen I stream my FaceTime camera to YouTube over HLS, my video freezes every couple seconds. Which settings do I have wrong, or am missing ?


ffmpeg \
-f avfoundation \
-framerate 30 \
-video_size 1920x1080 \
-pixel_format yuyv422 \
-probesize 10M \
-i "0:0" \
-c:v hevc_videotoolbox \
-b:v 4500K \
-tag:v hvc1 \
-c:a aac \
-method POST \
-f hls \
"https://a.upload.youtube.com/http_upload_hls?cid=STREAM_KEY&copy=0&file=index.m3u8"



I'm troubleshooting this with my FaceTime camera right now, but I plan on using a capture card with a 4K studio camera after I get this working