
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 (44)
-
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 -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (8053)
-
How to connect ffmpeg to broadcasted rtsp live camera link feeds to users browser ??? These camera link are dynamic so it cannot be defined initially
9 décembre 2016, par vibhor GuptaThe following rtsp link gives me feed :
rtsp ://user:11111@192...***/MPEG-4ch1/main/avstreamsThe following ffmpeg command helps gets me these feed and i can store it on my server :
ffmpeg -i rtsp ://user:11111@192...***/MPEG-4ch1/main/avstreams -vcodec copy -acodec copy -f mpegts video.mp4But when i use the following command broadcast starts but no streaming is received :
ffmpeg -i rtsp ://user:11111@192...***/MPEG-4ch1/main/avstreams -vcodec copy -acodec copy -f mpegts udp ://127.0.0.1:7000I even checked on the server for 7000 port but nothing is running so i am cannot understand what is going.
To Check I used vlc and in the network stream option i placed udp ://192.168.1.105:7000 as the network url. but it is not working
So friends i would like to know where i am going and if possible what can be a better solution for this problem ??
Thank You
-
How can I connect drawtext to filter complex for change logo size ?
19 novembre 2016, par parsaI want to have a text and a logo on video. for this I used below code.
I want to change size of logo byscale2ref
,but I don’t know how can I connect scale2ref withdrawtext
.ffmpeg -i 4k.mp4 -i http://test.ir/LogoPath/VideoLogo.png?v
=C7Xfha6ri0yut2x9a5XpIA -filter_complex [0:v]drawtext=fontfile=OpenSansRegular.ttf:text=parsa:fontcolor=white:box=1:r=25:boxcolor=black@0.3:boxborderw=3:fontsize=85:x=85:y=(h-text_h-85)[text];[text][1:v]scale2ref=-1:120[0v]
[logo];[logo][0v]overlay=W-w-85:85[v] -map [v] -map 0:a out1.mp4top code return this error :
[libx264 @ 00000000004ea0c0] width not divisible by 2 (271x120)
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or heightThis below code works when I don’t use
scale2ref
and the video output has logo with defualt size and the text.ffmpeg -i 4k.mp4 -i http://test.ir/LogoPath/VideoLogo.png?v
=C7Xfha6ri0yut2x9a5XpIA -filter_complex [0:v]drawtext=fontfile=OpenSansRegular.ttf:text=parsa:fontcolor=white:box=1:r=25:boxcolor=black@0.3:boxborderw=3:fontsize=85:x=85:y=(h-text_h-85)[text];[text][1:v]overlay=W-w-85:85[v] -map [v] -map 0:a out1.mp4How can I connect drawtext to filter complex for change logo size ?
-
Anomalie #3823 (Nouveau) : Pagination et connect
25 août 2016, par realet RealETBonjour,
Il me semble que je suis tombé sur un bug des pagination avec connect
Soit une page qui charge plusieurs fois le même INCLURE avec un connect différent à chaque fois :
Soit inc_mini_plan.html qui contient en substance :
#ANCRE_PAGINATION- #TITRE
#PAGINATION
La pagination, au lieu de réutiliser le connect passé en argument utilise la connexion par défaut du site.
Testé en 3.1.1 SVN 23133.