
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (56)
-
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 Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
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 ;
Sur d’autres sites (8772)
-
Revision bcaf1d69ec : Moved call to vp9_clear_system_state() to a proper location The commit moved a
22 juillet 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
Moved call to vp9_clear_system_state() to a proper locationThe commit moved a call to vp9_clear_system_state() to a correct
location, i.e. prior function calls using floating point numbers.
This was to fix a mismatch mmx code and sse2 version, where a
floating point number used in adjust_frame_rate(cpi) gets NAN due
to mmx registers being in wrong state.Change-Id : I40e0a6de98812000ccee6a729badb630604fd7e6
-
Is there a way to automatically align and mux audio and video to the end of the audio file ?
12 avril 2018, par Weej JamalI get a lot of conference calls that a recorded and many times, screens are shared. The shared screen gets captured too as a separate, audio-less video file. I’ll be using the example of a 5-hour meeting :
- When the call starts, Audio recording (to OGG file) starts.
- At some random point during this 5-hour call, a user shares their screen. Video recording begins (saved to a separate file as MKV without audio).
- When the meeting is done and everyone hangs up, both Audio recording and Video recording terminates and saves.
At this point I have 2 files - Conference1.ogg and Conference1.mkv here’s what I’m trying to do using FFMPEG :
- Automatically/Programmatically align Conference1.mkv to the end of Conference1.ogg
- mux the audio and video without re-encoding.
Is there a way to do the above ? Because the alternative is to hunt through the whole 5 hour audio to figure out which point the video starts ? Since I know both the Audio and Video end at the same time, it’d be much easier to align the video to the audio’s end. Any help will be appreciated ! Thanks !
I’m running Windows 7.
-
gStreamer : Create RTSP stream using jpeg images from a RAM partition
25 janvier 2023, par Utkarsh Narain SrivastavaObjective :
To create an RTSP stream (h264 or h265) using gStreamer from a single image which is being continuously overwritten. (This image is coming from an API on to a shared memory partition)



Problems :
Have been able to make a video stream over RTSP using gStreamer (gst-launch-1.0) but have had zero luck with these images, tried multifilesrc and other options but ran out of luck.
Also, I tried FFmpeg where the its probably point-to-point only, which is not what I need.



Any suggestions/help is highly appreciated.