
Recherche avancée
Autres articles (40)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (7287)
-
FFmpeg upgrade to version 6, format duration big increase [closed]
11 février 2024, par Avraham SikirovI am using this command to extract metadata from a video :


ffprobe -v error -print_format json -show_format -show_streams too-many-packets.mp4



with ffmpeg v5.1.4 I get normal format duration : 6.452311
But when using v6.1.1 The Format duration is : 35393.442471
(Audio stream and video stream duration are normal in both versions).


Link to video and both outputs :


https://drive.google.com/drive/folders/1BT6NMqZ2pSd-shbu-hok-2-Gaihn0Av2?usp=sharing


-
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
-
Android ffmpeg lib has no runnable permission
30 mai 2014, par pelikenI have an app that works with
ffmpeg
library. There are free and full version. Both version
works fine, but after upload them to google play and then install from it full version begin says"java.io.IOException: Error running exec() Working Directory: null"
when I try to useffmpeg
.
I root my device to check libraries (libffmpeg.so
) in app folder and I found that in free version library has
-rwxr-xr-x
permission that is normal but full version library has-rw-r--r--
permission that is read only.
If I install app without google play from myapk
’s all works fine.