
Recherche avancée
Autres articles (73)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (5099)
-
How can I tell if a file is a valid video stream using RVideo ?
8 février 2012, par fenecI am trying to see if a file has a valid video stream using the RVideo library :
read_file.rb :
require 'rubygems'
require 'rvideo'
file_path="/mnt/glusterfs/video/2012/02/04/2012-02-04 1000 CSPAN United Nations Security Council Meeting (337711).mp4"
puts file_path
file = RVideo::Inspector.new(:file => file_path)I get this error :
rbennacer@services:~$ ruby read_file.rb
/mnt/glusterfs/video/2012/02/04/2012-02-04 1000 CSPAN United Nations Security Council Meeting (337711).mp4
sh: Syntax error: "(" unexpectedEven when I put a backslash before each space character and parenthesis character, I am getting that error.
-
FFMPEG "Invalid data found when processing input" MP4 to MP3 PHP
10 février 2014, par CubeBoy69I have a question. I'm converting videos from youtube to mp3. From 1000 files around 150 files this message is in the log.
/home/desktop/www/tmp/314629.mp4 : Invalid data found when processing input
The thing is it's only about 10% of the conversions. How can i solve this issue ?
I'm converting like this
ffmpeg -y -i /home/desktop/www/tmp/'.$random_flv_name.'.'.$download_format.' -vn -map_metadata -1 -ab 192k /home/desktop/www/audio/'.$yt_video_id.'/songtitle.mp3
-
FFMPEG "Invalid data found when processing input" MP4 to MP3
10 février 2014, par CubeBoy69I have a question. I'm converting videos from youtube to mp3. From 1000 files around 150 files this message is in the log.
/home/desktop/www/tmp/314629.mp4 : Invalid data found when processing input
The thing is it's only about 10% of the conversions. How can i solve this issue ?
I'm converting like this
ffmpeg -y -i /home/desktop/www/tmp/'.$random_flv_name.'.'.$download_format.' -vn -map_metadata -1 -ab 192k /home/desktop/www/audio/'.$yt_video_id.'/songtitle.mp3