
Recherche avancée
Autres articles (91)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (7723)
-
Merge Audio and Video with ffmpeg but keep the metadata
1er août 2018, par fred beauchampI’m doing a karaoke app on mobile and using the default player to cast the sound over Bluetooth. I would like to have information like the tempo and key in my receiver. I though about adding metadata to the mp3 embedded in the mp4 but when I append the mp3 to the mp4 container the metadata disappear.
- I have a dummy mp4 with no sound streams (only video)
-
I use ffmpeg with :
ffmpeg -i noSound.mp4 -i .sound.mp3 -c:v copy -c:a copy output.mp4
-
Revision 6a6c427710 : vp9/encoder/vp9_onyx_if : Fix compute_qdelta_by_rate() warnings - Rename and mak
13 février 2014, par Tom FineganChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_if : Fix compute_qdelta_by_rate() warningsRename and make static
s/vp9_compute_qdelta_by_rate/compute_qdelta_by_rate/Make base_q_index an integer.
Add a cast.
Change-Id : Iea8d1397fd2717e7373b182ec51f5db960ef2cca
-
Revision 8118a87256c512e326cf95c7e98b7b615d89de5f : La verification de conformite du champ en base par rapport a ce qui a ete ...
17 décembre 2010, par Cerdic — LogLa verification de conformite du champ en base par rapport a ce qui a ete envoyee echouait aussi si on envoit une valeur vide sur un champ date, car SQL le cast en ’0000-00-00’. Plus generalement, cette verification risque d’echouer sur tout type de champ caste (int, double, float, date, time, (...)