
Recherche avancée
Autres articles (54)
-
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 -
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 (...) -
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 (...)
Sur d’autres sites (4208)
-
drawtext japanese language by ffmpeg !!! plz help me
26 juillet 2021, par Callum McGrathI use drawtext command to write text on video, I succeeded in English but when I use Japanese, the video output shows a square.... I can't edit it here is my code


ffmpeg -y -i "{input}.*" -vf "drawtext="textfile=1.txt:fontfile=/path/to/HGRSMP.ttf:y=20:x=w-t*150:fontcolor=red:fontsize=50"" -codec:a copy "{output}123.*"



File 1.txt :




どのように私に約束をしましたか
Plz help me !




-
Screenshot every 5 or 10 min from rtsp source using ffmpeg
24 octobre 2017, par user8826215Hello i try make script who get screenshot from ip camera every 5 or 10 min
this script is workffmpeg -rtsp_transport tcp -i "$SOURCE"-vf fps=fps=1/20 -update 1 /picture1.jpg
But when i start script. It make one shot for 20 second. I need just one pictures and wanna script stop.
I can make bash script to run script every 5 or 10 min.
When start for 2 time script ask me to Overwrite and i need say Y. This is not good for me.PS. sorry for my bad english
-
FFMPEG reduce dynamic range (VLC port question)
14 mars 2020, par H3rdellIs there a way to do the exactly same thing as the image below (VLC) but using FFMPEG ? I want it with FFMPEG to automate some jobs with batch files.
In VLC, alongside the settings in the above image, I also enable the Dynamic Range Compressor.
My settings for the compressor filter in VLC are :
- RMS/PEAK : 0
- ATTACK : 15ms
- RELEASE : 300ms
- THRESHOLD : -25dB
- COMPRESSION RATIO : 20.0 to 1
- KNEE RADIUS : 1.0dB
- MAKEUP GAIN : 15.0dB
Thanks in advance.