
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (63)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...) -
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
Sur d’autres sites (11449)
-
FFmpeg : Segment muxer does not work for AVC-MXF
5 octobre 2020, par Mitra MI'm trying to save input stream to separate files every 60 seconds with the following command :


ffmpeg -i Input -vcodec libx264 -s 1920x1080 -pix_fmt yuv422p10le -aspect 16:9 
 -acodec pcm_s24le -ac 2 -ar 48000 -f segment -strftime 1 -segment_time 60
-y "e://o1/%H-%M-%S.mxf"



but getting this errors :


[mxf @ 000002111453c640] h264 profile not supported0:00.62 bitrate=N/A speed=1.23x
[mxf @ 000002111453c640] could not get h264 profile
av_interleaved_write_frame(): Operation not permitted



Note : The following 3 commands work without any errors :


1- ffmpeg -i Input -vcodec libx264 -s 1920x1080 -pix_fmt yuv422p10le -aspect 16:9 
 -acodec pcm_s24le -ac 2 -ar 48000 -f segment -strftime 1 -segment_time 60
-y "e://o1/%H-%M-%S.ts"

2- ffmpeg -i Input -vcodec libx264 -s 1920x1080 -pix_fmt yuv422p10le -aspect 16:9 
 -acodec pcm_s24le -ac 2 -ar 48000 -f mxf -f segment -strftime 1 -segment_time 60
-y "e://o1/%H-%M-%S.mkv"

3- ffmpeg -i Input -vcodec libx264 -s 1920x1080 -pix_fmt yuv422p10le -aspect 16:9 
 -acodec pcm_s24le -ac 2 -ar 48000 out.mxf"



(I think a private option of encoder not used for segments but I don't know how to find it.)


Q : How to save input live stream to separate mxf files every 60 seconds ? (using AVC codec + MXF format)


-
FFmpeg : Segment muxer does not work for AVC-MXF
5 octobre 2020, par Mitra MI'm trying to save input stream to separate files every 60 seconds with the following command :


ffmpeg -i Input -vcodec libx264 -s 1920x1080 -pix_fmt yuv422p10le -aspect 16:9 
 -acodec pcm_s24le -ac 2 -ar 48000 -f segment -strftime 1 -segment_time 60
-y "e://o1/%H-%M-%S.mxf"



but getting this errors :


[mxf @ 000002111453c640] h264 profile not supported0:00.62 bitrate=N/A speed=1.23x
[mxf @ 000002111453c640] could not get h264 profile
av_interleaved_write_frame(): Operation not permitted



Note : The following 3 commands work without any errors :


1- ffmpeg -i Input -vcodec libx264 -s 1920x1080 -pix_fmt yuv422p10le -aspect 16:9 
 -acodec pcm_s24le -ac 2 -ar 48000 -f segment -strftime 1 -segment_time 60
-y "e://o1/%H-%M-%S.ts"

2- ffmpeg -i Input -vcodec libx264 -s 1920x1080 -pix_fmt yuv422p10le -aspect 16:9 
 -acodec pcm_s24le -ac 2 -ar 48000 -f mxf -f segment -strftime 1 -segment_time 60
-y "e://o1/%H-%M-%S.mkv"

3- ffmpeg -i Input -vcodec libx264 -s 1920x1080 -pix_fmt yuv422p10le -aspect 16:9 
 -acodec pcm_s24le -ac 2 -ar 48000 out.mxf"



(I think a private option of encoder not used for segments but I don't know how to find it.)


Q : How to save input live stream to separate mxf files every 60 seconds ? (using AVC codec + MXF format)


-
how ffmpeg work on server for different type of users example window mac linux [on hold]
5 août 2016, par samI have a question about ffmpeg and i am using mac and xampp and php and jquery and i make a function that upload video or image file or another type and i when i saw examples of ffmpeg in stackoverflow. that seems to be confusing but my questions are
-
client can be window user or mac or another than we have to download all different type of ffmpeg file for example ffmpeg.exe and mac can be another because when i saw how to download ffmpeg than they show me different operating system.
-
And where we have to save ffmpeg file in xampp and how
-
If i download all things for mac and i run it and it works and i make my website online and than any window user or linux user will upload video it will work for him also. But we donot client download ffmpeg in their system
Please help me that is my question and if anybody know good example of create thumbnail for video please tell me
thankyou i will wait for your reply
-