
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (62)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Le plugin : Gestion de la mutualisation
2 mars 2010, parLe plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
Installation basique
On installe les fichiers de SPIP sur le serveur.
On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
< ?php (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (7153)
-
"An attempt was made to load a program with an incorrect format"
31 janvier 2014, par user2922938I work in visual studio 2008, when run the program this error is shown :
$exception "Could not load file or assembly 'AForge.Video.FFMPEG,
Version=2.2.5.0, Culture=neutral, PublicKeyToken=03563089b1be05dd' or one of its dependencies. An attempt was made to load a program with an incorrect format."using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using AForge.Video.FFMPEG;
namespace WindowsFormsApplication9
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
VideoFileReader video = new VideoFileReader();
}
}
}What is wrong with my program ?
-
The file upload on server side using multipart file upload
6 février 2014, par user3217695I am trying to upload a file using file upload in java and writing the file to directory in the server side, so the file upload is completed once it's completed the uploaded file is converted to mp4 format so that file can be played in video tag of html5.
Issue is with the svn file, the new ffmpeg support file are in server side and conversion code is executed it gives me following error.
What does this error mean ??Please help me thanks in advance.
FFmpeg version SVN-r15137, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration:
libavutil 49.10. 0 / 49.10. 0
libavcodec 51.70. 0 / 51.70. 0
libavformat 52.21. 0 / 52.21. 0
libavdevice 52. 1. 0 / 52. 1. 0
built on Aug 31 2008 21:44:56, gcc: 4.1.2 20070626 (Red Hat 4.1.2-14)
Input #0, avi, from ' from//170_lesson.avi':
Duration: 00:02:15.68, start: 0.000000, bitrate: 1353 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 788x480 [PAR 1:1 DAR 197:120], 24.00 tb(r)
Stream #0.1: Audio: mp2, 44100 Hz, stereo, s16, 192 kb/s
WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
Output #0, mp4, to '170_lesson1.mp4':
Stream #0.0: Video: mpeg4, yuv420p, 514x362 [PAR 37:32 DAR 9509:5792], q=2-31, 200 kb/s, 24.00 tb(c)
Stream #0.1: Audio: 0x0000, 22050 Hz, stereo, s16, 0 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Unsupported codec for output stream #0.1 -
ffmpeg gets slow after a while
19 février 2014, par user3329033I have installed ffmpeg on my win r2 server and it gives me headache with rendering videos !
When i have installed ffmpeg and have started to render videos (700MB mp4 video into 3 clips of 7:00 minutes mp4 videos) it worked pretty good, an 700MB video was rendered in 3 clips in 10 minutes !After rendering 30-40 videos in clips it started to slow down, now 1 clip takes 10-20 minutes !
I have rebooted my machine but it does not change anything, it renders a clip in 10-20 minutes instead of 3-4 minutes !
I have reinstalled OS and installed ffmpeg again and it works great, it does the rendering in 3-4 minutes but after a couple of videos it slows down again to 10-20 minutes per clip !
Do you have simillar experience or any suggestions how to avoid the slowdown ?My server details are :
6GB RAM
4 Cores
500GB HDD
Windows Server 2008 R2 Standard OS