
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (86)
-
Les sons
15 mai 2013, par -
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6171)
-
ffplay : fill the unused part of the window with black
22 septembre 2012, par Marton Balintffplay : fill the unused part of the window with black
-
Revision 113006 : avant d’aller plus loin, on met dans un fichier a part tout ce qui est ...
21 décembre 2018, par maieul@… — Logavant d’aller plus loin, on met dans un fichier a part tout ce qui est gestion des afficher_si
-
Replace mp4 file's audio with part of mp3 in ffmpeg
2 juin 2020, par ahbonI have a around 30 minutes
mp4
file and 1h30mmp3
file, let's say I need to replacemp4
file's audio with part ofmp3
file, for example, starting from 30m00s.


I have used the following
ffmpeg
command which works for replacing themp3
tomp4
's audio but not specify the starting time.


How could I modify it ? Thanks.



ffmpeg -i input.mp4 -i input.mp3 -map 0:0 -map 1:0 -c:v copy -c:a aac -b:a 256k -shortest output.mp4