
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (67)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
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.
Sur d’autres sites (7373)
-
Regarding making a AVI file from G.711 PCM audio and H264 video
23 septembre 2019, par Nidheesh VI have a G711 alaw and G711 ulaw audio pipes, and a h.264 video pipe.
I want to create a .avi file which is made using the G711 audio and video using ffmpeg binary.
i have tried using the below commands to generate ,but no luck
ffmpeg -f h264 -i /tmp/stream-0.h264 -vcodec copy -f pcm_alaw -i /tmp/audio-0.g711 -acodec copy /tmp/sdcard/re_main.avi.
When i run this command, the ffmpeg just hangs with the below print
Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (50/2)
Input #0, h264, from '/tmp/stream-0.h264':
Duration: N/A, bitrate: N/A
Stream #0.0: Video: h264, yuv420p, 1920x1080, 25 fps, 25 tbr, 1200k tbn, 50 tbcHow can we make a AVI file ?
-
making screenshots from a wmv video with ffmpeg in linux [closed]
28 avril 2013, par Johnwhen I try to make screenshots from a wmv video it shows-
Error while decoding stream #0.1 - frame= 0 fps= 0 q=0.0 Lsize= -0kB time=10000000000.00 bitrate= -0.0kbits/s video:0kB audio:0kB global headers:0kB muxing overhead -inf%the command I am using for taking the video screenshots is - ffmpeg -i name.wmv -r 1/20 %03d.jpg
I am using ffmpeg in linux, the video in question was originally encoded with Windows Media Video 9 and I can screenshot the video fine in windows but I cannot get it to work in linux.
mediainfo shows the following - Video Format : VC-1 - Codec : WVC1, Microsoft
ffmpeg -codecs|grep wmv shows that the wmv codec is already installed.
avi, mpeg, mpg, mov and mp4 videos are all working fine, its only wmv file types which gives me this error so what can I do now ?
thanks
-
How to live stream a local video using FFmpeg [closed]
20 novembre 2022, par param trivediI have been trying to stream local video on VLC using the FFmpeg library like this :


$ ffmpeg -i sample.mp4 -v 0 -vcodec mpeg4 -f mpegts udp://127.0.0.1:23000



I have not been able to stream the file on VLC.