
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (66)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les notifications de la ferme
1er décembre 2010, parAfin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
Les notifications de changement de statut
Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
À la demande d’un canal
Passage au statut "publie"
Passage au (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (6568)
-
Convert wav file from WAV_FORMAT_EXTENSIBLE to WAV_FORMAT_PCM
22 juillet 2022, par michaeljanI have a 16-bit 44.1kHz wav file in WAV_FORMAT_EXTENSIBLE format. What is a simple and efficient way to convert it to WAV_FORMAT_PCM on the command-line ?


In case it helps, here's a sample file. It's (a part of) a file that a client sent to me, so I'm not sure how it was created. But it is understood by ffmpeg and playable by VLC.


Also, I've seen this question, but it's 7 years old and the accepted answer doesn't answer the question. Also, that question asks for ffmpeg-only solutions, whereas I am open to other command-line solutions as well. (Although I do prefer ffmpeg.)


-
Can i delay the audio and the video (both) at the same command ? [duplicate]
20 juin 2019, par S.TThis question already has an answer here :
I have a video and i want to delay it for 5 seconds and then it will start. i want to delay the video and the audio in one command.
what i have tried is only delaying the video... and then the audio is out of sync.
this is what i tried :
ffmpeg -itsoffset 5 -i new1.mp4 -filter:v scale=360:-1 -c:a copy
movie-video-delayed.mp4i want that the movie will be paused for 5 seconds (showing first frame) and then will start.
Thanks. -
FFMPEG split files every 1 hour, avoid overwritting, [duplicate]
19 juin 2019, par siva992This question already has an answer here :
I am trying to record a radio broadcast. However, I am not sure how to break the file every 1 hour and avoid getting the existing files overwritten. Probably add a timestamp to the filename ? Someone explain, how this part of my question is being answered in other posts ?
"D:\Documents\ffmpeg\ffmpeg" -i "http://link/"
-c copy "D:\Documents\ffmpeg\output.mp3"