
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (82)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (7125)
-
Merge commit ’76a75c523cd3c63560185394a0a5cd7249db962a’
8 février 2014, par Michael Niedermayer -
qt faststart and ffmpeg to generate a live mp4 file [duplicate]
27 février 2014, par DnasoThis question already has an answer here :
I am using ffmpeg to create an mp4 file on my server. I am also trying to use qt fast start to be able to move the moov atom to the front so it will stream. I have searched all over the internet with no luck. Is it possible to put my video/audio in a mp4 buffer type file and then be able to play it while ffmpeg is still dumping video and audio data into the stream ? the point is I am trying to stream from a camera and Android is horrid... I know both ios and android support mp4 so I was trying to figure a way I can make my rtsp Mp4.
main point of the story : I want to continuously feed my mp4 container my camera feed and still be able to playback the file os my clients can watch.
any help appreciated thank you.
-
ffmpeg : creating a mpeg1 video stream
7 mars 2014, par philli'm trying to create a short video file out of a single image for 5 seconds on a windows machine using ffmpeg. The video file is to be used to concat in front of video files taken with a camera that produces 1920x1080 60fps. The following creates 1 second stream instead of a 5 second one. Any ideas ? thanks advance.
"c :\program files\ffmpeg\ffmpeg32" -f image2 -i "c :\program files\ffmpeg\imput1.jpg" -loop 1 -vcodec mpeg1video -b:v
104857200 -r 59.94 -s 1920x1080 -aspect 16:9 -t 5 "c :\program files\ffmpeg\banner.MPG"Here are my output results :
c :\Program Files\ffmpeg>"c :\program files\ffmpeg\ffmpeg32" -f image2 -i "input1.jpg" -loop 1 -vcodec mpeg1video -b:v 10
4857200 -r 59.94 -s 1920x1080 -aspect 16:9 -t 5 "c :\program files\ffmpeg\banner.
MPG"
ffmpeg version N-52045-g694fa00 Copyright (c) 2000-2013 the FFmpeg developers
built on Apr 12 2013 16:54:51 with gcc 4.8.0 (GCC)
configuration : —enable-gpl —enable-version3 —disable-w32threads —enable-av
isynth —enable-bzlib —enable-fontconfig —enable-frei0r —enable-gnutls —enab
le-iconv —enable-libass —enable-libbluray —enable-libcaca —enable-libfreetyp
e —enable-libgsm —enable-libilbc —enable-libmp3lame —enable-libopencore-amrn
b —enable-libopencore-amrwb —enable-libopenjpeg —enable-libopus —enable-libr
tmp —enable-libschroedinger —enable-libsoxr —enable-libspeex —enable-libtheo
ra —enable-libtwolame —enable-libvo-aacenc —enable-libvo-amrwbenc —enable-li
bvorbis —enable-libvpx —enable-libx264 —enable-libxavs —enable-libxvid —ena
ble-zlib
libavutil 52. 26.100 / 52. 26.100
libavcodec 55. 2.100 / 55. 2.100
libavformat 55. 2.100 / 55. 2.100
libavdevice 55. 0.100 / 55. 0.100
libavfilter 3. 53.101 / 3. 53.101
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
Input #0, image2, from 'c :\program files\ffmpeg\input1.jpg' :
Duration : 00:00:00.04, start : 0.000000, bitrate : N/A
Stream #0:0 : Video : mjpeg, yuvj420p, 722x267 [SAR 1:1 DAR 722:267], 25 tbr,
25 tbn, 25 tbc
File 'c :\program files\ffmpeg\banner.MPG' already exists. Overwrite ? [y/N] y
VBV buffer size not set, muxing may fail
Output #0, mpeg, to 'c :\program files\ffmpeg\banner.MPG' :
Metadata :
encoder : Lavf55.2.100
Stream #0:0 : Video : mpeg1video, yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-3
1, 104857 kb/s, 90k tbn, 59.94 tbc
Stream mapping :
Stream #0:0 -> #0:0 (mjpeg -> mpeg1video)
Press [q] to stop, [?] for help
frame= 1 fps=0.0 q=9.8 Lsize= 130kB time=00:00:00.01 bitrate=63812.1kbits
/s
video:130kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.373990%c :\Program Files\ffmpeg>