
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (84)
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (9449)
-
Improve the quality of webm video using ffmpeg
3 octobre 2013, par LekeI'm trying out two codecs and was wondering if I could improve the results of the webm output ...
ffmpeg -i test.ts -t 10 -f webm -vcodec libvpx output.webm
to match the quality of the mp4 output...
ffmpeg -i test.ts -t 10 -b 1500k -vcodec libx264 output.mp4
What settings would give me the best webm rip ?
Thanks.
Edit :
Here is an error output when trying some rip improvements...ffmpeg -i test.ts -c:v libvpx -crf 4 -b:v 1M -c:a libvorbis output.webm
ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
built on Apr 2 2013 17:00:59 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
[mpeg2video @ 0x9cde5c0] mpeg_decode_postinit() failure
Last message repeated 4 times
[mpegts @ 0x9cda240] max_analyze_duration reached
[mpegts @ 0x9cda240] PES packet size mismatch
Input #0, mpegts, from 'test.ts':
Duration: 00:03:59.53, start: 4630.845422, bitrate: 1977 kb/s
Stream #0.0[0x20b]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 DAR 16:9], 15000 kb/s, 25.60 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0.1[0x28f]: Audio: mp2, 48000 Hz, stereo, s16, 224 kb/s
Unrecognized option 'c:v'
Failed to set value 'libvpx' for option 'c:v' -
lavu/lfg-test : add simple sample mean, stddev checks
12 mars 2016, par Ganesh Ajjanagadde -
Audio mixing with FFMPEG via RTP
4 mars 2016, par DmitryI have been digging this question for a few weeks and all my attempts to manage my problem failed.
I`m writing audio server. I have some "clients" which in advanced give me their SDP information about future audio. And have a "client2" which shoul get mixed audio. So, I know "clients" and "client2" IPs and ports.
Each of "clients" sent audio via RTP, then these packeges should go to the filter created based on SDP i had from this "clients" and "client2" and then shoud send mixed stream to "client2".
Can somebody draw me a logic scheme with names of functions of FFMPEG i need to use.
.