
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 (47)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (5174)
-
converting mp3 to ts with ffmpeg [closed]
29 janvier, par tamirgi have an mp3 of about 50 kb.
if i use ffmpeg to convert to ts :


ffmpeg -i sample.mp3 sample.ts



i end up getting a file of almost 200kb.


while if i use some online software which converts mp3 to ts (https://clideo.com/editor/?convertTo=TS for example), i get a file with similar size to the original mp3.


why does the ffmpeg conversion creates such a large file ? is it possible to reduce that ?


-
Is there any way to concatinate multiple video and audio streams with offset ?
17 avril 2019, par Demchenko OlegI am sory for my english, it is not my mother language. My issue related to ffmpeg concatenation of audio and video streams. There are multiple audio and video streams which were recorded by online chat. All of them have start and end time points. If user turned off a micro or camera then audio and video streams wouldn’t be matched. How can I align all streams in one time series ? Can I add some white noise to separate the two videos ? Similar with audio.
-
How to calulate PTS and DTS ? C++
27 janvier 2024, par kodomaI have a mkv file where I want to extract the video stream. While extracting, I got the "... non monotonically increasing dts to muxer ..." Warning/Error. I have tried multiple solutions that I found online, but I could never get the timing to be right.


This is the beginning of the video stream :


DTS: 0 PTS: 0 Duration: 41 
DTS: 375 PTS: 375 Duration: 41 
DTS: 209 PTS: 209 Duration: 41 
DTS: 42 PTS: 42 Duration: 41 
DTS: 83 PTS: 83 Duration: 41 
DTS: 125 PTS: 125 Duration: 41 



I also extracted the stream via the FFmpeg executable, and the extracted video file has the same DTS and PTS as the source.


So how do I calculate the DTS and PTS correctly ? If I don't change the timings, the video is the same length, but it is total garbage.