
Recherche avancée
Autres articles (97)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (12618)
-
running ffmpeg on windows through python causes error "av_interleaved_write_frame() : Invalid argument"
10 juin 2016, par SwarageThe following code is the python script :
import subprocess as sp
FFMPEG_BIN = "ffmpeg.exe"
fullPath = 'test.mp4'
command = [ FFMPEG_BIN,
'-i', fullPath,
'-f', 'image2pipe',
'-vcodec', 'rawvideo', '-']
pipe = sp.Popen(command, stdout = sp.PIPE, bufsize=10**8)What happens is that when I try to run it, I run into a very specific error titled
"av_interleaved_write_frame(): Invalid argument"
and"Error writing trailer of pipe:: Invalid argument."
Some useful information is that I am on windows, I’m running python 2.7.1 (which I can’t change as it is a requirement), and the version of ffmpeg I’m using is "ffmpeg-20160610-git-0a9e781-win64-static." I know somewhat that the reason for this is because the pipe is incorrect, but I’m not entirely sure how to fix it. -
fail to play audio mp2.mxf I get : "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?"
29 octobre 2018, par livioI have a audio file Op1 Atom From Interplay.
this is the link :
https://drive.google.com/open?id=1XB_marJHwHDbK-KJfLcPj6ryQjyIwjo0
when I try to convert it ffmpeg convert only first 16 minuts and then goes wrong with : "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?"
Only potplayer can play it in whole duration, 2hAny help is appreciated
-
Ffmpeg fails to encode mp2.mxf "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?"
1er novembre 2018, par livioI have a lot of audio file Op1 Atom From Avid Interplay.
They are Mxf with codec mpeg1 layer2. ffprobe show MP2
This is the link :
https://drive.google.com/open?id=1XB_marJHwHDbK-KJfLcPj6ryQjyIwjo0
when I try to convert it ffmpeg convert only first 16 minuts and then goes wrong with : "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?" This for all file.
Only potplayer (that use ffmpeg) can play it in whole duration, 2h
I need encode the whole audio stream
Any help is appreciated