
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 février 2011, parMultilang 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. -
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
Sur d’autres sites (9287)
-
Revision 9cc6f078dc : Merge "vp8_loop_filter_bh_y_sse2 : save/restore xmm registers"
21 novembre 2012, par John KoleszarMerge "vp8_loop_filter_bh_y_sse2 : save/restore xmm registers"
-
FFmpeg save HLS stream to MP4 audio out of sync
5 octobre 2017, par AlessandroI’m trying to save an HLS stream to an MP4 on Android.
First tried this command
"-y -i " + url + " -to " + duration + " " + filePath
but video quality result is very very low...
Then someone suggested to try this command
"-y -i " + url + " -c copy -bsf:a aac_adtstoasc -to " + duration + " " + filePath
and quality is very high but audio is many seconds out of sync.
Any idea on how to get audio in sync and good output quality ?
-
Save metadata while converting video to images FFmpeg
17 février 2020, par e480582When I convert a video to its constituent images (
ffmpeg -i video.MOV img1%03d.png
), ffmpeg drops all the metadata. How would I save the metadata while converting ? Is there any way to have it also increment the timestamp for each frame ?