
Recherche avancée
Autres articles (34)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (5673)
-
How many memory do I need for run several FFMPEG sessions ?
26 janvier 2013, par Alberto RussellI am creating a system where I will need to have about 15 to 20 FFMPEG sessions constantly running, I need to know how much computer memory do I need for this, I am planning to have 3GB on a linux system, but not sure if this is enough.
-
PHPVIBE - video doesn't create the thumbnail
22 janvier 2016, par Ali RazaI have installed phpvibe4 on my surver my website name is surfoye.com I have enabled FFMPEG settings in the admin area, but still it doesn’t create any video thumbnail and time duration after uploading any video from my computer.
if someone has experienced this please assist me. Thanks !
-
FFMPEG CONCAT Error
30 juillet 2020, par DannyTuanI need help about ffmpeg concat. Please help me !



I have 3 video, and i want join it with concat.



Demo File : list.txt



file 'a.mp4'
file 'b.mp4'
file 'c.mp4'




Demo File : join.bat



ffmpeg -y -f concat -i "list.txt" -codec copy "join.mp4"




But i get error :



ffmpeg version N-81863-gcced839 Copyright (c) 2000-2016 the FFmpeg developers
 built with gcc 5.4.0 (GCC)
 configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
 libavutil 55. 32.100 / 55. 32.100
 libavcodec 57. 60.101 / 57. 60.101
 libavformat 57. 51.102 / 57. 51.102
 libavdevice 57. 0.102 / 57. 0.102
 libavfilter 6. 63.100 / 6. 63.100
 libswscale 4. 1.100 / 4. 1.100
 libswresample 2. 2.100 / 2. 2.100
 libpostproc 54. 0.100 / 54. 0.100
[concat @ 00000000024524a0] Line 1: unknown keyword 'file'
list.txt: Invalid data found when processing input




I think my computer error. Because, this code working in my laptop.
Please help me to fix it for can working on my computer :(