
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 (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 (5017)
-
Publish encoded h264 and aac from Android MediaCodec by FFmpeg
21 mars 2023, par MingyIn the past, I used to push stream by librtmp directly.
I was very clear about how to send the encoded audio and video data and corresponding config information.


Now, in order to be compatible with more protocols, I'm trying to use FFmpeg,but there're some points which makes me confused :


- 

- In librtmp, I use AMF_ENcodexxx to translate MediaFormat into RTMPPacket and send it as MetaData. In FFmpeg, I‘ve put MediaFormat in the AVCodecParameters of the corresponding AVStream, but I don't know how to send metadata exactly.
- While stream pushing, once there is an idr frame, I can easily send sps and pps Packet before it through librtmp, but in FFmpeg, whether insert an AVPacket for sps and pps packet or assign it to AVCodecParamter extradata ? Also, how about ADTS ?






All the encoded data came from Android MediaCodec.


-
ffmpeg crashes when extracting PNG's from video [Solved]
7 février 2018, par Sam BogoffI am attempting to extract PNG’s from a video (.avi) using ffmpeg. My code is :
ffmpeg -i vidx.avi -f image2 imgx_%d.png
Normally that would work fine, but just now it has been causing ffmpeg to crash, a box appears telling me ’ffmpeg.exe has stopped working .. etc...’, however changing from png’s to jpeg’s and the problem goes away.
The format of the video doesn’t seem to matter, an mp4 and mpg also have the same issue as the avi.
This has only just happened (in the past day) on a Windows 10(x64)PC so, could it be related to a MS/Windows Update.. is that possible ? Does anyone know what else could cause this ?
Edit : Solved it.. It was because ImageMagick had been installed and Windows deferred to that version (3.4) rather than my nightly-build version from Zeranoe, so to remedy the problem I placed the ’ImageMagick’ in my PATH list within the Environmental Variables lower down than the entry for C :\Program Files\ffmpg\bin, and now the problem has gone.
-
MAINTAINERS : Mark parts from Robert as unmaintained
31 août 2024, par Michael Niedermayer