
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (34)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
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 (7087)
-
Desktop Audio in FFmpeg [on hold]
26 avril 2014, par user3576075I try to record my screen with ffmpeg, I’m on Archlinux so I applied the (Arch)Wiki :
ffmpeg -f x11grab -video_size 1920x1080 -i $DISPLAY -f alsa -i default -c:v ffvhuff -c:a flac test.mkv
They are using the default sound device in ALSA, but not working for me. No sound !
I tried to set the device to another, but I don’t know how to list them.Any ideas what could be wrong or ideas on how to identify the issue ?
Thanks. -
ffmpeg video audio automatically fades out at end
15 octobre 2018, par JonnyHarperApologies if I’ve missed something obvious here. I have a problem whereby ffmpeg is reducing the audio to zero at the end of video files.
If I produce a sine wave in ffmpeg using :
ffmpeg -f lavfi -i "sine=frequency=1000:duration=5" -ac 2 output.wav
from start to finish, there is audio. However, if I save it as an mp4 or mov, using
ffmpeg -f lavfi -i "sine=frequency=1000:duration=5" -ac 2 output.mp4
the audio fades out at the end for maybe 1 or 2 frames. How can I stop it doing this ?
See below waveforms for both versions.
-
add background music to video using ffmpeg ?
3 décembre 2019, par sibbasaI have a video file (mp4) with sound, how can I add background music to it ? Using ffmpeg.
Example please :)
I tried like this :ffmpeg -i son.wav -i video_origine.mp4 video_finale.mp4
But this method muffles the main sound.