
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (75)
-
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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6553)
-
ffmpeg mkv to mp4 conversion has color tint
25 novembre 2020, par razvanI am recording the screen in a lossless format to have small CPU load


ffmpeg -f gdigrab -framerate 30 -i desktop -vcodec libx264rgb -crf 0 -preset ultrafast rec.mkv

ffprobe rec.mkv

Input #0, matroska,webm, from 'vid.mkv':
 Metadata:
 ENCODER : Lavf58.64.100
 Duration: 00:00:29.67, start: 0.000000, bitrate: 2829 kb/s
 Stream #0:0: Video: h264 (High 4:4:4 Predictive), gbrp(pc, gbr/unknown/unknown, progressive), 1920x1200, 30 fps, 30 tbr, 1k tbn, 60 tbc (default)
 Metadata:
 ENCODER : Lavc58.112.103 libx264rgb
 DURATION : 00:00:29.666000000



then I convert/compress it in mp4


ffmpeg -i rec.mkv rec.mp4

ffprobe rec.mp4

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'vid.mp4':
 Metadata:
 major_brand : isom
 minor_version : 512
 compatible_brands: isomiso2avc1mp41
 encoder : Lavf58.64.100
 Duration: 00:00:29.67, start: 0.000000, bitrate: 326 kb/s
 Stream #0:0(und): Video: h264 (High 4:4:4 Predictive) (avc1 / 0x31637661), gbrp(tv, gbr/unknown/unknown), 1920x1200, 248 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)



but the resulting mp4 it is tinted by green and pink color (white areas are tinted green and dark areas are tinted pink)


I have the same results on windows and ubuntu.
I am using latest git versions.


Any idea how to properly convert this to mp4 ?


-
Revision b4957234af : Avoid divide-by-zero in vp8 initialization Check that the numerator is not zero
4 novembre 2014, par JohannChanged Paths :
Modify /vp8/encoder/onyx_if.c
Avoid divide-by-zero in vp8 initializationCheck that the numerator is not zero. If it is, guess 30fps.
Fixes a clang IOC error in the quantize test. It’s very unlikely for
this to occur in the wild because the setup in the quantize test is very
nonstandard.Change-Id : Icdab7b81d4e168d3423e14db20787f960052e0c3
-
ffmpeg video track with separate audio track and subtitles
29 septembre 2022, par TheRedMI think this is a kind of a wild approach, i was thinking if it's possible to create a live stream using ffmpeg that will loop a video and randomly pick up an audio file with its own SRT file and play it, the idea is to create sperate folders each one contains an audio and a SRT file.