
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (106)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (12864)
-
ffmpeg : Non-monotonous DTS in output stream 0:01 ; previous : 82169645, current : 821669465. This may result in incorrect timestamps in the output file
4 juin 2022, par ajeje989hi i try to restream one live streaming but then 15h / 22h i have this error.


Non-monotonous DTS in output stream 0:01 ; previous : 82169645, current : 821669465. This may result in incorrect timestamps in the output file.


How to fix this ? i not try nothing for fix.


this is my script :


# ! /bin/bash


PRESET="ultrafast" # ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow, placebo
SOURCE="https://link-input.m3u8"
OUT_URL="rtmp ://rtmp-outoput"


ffmpeg

-re -i "$SOURCE" -vcodec libx264 -preset $PRESET -maxrate 4000k -b:v 2500k

-bufsize 600k -pix_fmt yuv420p -g 60 -c:a aac -b:a 160k -ac 2

-ar 44100 -f flv -s 1280x720 "$OUT_URL"

-
avcodec/imm4 : Unreference previous frame on frame size change
9 mars 2019, par Michael Niedermayeravcodec/imm4 : Unreference previous frame on frame size change
Fixes : Out of array access
Fixes : 13552/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IMM4_fuzzer-5767949648920576Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
doc/libav-merge : add a line about the previous skipped merge
20 février 2019, par James Almer