
Recherche avancée
Autres articles (28)
-
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 -
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. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (4917)
-
use AForge.video.FFMPEG in c# 2008
23 décembre 2013, par user2922938i work in visual studio 2008 in c# language, when run the program the error :
$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 attemptwas 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 in program ??
-
Can't run exec('ffmpeg') ; ffmpeg, wamp & windows 2008 server
15 mars 2015, par Nicholas Walkeri’ve installed FFMPEG on my windows server. If i go to cmd and type ffmpeg -version i get the version, available commands etc. I use WAMP server with php 5.4.12
The reason i am not using ffmpeg-php is because i have installed it with no errors and i cant use the extension for php even tho it says it is installed.
When i try to do
<?php
echo exec('ffmpeg -version');
?>its totally blank, no errors or nothing.
If i run
<?php
echo exec('whoami');
?>i get : nt authority\system
So i can run exec in my php.
I’ve also tried the same with shell_exec() ; ffmpeg not working with either of them.
After looking at other stackoverflow questions i’ve seen people fixing this problem by allowing IIS user to use ffmpeg.exe. But i am using Wamp so i don’t know what to do.
Any ideas ?
-
Révision 17548 : debut de plan de site dans l’espace privé
28 mars 2011, par cedric -