
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (34)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (6319)
-
через 1 кому через ffmpeg Мне нужно объединить 2 аудио и добавить к нему картинку (альбом) [closed]
20 avril 2021, par DarkShadeчерез 1 кому через ffmpeg
Мне нужно объединить 2 аудио и добавить к нему картинку (альбом)


<---------> 1-audio
 <--------------> 2-audio
<-------------------> output



https://superuser.com/questions/1509582/ffmpeg-merge-two-audio-file-with-defined-overlapping-time


Я посмотрел по этой ссылке, и она объединила 2 аудио.
Теперь мне нужно добавить к нему картинку (альбом)



Вот команда, которая меня использует


ffmpeg -i 1.mp3 -i 2.mp3 -filter_complex "[1]adelay=Ns|Ns[a1];[0:a][a1]amix=inputs=2[a]" -map "[a]" output.mp3



Благодаря этому я смог объединить два аудио в один


Я видел это таким образом


ffmpeg -i 1.mp3 -i 2.mp3 -i 1.png -filter_complex "[1]adelay=5s|5s[a1];[0:a][a1]amix=inputs=2[a]" -map "[a]" -c:a copy -c:v copy -map 0:0 -map 1:0 -id3v2_version 3 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (front)" audio-out.mp3



1.mp3 - первое аудио (1:35 s)
2.mp3 - вторичное аудио (0:16 s)
1.png - картинка (альбом) (170x170)



Я получил эту ошибку


Streamcopy requested for output stream 0:0, which is fed from a complex filtergraph. Filtering and streamcopy cannot be used together.



Что мне нужно ?


Мне нужно добавить картинку (альбом) к аудио в сочетании с этой командой


Когда я говорю картинку (альбом), я имею в виду именно это.
Это наглядно показано на картинке
https://i.imgur.com/z64KhoS.png


-
Use FFmpeg to rotate the video based on it’s metadata ? Why Android put the wrong metadata ?
27 août 2014, par Mauro ValvanoHi have a website where the user upload a video.
For my website i have also the Android application.
The website create a thumbnail of each uploaded video (from browser or Android).The problem is that for normal videos its all OK, but for android my videos are rotated of 90°.
I think that android have a bug, because when i see with FFmpeg the video’s metadata, for a normal recorded video i got a rotate=90 value, and for a 90° rotated video i don’t have nothing in the metadata (and the thumbnail is correct).
Why ?
This is an image of a normal recorded video (with the phone in portrait mode).
Anyways, i have the metadata in the video, can i create it’s thumbnail based on it’s metadata’s rotate value without extracting the metadata and then use ffmpeg to rotate the video on this value ?
Thank you in advance.
-
Anomalie #2596 : RANG des documents
14 mars 2012, par RastaPopoulos -Pour recuperer_numero ce serait normal puisque tous les #TITRE sont déjà filtrés pour enlever le numéro. Donc ce serait plutôt (#TITRE* (peux-tu tester ?). Pour #RANG par contre ce n’est pas normal.