
Recherche avancée
Autres articles (111)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
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 (5007)
-
FFMPEG : Convert WebM VP8/VP9 multi-resolution video to MP4 (H.264)
28 janvier 2022, par thedeadaliveI have been trying to convert a multi-resolution WebM video ( VP9/VP8/H.264 ) (1280 x 1080 till the half, thereafter 1080 x 1280) to MP4 container with H.264 encoding for video.


When transcoded with FFMPEG is locking into the frame size it's encountering at the start of the video (1280 x 1080 in this case) when transcoded with libvpx (for VP8 and VP9) and libx264 (for H264).


The only instance i could get it right was when the Input WebM was having H.264 video and opus Audio, and ffmpeg was instructed to just copy the video stream and trans-code the Audio to aac only.


Is there way in make ffmpeg support multi-resolution video transcoding ?


How to generate a sample video : On a Chrome or Firefox (on a device that supports auto rotation and has different resolution on portrait and landscape) that supports mediaRecorder API goto this link : https://webrtc.github.io/samples/src/content/getusermedia/record/ , start recording a video , while recording the video, change orientation, stop recording and download the video. file)


Discussion Reference : https://groups.google.com/a/webmproject.org/forum/# !topic/webm-discuss/IgumDyMAHY0


-
Anomalie #2651 (Nouveau) : Gestion des forums : bugs et anomalies
13 avril 2012, par Julien -Forum : messages publics et internes d’un article dans l’espace privé : Lors des tests : SPIP3-svn du 11 avril au soir. Je suis sur : ?exec=controler_forum&objet=article&id_objet=4 J’ai 1 message public et 1 message interne. Problème [A] : Onglet "Messages publics" 1 - Au survol, on a (...)
-
How to convert MKV to MP4 while at the same time hardcoding the subtitles ? FFMPEG
7 août 2015, par user400424I’m currently using the following command to convert to MP4.
ffmpeg -i source.mkv -crf 16.0 -vcodec libx264 -acodec libvo_aacenc -ar 48000 -b:a 128k output.mp4
I saw the above command on a forum before. Now the problem is, when it converts the video, it doesn’t include the subtitle and overlays(?) that the MKV has. What do I modify in the above command so that they are hardcoded to the output MP4 file ?