
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (96)
-
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. -
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 (7682)
-
problem ffmpeg on linux batch convert .mkv to .mp4 with subtiles on .mkv file [closed]
9 décembre 2020, par damvelisaI am trying to batch convert a large number of .mkv video files to .mp4 on linux while hard coding the subtitles included in the .mkv files. I would like to retain as much quality as possible.
is use this code but give error


for f in *.mkv; do ffmpeg -i "$f" -vf subtitles="${f%.mkv}" -acodec copy "${f%.mkv}.mp4"; done



-
Problem while using ffmpeg-android-java on Windows-10
4 septembre 2018, par ml8educI am developing a simple Android Java app in which I use ffmpeg-android-java library to create a video file (.mp4) from multiple image files (.png) & a single audio file (.mp3). The audio is created using text-to-speech (TTS).
The app works on Ubuntu dev environment (where it was written), but when I work on same code-base using Android Studio on a Windows 10, the ffmpeg library either creates an empty mp4 (size 0 bytes) or doesn’t create mp4 file at all.The ffmpeg command I use is :
ffmpeg -y -framerate 1/30 -start_number 1 -i img_%d.png -i person_name.mp3 -c:a aac -c:v libx264 -strict experimental -shortest person_name.mp4
This command however works correctly through windows command prompt & creates the mp4 file.
What am I missing/doing wrong here ?
Please help. Thanks.
-
Revision f00a237a43 : Merge "Fixing problem introduced in one of my previous commits."
20 juillet 2013, par Dmitry KovalevMerge "Fixing problem introduced in one of my previous commits."