
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 (61)
-
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 (8026)
-
Revision 4788d4534c : Removing MODE_TEST_HIT_STATS. It seems nobody uses it now. Change-Id : Ided479c
30 avril 2014, par Dmitry KovalevChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Modify /vp9/encoder/vp9_rdopt.c
Removing MODE_TEST_HIT_STATS.It seems nobody uses it now.
Change-Id : Ided479cb7f5023559efc8f102ecead43884f4441
-
Revision 3c94fffdb0 : Removing redundant call to set_mi_row_col. This function is actually called fro
13 juillet 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/decoder/vp9_decodemv.c
Removing redundant call to set_mi_row_col.This function is actually called from set_offsets which is called right
before vp9_read_mode_info.Change-Id : Ibb9d5ad606194bc80eab264fad85b31c9dfd8f77
-
Playback drops frames or stutter on good hardware [closed]
30 décembre 2023, par LemonekI'm planning to use TDARR and tring to prevent any issues before with (re)encoding. And I have stumbled on issue with one TV Show - recently I have downloaded refreshed old show but playback stutters on TV or drops frames (few frames every few secs - so video plays nicely but suddenly few frames are dropeed and then for next few secs it playsnicely - no issues with sound)


I guess this particular video has some options which causes issues or I dont know but here are some facts I have gathered (ffprobe -v quiet -print_format json -show_format -show_streams) :


- 

- The TV is capable of playing FullHD HECV 10bit smoothly https://pastebin.com/0efSGjk9
- Original video stutters https://pastebin.com/vvLn8y4a
- Converted video (QSV) stutters (linux/ffmpeg https://pastebin.com/XbazLEft
Below cutout part of script parameters for converting - $FPS is supplied as without it ffmpeg does not create I Frames but that is not a problem here)








-hide_banner -y -init_hw_device qsv:hw \
 -hwaccel qsv -hwaccel_output_format qsv \
 -i "$FILENAME_BACK" \
 -map 0:v:0 -map 0:a:0 \
 -c:v hevc_qsv -preset slow -global_quality 22 -g $FPS\
 -c:a copy \
 -movflags faststart "$FILENAME_OUTPUT"



- 

- Converted video (NVENC) plays nicely (win/handbrake) https://pastebin.com/HbBNMZvT




In the end I wish I could create "safe" parameters list which I will supply to TDARR and not to worry about issues while converting videos.


Forgot to mention - Hardware on which Im planning to mass encode has Intel proc with QSV capabilities - I'm not planning to encode on NV.


If needed - I can provide any other information.