
Recherche avancée
Autres articles (28)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (4892)
-
Are compression artifacts asymmetric in time ?
15 mars 2020, par MaxBSuppose that an uncompressed movie was either
- encoded (using
H264
) - decoded
or
- reversed
- encoded (using
H264
) - decoded
- reversed again
Is it in principle possible to guess which procedure took place just by looking at the output (the uncompressed input is unavailable) ?
In other words, are compression artifacts asymmetric in time ?
- encoded (using
-
download video fragment by size usnig ffmpeg
6 mars 2023, par Ivan DobryaevSuppose I have some video url. I want to download video fragment by size (equal time intervals may have different sizes).


I have some different ways :


- 

-
The best one. Get list of start and finish time points for each fragment (without download full video). For example :
[(0, 15, 10Mb), (15, 40, 10Mb), etc]


-
Parallel download each fragment with size 10Mb








-
-
FFmpeg record live stream and make mp4 file closer to now to play at html5 video and should updated quickly
17 novembre 2016, par AngelNow I am developing video clipping system with PHP and FFMpeg.
Recording live stream from media server with rtmp protocol.
Let’s suppose we are recording football and I want make highlight soon.
so I can see live streams and also able to clip video.
Please help me if anyone have idea.Reference URL : https://www.youtube.com/watch?v=x61rge3Q3mw
Thank you.
Angel