
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 (79)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (11414)
-
ffmpeg dshow - Getting duplicate/dropped frames, I'm not doing anything [closed]
30 juin, par ENunnI'm messing around with recording my capture card with ffmpeg. No matter what I do I get duplicate and dropped frames.



I'm not even doing anything on my computer. Is there a fix for this at all ?
Here's my command.




ffmpeg -hide_banner -rtbufsize 2G -f dshow -video_size 2560x1440
-framerate 60.0002 -pix_fmt bgr24 -video_pin_name 0 -audio_pin_name 1 -i video="AVerMedia HD Capture GC573 1":audio="AVerMedia HD Capture GC573 1" -async 1 -rtbufsize 1M -f dshow -sample_rate 48000 -i
audio="Digital Audio (S/PDIF) (Sound Blaster X-Fi Xtreme Audio)" -map
0 -map 1 -colorspace:v "bt709" -color_primaries:v "bt709" -color_trc:v
"bt709" -color_range:v "tv" -c:v hevc_nvenc -pix_fmt yuv444p16le -gpu
any -g 30 -rc vbr -cq 16 -qmin 16 -qmax 16 -b:v 0K -b_ref_mode 1
-spatial_aq 1 -temporal_aq 1 -preset p7 -c:a copy -f segment -segment_time 9999999999 -strftime 1 "F :\ffmpeg recordings%%Y-%%m-%%d_%%H-%%M-%%S.mkv"




-
avcodec : add external enc libvvenc for H266/VVC
5 juin 2024, par Thomas Siedelavcodec : add external enc libvvenc for H266/VVC
Add external encoder VVenC for H266/VVC encoding.
Register new encoder libvvenc.
Add libvvenc to wrap the vvenc interface.
libvvenc implements encoder option : preset,qp,qpa,period,
passlogfile,stats,vvenc-params,level,tier.
Enable encoder by adding —enable-libvvenc in configure step.Co-authored-by : Christian Bartnik chris10317h5@gmail.com
Signed-off-by : Thomas Siedel <thomas.ff@spin-digital.com> -
avformat/mp4 : add muxer support for H266/VVC
30 janvier 2024, par Thomas Siedelavformat/mp4 : add muxer support for H266/VVC
Add muxer for vvcc byte stream format.
Add AV_CODEC_ID_VVC to ff_mp4_obj_type.
Add AV_CODEC_ID_VVC to ISO Media codec (VvcConfigurationBox vvi1,
vvc1 defined in ISO/IEC 14496-15:2021).
Add VvcConfigurationBox vvcC which extends FullBox type in
ISO/IEC 14496-15:2021.Tested with :
ffmpeg -i NovosobornayaSquare_1920x1080.mp4 -c:v libvvenc test.mp4 && ffmpeg -i test.mp4 -f null -
ffmpeg -i NovosobornayaSquare_1920x1080.mp4 -c:v copy test.mp4 && ffmpeg -i test.mp4 -f md5 -Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Thomas Siedel <thomas.ff@spin-digital.com>
Co-Authored-By : Nuo Mi <nuomi2021@gmail.com>