
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (45)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (7804)
-
ffmped encoding with java using pipelines
12 décembre 2015, par AndrásCan I send pictures from my webcam to ffmpeg which give me back the encoded images in real time ? I dont want to use xuggle because it’s not supported in my arm based linux.
-
Core : Throw better errors for bad rule methods
10 février 2015, par ryleybCore : Throw better errors for bad rule methods
99% of type errors in this situation are misspelled rules, so be
specific in the throwCloses #1395
-
Picture-in-Picture overlay skips forward in time when input video orientation changes [closed]
28 octobre 2024, par MacsterOn my website I can record and stream a video to my server using javascript.
The video is then encoding in realtime using FFMPEG. Additionally there is a second video injected as picture-in-picture.


For some reason, when using a mobile phone for recording and the phone is rotated into landscape mode, the picture-in-picture video will jump forward in time. It's always about half the time that had already passed. This happens on each orientation change.


The video file for the picture-in-picture is not edited by code at any time, so I assume this has to be a FFMPEG thing.




FFMPEG Command


ffmpeg 
-re 
-i strm.webm 
-i source.webm 
-filter_complex "[0:v]scale=640:480:force_original_aspect_ratio=decreasepad=640:480:-1:-1:color=black[main];[1]scale=iw/1.5:-1setpts=PTS-STARTPTS,format=yuva420p[ovrl]; [main][ovrl]overlay=W-w-10:10[v]; [0:a][1:a]amerge[a]" 
-r 24 
-deadline realtime 
-crf 22 
-cpu-used 15 
-level 2.0 
-map "[v]" 
-map "[a]" 
-c:a aac 
-c:v libvpx 
-pix_fmt nv12 
-threads 4 
-strict -2 
-auto-alt-ref 0 
-b:v:1 1800k 
-s:v:1 1280x720 
-b:v:0 300k 
-s:v:0 640x480 
-bf 1 
-keyint_min 48 
-g 48 
-sc_threshold 1 
-b_strategy 0 
-ar:a:1 96000 
-scenario livestreaming 
-look_ahead 0 
-seg_duration 2 
-remove_at_exit 1 
-streaming 1 
-window_size 30 
-adaptation_sets "id=0,streams=v id=1,streams=a" 
-utc_timing_url https://time.akamai.com/?iso 
-live 1 
-y 
-f dash 
manifest.mpd