
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (34)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (4538)
-
How to combine a .MP4 video with a .WAV audio to create a new .MP4 video using ffmpeg from command line arguments ?
18 mai 2017, par AshishI want to merge a .WAV audio file with a .MP4 video file to create a new .MP4 video file.
And i am currently using the following codes to do that :
ffmpeg -i input_vid.mp4 -i input_audio.wav -vcodec copy -acodec copy output.mp4
But it is only creating output.mp4 file but no videos embedded with that means if i am playing that output.mp4 file then nothing is playing.
And i don’t know where i am doing wrong so that it is creating like this.I know this type of questions already asked by may persons but that didn’t help me much so if anybody can find where i am doing wrong or how to solve this problem please help me to solve my problem.
-
how to convert a video to H264 video codec format & webm and ogv with watermark via ffmpeg
5 mars 2015, par aliI used this code :
function convert()
{
exec("$ffmpegPath -i $inputPath -i $watermark -filter_complex overlay=10:10 $outPath");
}
convert('test.mp4');
convert('test.webm');
convert('test.ogv');This code works...but not in browser !
I can run output videos via KMPLAYER in desktop (ovg only video - no audio)I want to run it on web via videojs.
mp4 playback with videojs in browsers - audio plays but video is blank.
I googled and I think I must convert it to h264 format...
Can somebody change my orginal code to 3 valid codes for h264,webm and ogv ?
-
How could Windows get video stream from video camera & push it to long-range Linux server ? [on hold]
2 décembre 2014, par xit6482How could Windows get video stream from a video camera ?
Using HDMI data converting line or ?
Then how could Windows push the stream to long-range Linux server ?
FFmpeg for Windows ?
I’m not sure about this, thanks for help !