
Recherche avancée
Autres articles (103)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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. -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (6894)
-
ffmpeg fix audio of MP4 files
26 mai 2021, par John RobertsI have a few MP4 files that when I play on my computer it plays fine. However, if I put it on a usb and try to play on TV the audio is muted. I've tried a few different TVs and same problem. If I play it on my fire TV with vlc player then it works. So it makes me think the audio codec isn't supported. Is there a way using ffmpeg to quickly re-encode just the audio so it works with the TV ? I used the vlc convert tool and selected the YouTube HD profile and that works but it takes forever to encode as it's a 2hr long video


-
How to feed fragmented mp4 as input to ffmpeg ?
5 juin 2021, par hd312I have scenario where I need to process fragmented mp4 as input to ffmpeg. Is this supported ? If so, are there any options flags I need to use to achieve this.


-
Encoder/Decoder PCM to AMR Android
2 mars 2013, par SyredI've been looking for a while now for any java library that allows me to encode and decode a PCM-AMR audio stream that is sent through a TCP socket connection. Without having to use Android's JNI.
Is there anything that can help me ?
In the worst case scenario. How can I do it using any C++ library with JNI ? (any reference of how to use ffmpeg with JNI will be appreciated)
Hope you can help me.