
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (50)
-
MediaSPIP : Modification des droits de création d’objets et de publication définitive
11 novembre 2010, parPar défaut, MediaSPIP permet de créer 5 types d’objets.
Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (4007)
-
Ffmpeg auto Scaling does not working
2 juillet 2013, par thevoipmanI am trying to scale any videos that has a width greater than 720 to 720 - i do not want any 1080p stuff. The commands I am using is below and where ever I add scale=720 :-1, it would give me an error saying that the option scale is not available for use.
FFMPEG_COMMAND="ffmpeg -i "\"$FILENAME\"" -vf "\""movie=water.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:main_h-overlay_h-10[out]\""" -ac 2 -vcodec libx264 -threads 10 -acodec libfaac -async 2 "\""$OUTPUT_DIRECTORY/abc$OUTPUTFILENAME"\"
Any kind of help I can get with this is greatly appreciated !
-
FFMPEG Ensuring Meta Data Is Correct
11 octobre 2020, par Devin DixonI have to take any kind of video format (mp4, mov, flv,etc) and convert it h264 mp4. My command currently looks like this :


ffmpeg -i input_video.mov -pix_fmt yuv420p -crf 20 -acodec aac -strict -2 -b:a 384k -vcodec libx264 -f mp4 -movflags faststart -max_muxing_queue_size 9999 out_video.mp4



Sometimes the meta data is not copied correctly, and this causes issue especially when streaming. Is there a fool proof way of copying the meta from the original file or recreating the meta ?


-
Android video trimming via ffmpeg
9 juin 2014, par Karan_RanaI have downloaded video trimming code from github from this link.
It’s working perfectly for the first time, but when I try to run it for the second time the code crashes without any exception then again when I try to run it for the 3rd time after the crash it works !
Does any one have any idea for this kind of behaviour ?I am also developing an application which has one module of trimming videos.
I would really appreciate it, if any one could help me .