
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (49)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (7960)
-
Is it possible to "stretch" audio in the frequency domain ?
9 juillet 2024, par Christian SchmitzWe would like to make quite similar frequencies better decernible for further AI-analysis. Because of that, we would like to stretch the audio in the frequency domain. This means that instead of having two frequency bands of 30Hz and 40Hz, is it possible to "stretch" them to have maybe 28Hz and 45Hz ?


Thanks a lot and if that wasn't clear enough, please don't hesitate to ask ! :)


We tried cleaning the data with ffmpeg, but it appears that for our task we need a clearer representation of the frequencies in the data


-
cannot locate symbol "avpriv_pix_fmt_bps_avi"
14 mars 2017, par S. Le GalloudecI’m developping an android application using ffmpeg. I’m trying to decode a rtsp stream, and i have a problem with a symbol.
After i finally compiled ffmpeg with this tuto :
https://github.com/WritingMinds/ffmpeg-androidI used a code i found here : Receiving RTSP stream using FFMPEG library
But i have a problem when i run my program. I got this error :
java.lang.UnsatisfiedLinkError : dlopen failed : cannot locate symbol "avpriv_pix_fmt_bps_avi" referenced by "/data/app/com.example.local.test_ffmpeg-2/lib/arm/libnative-lib.so"...
The thing is that i checked into my .a to see if i had the symbol so i did :
nm libavcodec.a | grep avpriv_pix
It returned :
00000060 R avpriv_pix_fmt_bps_avi
00000000 R avpriv_pix_fmt_bps_mov
U avpriv_pix_fmt_bps_avi
U avpriv_pix_fmt_bps_movSo it looks like i have the symbol, but the U after means undefined, so i’m really confused. I’m not sure if my compilation failed somewhere or if the problem comes from my program.
I’m using ndk 14, if someone has some ideas, that would be great :)
Best regards
-
ffprobe "moov atom not found" on Linux, but works on OS X
15 mars 2017, par NeuroXcI have an MP4 file that I am trying to read info from via
ffprobe -print_format json -show_format -show_streams input.mp4
. On OS X with the Homebrew-provided FFMpeg 3.2.4, I’m able to read the video information this way. However, on both Debian Stretch and Arch Linux, with FFMpeg 3.2.4 provided through the respective package managers, I am getting :[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55e0b7977120] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55e0b7977120] moov atom not found
input.mp4: Invalid data found when processing inputAn example of a file showing this issue is https://falcon479.startdedicated.com/files/boxes.mp4