
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (75)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (10442)
-
ffmpeg import audio on mkv file and change metatag
29 octobre 2016, par user1320370I need to import an audio track example : audio.flac on mkvfile ex. video.mkv.
I like to import directly on the last available stream id (if the mkv file contain 3 streams i like to import directly on stream 4).
If is not possible i will find myself the next stream available.
After import the audio track on mkv file I like to change the metatag (language = Italian, Force = Yes, Default = Yes)
can someone post the ffmpeg command line to do this ?
thank you !!
-
Correct recording time of the first frame of a video
27 juillet 2017, par Vítor CézarHow do I get the correct time of the first frame recorded on a video ? I executed the command
ffprobe -v error -show_streams [file_path]
and got these values of timecode and creation time for the first stream :
TAG:creation_time=2017-07-26T16:48:10.000000Z
TAG:language=eng
TAG:handler_name= GoPro AVC
TAG:encoder=GoPro AVC encoder
TAG:timecode=17:21:54:28The problem is that the video started being recorded on 16:48:11:504 and neither timecode nor creation time shows this value. If possible I need the precision on milliseconds.
-
Library for creating a layered image builder
28 juillet 2022, par Ashley HewinsI'm looking to build a layered image builder where the user journey is as follows :


- 

- Click start
- Select layer 1 from a carousel
- Select layer 2 from a new carousel
- Select layer 3 from another carousel
- See final layered image where all layers are on top of each other
- Download image via QR code scanned on a mobile device.
- Restart - save image to local folder as back up
















This will be running on a Windows tablet at an event where people come up to the booth to build their image.


What language or library would be best for building this sort of app ? Haven't found one on google that matches requirements just yet.