
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 (106)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)
Sur d’autres sites (10639)
-
Converting video to .mp4 format after upload from local system does not show the video only hear sound
18 juillet 2012, par user850234I am using
fileuploader.js
to upload a video file. Now i want to convert the video format to.mp4
. I have usedffmpeg
andphp
to convert the video to.mp4
after upload. The sample segment i used is$converted = "uploads/".$uniqid.".mp4"; //$uniqid is the id for the video after upload
$cmd = "$ffmpeg -i $sourceUrl -f mp4 $converted"; //$sourceUrl is the path of the videoI have tried to convert
.flv
video file to.mp4
format and it does but the problem is i cannot see the video only hear the sound after converting. Is the conversion line used in$cmd
incorrect. Please help. -
Converting a color video to 8-bit (per frame) video via FFMPEG
25 mai 2020, par SilverSurferI wish to convert a color video file (AVI format) to grayscale video (i.e. 8 bits per frame) AVI video via FFMPEG. Any pointers ?



I have tried using
gray
andyuv420p
options inpix_fmt
but it they didn't help.


Thank you


-
merging audio and video and generating video file .mp4 in android
17 avril 2015, par Ravind MauryaI am merging audio and video using FFMPEG library via grabber and recorder. But out file (*.mp4) got some noise or zic jac sound while I am playing. Please help me If you have any idea how remove the zic jac sound in merged video.