
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (46)
-
À propos des documents
21 juin 2013, parQue faire quand un document ne passe pas en traitement, dont le rendu ne correspond pas aux attentes ?
Document bloqué en file d’attente ?
Voici une liste d’actions ordonnée et empirique possible pour tenter de débloquer la situation : Relancer le traitement du document qui ne passe pas Retenter l’insertion du document sur le site MédiaSPIP Dans le cas d’un média de type video ou audio, retravailler le média produit à l’aide d’un éditeur ou un transcodeur. Convertir le document dans un format (...) -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (10952)
-
Command line tool to get mediainfo on Android [on hold]
8 mai 2018, par darth_coderI am looking for a command line tool to get media information on
Android
. I have tried compilingffmpeg
forAndroid
but have not got much success to build the same from source forAndroid
. Also the output offfmpeg
is not as simple and lucid as tool likemediainfo
which is present onUbuntu
.It would be helpful if someone could suggest a simple command line tool to get relevant media information on
Android
. -
Compress video with ffmpeg programatically - i.e. using C libraries instead of command line or wrapper
29 décembre 2014, par MickI am trying to find some examples or guidelines that help show how to compress a video programatically using ffmpeg API’s (i.e. the C API’s not the command line).
In other words I would like to achieve the equivalent of the following ffmpeg command line :
ffmpeg -i inoutVideo.mp4 -strict experimental -acodec aac CompressedVideo_aac.mp4
but using the appropriate API calls from a C program.
I can already do this by creating a wrapper around the ’ffmpeg.c’ program but I am trying to understand how to achieve this with the C libraries directly.
I realise I can simply(!) read the source code of ffmpeg.c to see what it does, but I was hoping for something that either provides and overview or a specific example for video compression.
Any pointers gratefully appreciated.
-
How to rip a movie-DVD using cmd-line FFMPEG
19 octobre 2022, par DavidI'm trying to use the cmd-line FFMPEG pgm, to rip a movie-DVD into either a MP4 or MKV container, on Windows-OS. (Please do NOT tell
me to use some other GUI-based pgm, as so many of the other articles
do.)


The part of the ffmpeg command that I can't determine, is just
what syntax to use to reference the DVD-drive as the input. (I've
looked in the FFMPEG documentation, but I can't see the forest
for the trees.)


[Edit :]So I did some more google-searches and found an article on using VLC for this task.
Since I already had VLC installed, this approach
seemed worth trying. That article is here : https://www.howtogeek.com/howto/2696/how-to-rip-dvds-with-vlc/
(Stay tuned for further updates on my progress.)