
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 (52)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (2706)
-
How can I use ffmpeg x11 capture in C++ code
12 juin 2015, par Özüm SafaoğluI want to grab x11 desktop in linux using ffmpeg, hoping it would give a fast output. However, I would like to do it within C++ code. I suppose it is possible to output it to stdout in the command line with
ffmpeg
command, however if possible i would prefer reading from memory buffer directly. Is there a way I can do this ? -
Pushing on-fly transcoded video to embeded http results with no seekbar
11 juillet 2017, par BigRetroMikeI’m trying to achieve a simple home-based solution for streaming/transcoding video to low-end machine that is unable to play file properly.
I’m trying to do it with
ffmpeg
(asffserver
will be discontinued)
I found out that ffmpeg have build in http server that can be used for this.The application Im’ testing with (for
seekbar
) is vlcI’m probably doing something wrong here (or trying to do something that other does with other applications)
My ffmpeg code I use is :
d :\ffmpeg\bin\ffmpeg.exe -r 24 -i "D :\test.mkv" -threads 2 -vf
scale=1280:720 -c:v libx264 -preset medium -crf 20 -maxrate 1000k
-bufsize 2000k -c:a ac3 -seekable 1 -movflags faststart -listen 1 -f mpegts http://127.0.0.1:8080/test.mpegtsThis code also give me ability to start watching it when I want (as opposite to using rtmp via udp that would start video as soon as it transcode it)
I readed about moving
atoom
thing at file begging which should be handled bymovflags faststart
I also checked the
-re
option without any luck,-r 25
is just to suppress thePast duration 0.xx too large
warning which I read is normal thing.
test file is one from many ones with different encoder setting etc.The setting above give me a
seekbar
but it doesn’t work and no overall duration (and no progress bar), when I switch from mpegts to matroska/mkv I see duration of video (and progress) but no seekbar.If its possible with only ffmpeg I would prefer to stick to it as standalone solution without extra rtmp/others servers.
-
is there more example for Ruslan-B/FFmpeg.AutoGen [on hold]
14 novembre 2017, par dongdongall
I want to use ffmpeg in c# project, i fount FFmpeg.AutoGen that is good project,but this is letter example or guide,who can give me same more example or guide ?ty