
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (29162)
-
FFmpeg convert mp3 to pcm error "could not find codec parameters"
20 février 2020, par Hanqing WuWhen I am trying to convert a mp3 file to pcm using the following code, I repeatedly get the error message
[mp3 @ 0x22cc420] Format mp3 detected only with low score of 1, misdetection possible!
[mp3 @ 0x22cd260] Header missing
[mp3 @ 0x22cc420] decoding for stream 0 failed
[mp3 @ 0x22cc420] Could not find codec parameters for stream 0 (Audio: mp3, 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
test.mp3: could not find codec parameters
Input #0, mp3, from 'test.mp3':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Audio: mp3, 0 channels, s16p
[abuffer @ 0x22cfaa0] Value inf for parameter 'time_base' out of range [0 - 2.14748e+09]
Last message repeated 3 times
[abuffer @ 0x22cfaa0] Error setting option time_base to value 1/0.
[graph 0 input from stream 0:0 @ 0x22cf620] Error applying options to the filter.The mp3 file was converted from a video on Youtube.
-
Pyinstaller "Failed to execute script pyi_rth_pkgres" and missing packages
12 octobre 2023, par gurnbenThis is my first time posting a question here as most of my questions have already been answered by someone else ! I am working on a GUI application in python and am attempting to use pyinstaller to package it into a single folder and .exe for easier portability. Currently, I am using windows 10 and anaconda3 to manage my python packages. The application relies on tkinter, pillow, numpy, scikit-learn, opencv, ffmpeg, and matplotlib. The application is formatted with a main GUI.py file that creates objects of a number of other files (many of which are stored in a subfolder as this GUI is replacing a command line utility that served the same purpose). The issue I am running into (as you can see in the title) is that the .exe is throwing the error block :





Traceback (most recent call last) :
 File "site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py", line 11, in 
 File "c :\users\gurnben\anaconda3\envs\opencv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
 exec(bytecode, module.dict)
 File "site-packages\setuptools-20.7.0-py3.5.egg\pkg_resources__init__.py", line 68, in 
 File "site-packages\setuptools-20.7.0-py3.5.egg\pkg_resources\extern__init__.py", line 60, in load_module
 ImportError : The 'packaging' package is required ; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
 Failed to execute script pyi_rth_pkgres





When I look at the warn.txt it gives a massive list of missing packages including parts of some packages that are actually in the single folder package.

I have, however, successfully gotten it to recognize the dll files from opencv and it is not listed among the missing (nor is ffmpeg however I did not see any ffmpeg files in the folder). I had to pass in a custom path to get it to include the opencv files as they are not in anaconda at this time.


Any hints or ideas for next troubleshooting steps ? I am overly greatful for all of the help you an offer and I can upload any code, files, etc. that would help you diagnose the issue. In the meantime I will continue searching for a solution myself !


-
java.lang.UnsatisfiedLinkError : dlopen failed : cannot locate symbol "av_bsf_next" referenced by "/lib/arm/libffmpeg.so"
21 octobre 2019, par SushritaI have a third party library which has ffmpeg as dependency and i am getting this error while executing a thread.
Process: com.joe.epmediademo, PID: 11906
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "av_bsf_next" referenced by "/data/app/com.joe.epmediademo-U-buiUc64rYJquAlCAhK5A==/lib/arm/libffmpeg.so"...
at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
at java.lang.System.loadLibrary(System.java:1657)
at Jni.FFmpegCmd.<clinit>(FFmpegCmd.java:24)
at Jni.FFmpegCmd.exec(FFmpegCmd.java:73)
at VideoHandle.EpEditor.execCmd(EpEditor.java:571)
at VideoHandle.EpEditor.exec(EpEditor.java:135)
at com.joe.epmediademo.Activity.EditActivity.execVideo(EditActivity.java:182)
at com.joe.epmediademo.Activity.EditActivity.onClick(EditActivity.java:106)
at android.view.View.performClick(View.java:6297)
at android.view.View$PerformClick.run(View.java:24797)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6626)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
</clinit>