
Recherche avancée
Autres articles (35)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 (7677)
-
stream the screen from one linux computer to another remote linux computer using ffpmeg
10 novembre 2017, par Revathi MI have tried to stream the screen using ffmpeg as follows :
ffmpeg -f x11grab -s 1600x900 -r 30 -i :0.0 -qscale 0.1 -vcodec huffyuv -f segment -segment_time 5 -reset_timestamps 1 "scrCap%03d.avi"
Here i need to transfer the video to another host using udp. So I have tried the following command,
ffmpeg -f x11grab -s 1600x900 -r 30 -i :0.0 -qscale 0.1 -vcodec huffyuv -f segment -segment_time 5 -reset_timestamps 1 "scrCap%03d.avi" -f mpegts udp://192.168.0.54:22
but it is not working properly.Also i don’t know how to identify udp port number in my linux system. Can you please help me to transfer the video to another host using udp protocol.
-
ffmpeg convert 2tb of video from dropbox on EC2 instance
30 juillet 2021, par MishaMy dropbox account is full and I need to convert from uncompressed video to mpeg-4 format. I´ve used ffmpeg for this earlier and the compression works quite fine and provides an impressive file reduction allowing for reasonable quality. All my video files are stored in my dropbox account in multiple folders each having 5-20 uncompressed files of approx 1-2 Gb each that I stich together and generate a final file (1-10hrs long) for each folder. Previously I´ve downloaded each folder to my local harddrive and done the conversion locally, but it takes a long time. I can set up my EC2 instance for dropbox integration, but the question is :


- 

-
How can I just transfer one folder at a time from dropbox to my ec2 instance and can I transfer the resulting compressed file back to a
another dropbox folder containing just the compressed files while
also deleting the uncompressed folder ?


-
Any suggestions for a suitable instance that provides sufficient disk, memory and CPU resources for this ?








-
-
ffmpeg copy and discard missing or incomplete frames
30 janvier 2017, par encore2097If theres a video file that is partially downloaded, how can you use ffmpeg to copy it and cut out all the incomplete and/or corrupt frames.
Tried this :
ffmpeg -err_detect ignore_err -i video.mkv -c copy video_fixed.mkv
but it simply copied the video missing / incomplete frames and all.