
Recherche avancée
Autres articles (39)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (4873)
-
ffmpeg Copy From Input Video To Output Video
31 janvier 2023, par user121392I have encountered the issue of faded/washed out colours after reencoding my library of phone videos from H264 to HEVC using ffmpeg. The command I used was


ffmpeg -i input.mp4 -vcodec libx265 -o output.mp4


Some searching have found that colour metadata from the input video are missing in the output video. An answer I found only addresses it specifically for a given input video. Is there a way to "copy" or "transfer" the metadata from the input video without having to go through the parameters on ffprobe ?


-
Record low quality video using avcodec dll(Getting frame per second value 0 in video)
10 août 2017, par IPSI am working on record video from live camera using avcodec dll(version 52). For record video I am using command : "rtsp ://192.xxx.x.xx/axis-media/media.amp ?resolution=320x240&compression=60", by using this command video getting record but it is record video with single image(not moving video) and frame per second value is 0 and if I am using the same command but with higher resolution value "rtsp ://192.xxx.x.xx/axis-media/media.amp ?resolution=640x480&compression=60", then video getting record with proper format and proper frame per second value.
Please help here if anyone having idea.
-
FFmpeg cut off video also add image over video in 1 line
11 avril 2017, par Anıl TürkI need to cut off video for first 8 seconds and also add image over video to right-bottom (like logo). And I need that one in one line to not keep me waiting.
Hope you can help me, thank you already :)