
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (10389)
-
Remove obsolete bower.json.
20 juillet 2019, par blueimpRemove obsolete bower.json.
See also https://bower.io/blog/2017/how-to-migrate-away-from-bower/
-
Remove all instances of first frame from mp4 in FFmpeg
15 juin 2020, par PeteI have a frame occurring several times at the beginning of an MP4 and I'd like to get rid of the duplicate frames, such that it only occurs once.



I know that the
ffmpeg -i input.mp4 -vf mpdecimate,setpts=N/FRAME_RATE/TB out.mp4
command will remove duplicates in the entire video, but is there any way to limit this to frames identical to the first one ?

-
How can I remove encode information from mediainfo for H265 HEVC .mkv ? [closed]
14 octobre 2020, par For FunI want to know how I can remove encode settings from the mediainfo with mkvpropedit or ffmpeg ?


İn this post :
How can I remove metadata from a flv file ?
I found this command :


ffmpeg -i INPUT -c copy -bitexact -map_metadata -1 -bsf:v 'filter_units=remove_types=6' OUTPUT



for only h264 AVC !


so how can you do this for h265 HEVC ?
What command do i need to use ?


I want to know how I can do this by just to simply copy
-c copy
the file ?

İ want to remove this :




cpuid=0 / frame-threads=3 / no-wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=1920x1080 / interlace=0 / total-frames=0 / level-idc=0 / high-tier=1 / uhd-bd=0 / ref=2 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-hrd / info / hash=0 / no-temporal-layers / open-gop / min-keyint=23 / keyint=250 / gop-lookahead=0 / bframes=4 / ...