
Advanced search
Medias (91)
-
#3 The Safest Place
16 October 2011, by
Updated: February 2013
Language: English
Type: Audio
-
#4 Emo Creates
15 October 2011, by
Updated: February 2013
Language: English
Type: Audio
-
#2 Typewriter Dance
15 October 2011, by
Updated: February 2013
Language: English
Type: Audio
-
#1 The Wires
11 October 2011, by
Updated: February 2013
Language: English
Type: Audio
-
ED-ME-5 1-DVD
11 October 2011, by
Updated: October 2011
Language: English
Type: Audio
-
Revolution of Open-source and film making towards open film making
6 October 2011, by
Updated: July 2013
Language: English
Type: Text
Other articles (106)
-
MediaSPIP 0.1 Beta version
25 April 2011, byMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 February 2011, byMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
HTML5 audio and video support
13 April 2011, byMediaSPIP 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 (...)
On other websites (12645)
-
how can i correct a subtitle that won't vanish by itself?
25 April 2020, by Ginsoi have file with a subtitle for foreign languages.
the last sentence of that subtitle doesn't vanish for the rest of the movie unless i do something like skipping back and forth. Can anyone tell me how to repair that?


-
FFMPEG: Can i set an audio to be played at night only?
18 May 2020, by F O XThis is my working command:



ffmpeg -rtsp_transport tcp -i rtsp://stream1video -i rtsp://stream2audio -re -stream_loop -1 -i 1.aac -re -stream_loop -1 -i 2.aac -filter_complex "[1:a][2:a][3:a]amix=inputs=3[a]" -map 0:v -map "[a]" -c:a aac -f flv rtmp://a.rtmp.youtube.com/



Now, can i somehow set playing the audio streams only at the night? e.g. between 22:00-06:00 each day? And the rest of the day would be just the silence :)



edit: i'm using linux.


-
ffmpeg - How do I compress a .mov file with partial transparency, while keeping the partial transparency?
4 June 2020, by NickThe codec I use is QuickTime Animation. I tried the following:



ffmpeg -i Animation.mov -c:v libvpx-vp9 out.webm



That compressed my 420MB source file to a nice 1.5MB but my partial transparency was lost. The Animation is a minute long, while only 12 seconds are actually animated, the rest is a still image. Anyone got some Ideas? I'm looking for a target size of roughly 10MB.



Edit: output format is irrelevant to me.



Edit 2: The method I used actually does support partial transparency. VLC is just unable to display it correctly.