
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (107)
-
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 -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (11925)
-
avformat/mpegtsenc : Preserve disposition in the absence of language
3 avril 2021, par Andreas Rheinhardt -
FFmpeg text is not rendering for indian local language font
7 mars 2023, par Konduri Sai AdityaFFmpeg unable to render the local language font using drawtext. Below is the command

ffmpeg -i test.mp4 -vf "drawtext=fontfile=ntr.ttf:text='తెలంగాణ':fontcolor=white:fontsize=72:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4


and out put is




On the above the used Telugu font ntr , text is తెలంగాణ.If we compare the text the output text characters are not rendered properly.


Let me know what the issue was. I tried with a couple of languages too but it failed.It would be grateful if anyone could help me.
Thanks


-
Ffmpeg : switching audio tracks in cartoon for language learning
18 novembre 2020, par almachuar- 

- Need to convert multiple-(audio)-language-video to single-audio-stream-video where 2 languages alternate repeatedly.
(10sec Lang2) + (15sec Lang3) + (10sec Lang2) + (15sec Lang3) + ... and so on till the end.
I assume it should be done whith piping in and on-the-fly changing audio streams by scripting.




I've done audio switching task (with scripting) by lively changing audio languages in video player but need better and crossplatform solution for little kid - preprepared video.


- 

- Need to adjust loudness on one of the input audio streams, to match overall voice loudness. Level of adjustment determined by myself not automaticly.