
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (78)
-
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 (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (3027)
-
Projects from behind-the-scenes
28 septembre 2018, par Jake ThorntonKia ora from the marketing team !
Marketing team ? That’s right ! You haven’t heard from us in the past, but we’ve been working in the background to create a better experience for you, our dedicated Matomo community.
Kia ora ? Well, that just means “hello” in Maori, we’re based in New Zealand you see.
The Matomo marketing team has some really exciting projects in the works we wanted to share with you, but first, there’s someone I want to introduce :
Meet Joselyn from the Matomo Marketing team
Meet Joselyn, one half of the Matomo marketing team and our Digital Marketing and Communications Specialist. Joselyn has come on board to help us communicate more frequently and effectively as we continue our mission to be the #1 free open source analytics platform in the world. Please take it away, Joselyn !
“Hi everyone ! The team here at Matomo have been doing an incredible job passionately driving the cause for user privacy and data ownership and uniting that with a love for digital analytics. It’s exciting being a part of a team unafraid to push on with their hearts on their sleeves and their values at the forefront of everything they do. I hope to bring to light all the fantastic things happening in our world of web analytics as well as across the globe.
Joselyn Khor – Digital Marketing & Comms Specialist Our online world is fascinating when we think about what we can achieve with analytics, but there’s room to improve. We see newer technologies, but old ways of working which don’t take into account a person’s safety online. So we hope to champion a new future which looks set to be much more meaningful. Ensuring you get the best experience, but also feel protected with the knowledge that we get it. Your data and privacy isn’t for sale.
I also hear you guys, the community, have followed Matomo since the beginning, which is wonderful ! I hope you’ll be able to join us as we grow and learn. We’ve got so many thrilling things to share with you. The highs, the lows and everything in between. Cheers !”
Thanks Joselyn ! On top of working to engage the community and new users, Joselyn will also be keeping the rest of the Matomo team on our toes getting the inside scoop on what’s happening within the Development and Support teams ; as well as giving you behind-the-scenes access to what’s going on here at Matomo. We have a big vision and with so many things happening right now, we want to get you involved as much as possible.
It may sound a bit clichéd but I’m saying it anyway – without your help, Matomo wouldn’t be here today.
Help us choose a logo
So first of all, we want you to say thank you and second we’d be delighted if you could help choose our new logo ! As you may already know, we changed our name from Piwik to Matomo at the start of the year. Though it was fun using a cool font (Aileron Heavy btw) as a quick fix for our name change, it was a temporary solution. The Matomo team has been involved in the direction of creating a new logo, but now we’re stumped ! We have three different concepts to choose from so please help us out !
A new website for Matomo.org !
Other exciting marketing projects include a new website design (yay !) – to everyone gasping nervously…don’t worry, nothing in what we offer is changing. We are and always will be a freely accessible open source analytics platform, just wanted to quickly clear the air on that one !
We also have some video projects in the works to make the Matomo experience better for everyone and there are even rumours a brand video that tells the Matomo story is on the way ;)
What next ? With Joselyn on board and loads of exciting projects happening, it won’t be long until you hear from us again, so keep an eye out for our next update as we reveal the winning Matomo logo.
Be sure to follow us on Facebook, Twitter and Github – we promise to be more active than what we have been !
-
Telegram Build failed on Windows 10 error from ffmpeg
23 août 2016, par ass3mbl4geSteps to reproduce
Build Telegram Projects from Visual Studio 2015
Expected behaviourBuild : 4 succeeded, 0 failed
Actual behaviour
main.cpp
mainwidget.cpp
mediaview.cpp
media_audio.cpp
SourceFiles\media\media_audio.cpp(1455): error C2039: 'codecpar': is not a member of 'AVStream'
D:\TBuild\Libraries\ffmpeg\libavformat/avformat.h(846): note: see declaration of 'AVStream'
SourceFiles\media\media_audio.cpp(1455): error C3861: 'avcodec_parameters_from_context': identifier not found
SourceFiles\media\media_audio.cpp(1772): error C3861: 'avcodec_send_frame': identifier not found
SourceFiles\media\media_audio.cpp(1788): error C3861: 'avcodec_send_frame': identifier not found
SourceFiles\media\media_audio.cpp(1816): error C3861: 'avcodec_receive_packet': identifier not found
Generating Code...
Compiling...
media_audio_ffmpeg_loader.cpp
SourceFiles\media\media_audio_ffmpeg_loader.cpp(68): error C2039: 'codecpar': is not a member of 'AVStream'
D:\TBuild\Libraries\ffmpeg\libavformat/avformat.h(846): note: see declaration of 'AVStream'
SourceFiles\media\media_audio_ffmpeg_loader.cpp(68): error C2227: left of '->sample_rate' must point to class/struct/union/generic type
SourceFiles\media\media_audio_ffmpeg_loader.cpp(148): error C2039: 'codecpar': is not a member of 'AVStream'
D:\TBuild\Libraries\ffmpeg\libavformat/avformat.h(846): note: see declaration of 'AVStream'
SourceFiles\media\media_audio_ffmpeg_loader.cpp(155): error C3536: 'codecParams': cannot be used before it is initialized
SourceFiles\media\media_audio_ffmpeg_loader.cpp(155): error C3861: 'avcodec_parameters_to_context': identifier not found
SourceFiles\media\media_audio_ffmpeg_loader.cpp(167): error C2227: left of '->channel_layout' must point to class/struct/union/generic type
SourceFiles\media\media_audio_ffmpeg_loader.cpp(167): note: type is 'int'
SourceFiles\media\media_audio_ffmpeg_loader.cpp(248): error C3861: 'avcodec_receive_frame': identifier not found
SourceFiles\media\media_audio_ffmpeg_loader.cpp(267): error C3861: 'avcodec_send_packet': identifier not found
SourceFiles\media\media_audio_ffmpeg_loader.cpp(272): error C3861: 'avcodec_send_packet': identifier not found
media_audio_loader.cpp
media_audio_loaders.cpp
media_child_ffmpeg_loader.cpp
SourceFiles\media\media_child_ffmpeg_loader.cpp(120): error C3861: 'avcodec_receive_frame': identifier not found
SourceFiles\media\media_child_ffmpeg_loader.cpp(142): error C3861: 'avcodec_send_packet': identifier not found
SourceFiles\media\media_child_ffmpeg_loader.cpp(146): error C3861: 'avcodec_send_packet': identifier not found
media_clip_ffmpeg.cpp
SourceFiles\media\media_clip_ffmpeg.cpp(46): error C3861: 'avcodec_receive_frame': identifier not found
SourceFiles\media\media_clip_ffmpeg.cpp(90): error C3861: 'avcodec_send_packet': identifier not found
SourceFiles\media\media_clip_ffmpeg.cpp(98): error C3861: 'avcodec_send_packet': identifier not found
SourceFiles\media\media_clip_ffmpeg.cpp(294): error C2039: 'codecpar': is not a member of 'AVStream'
D:\TBuild\Libraries\ffmpeg\libavformat/avformat.h(846): note: see declaration of 'AVStream'
SourceFiles\media\media_clip_ffmpeg.cpp(294): error C3861: 'avcodec_parameters_to_context': identifier not found
SourceFiles\media\media_clip_ffmpeg.cpp(331): error C2039: 'codecpar': is not a member of 'AVStream'
D:\TBuild\Libraries\ffmpeg\libavformat/avformat.h(846): note: see declaration of 'AVStream'
SourceFiles\media\media_clip_ffmpeg.cpp(331): error C3861: 'avcodec_parameters_to_context': identifier not found
SourceFiles\media\media_clip_ffmpeg.cpp(346): error C2039: 'codecpar': is not a member of 'AVStream'
D:\TBuild\Libraries\ffmpeg\libavformat/avformat.h(846): note: see declaration of 'AVStream'
SourceFiles\media\media_clip_ffmpeg.cpp(346): error C2227: left of '->sample_rate' must point to class/struct/union/generic type
media_clip_implementation.cpp3 succeeded, 1 failed
Configuration
Operating system :
Windows 10 x64
Version of Telegram Desktop :
AppVersion 10002 -
JavaFx MediaPlayer can't play my mp3 and m4a files
10 août 2018, par FreewindI record some .wav files from microphone, and convert it to mp3 and m4a files. These files can be played with my desktop player correctly.
Then in my JavaFX program, I play them as :
String fileUri = file.toURI().toString();
Media media = new Media(fileUri);
MediaPlayer mediaPlayer = new MediaPlayer(media);
mediaPlayer.play();But there is no sound, and no errors.
I use
ffmpeg
to view them :ffmpeg -i demo.m4a
Input #0, aac, from 'demo.m4a':
Duration: 00:00:54.00, bitrate: 132 kb/s
Stream #0:0: Audio: aac (LC), 44100 Hz, stereo, fltp, 132 kb/sffmpeg -i hello.mp3
Input #0, mp3, from 'hello.mp3':
Metadata:
encoder : Lavf57.83.100
Duration: 00:00:01.12, start: 0.069063, bitrate: 49 kb/s
Stream #0:0: Audio: mp3, 16000 Hz, stereo, s16p, 48 kb/sNot sure where is wrong.