
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (25)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...)
Sur d’autres sites (5002)
-
Revision 20babf6d9d : Don't try to use getenv on windows phone/rt The getenv function doesn't exist t
29 mai 2013, par Martin StorsjoChanged Paths :
Modify /vpx_ports/arm_cpudetect.c
Don’t try to use getenv on windows phone/rtThe getenv function doesn’t exist there. In Visual Studio 2012,
the function still existed in the link libraries even though
it was hidden in the headers, but in the 2013 version it has been
removed from the link libraries as well.Change-Id : Iea6289a698fa1788e906f5aabb6fddda3675815b
-
[ffmpeg]How do I play udp streams on my phone
30 décembre 2018, par 徐思龙I used FFMPEG to record the screen push stream [UDP]
This is the command line I typed
Ffmpeg-f gdigrab-framerate 25-offset_x 10-offset_y 20-video_size 640x480-i desktop vcodec libx264-preset :v ultrafast-tune :vzerolatency -f h264 udp ://localhost:8888
ffplay can be played on the localhost :ffplay udp ://192.168.31.18:8888
Use VLC APP on IPHONE, input udp ://192.168.31.18:8888, it can’t play.
What do I need to do ?
thank you
-
Start number of frame number of ffmpeg overlay filter
12 mai 2022, par Kairi EiseiWhen using n to mean filter number in ffmpeg's overlay filter, it says on https://ffmpeg.org/ffmpeg-filters.html#overlay-1 that it starts from 0, but it actually appears to start from 1.
Why is this ?


ffmpeg -r 1 -loop 1 -t 4 -i back.png -i over1.png -i over2.png -filter_complex_script script.txt out.mp4



[0]drawtext=fontfile=Arial.ttf:text='%{frame_num}':x=(w-tw)/2:y=h-(2*lh):fontsize=50[s1];
[s1][1]overlay[s2];
[s2][2]overlay=x=100*n:y=100