
Recherche avancée
Autres articles (53)
-
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. -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)
Sur d’autres sites (3620)
-
Revision 86bb6df005 : Fixed point reference picture scaling Fixed point scaling factors are calculate
10 juin 2013, par Tero RintaluomaChanged Paths :
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/encoder/vp9_rdopt.c
Fixed point reference picture scalingFixed point scaling factors are calculated once for each
reference frame by using integer division. Otherwise fixed point
scaling routines are used in all scaling calculations. This makes it
possible to calculate fixed point scaling factors on device driver
software and pass them to hardware and thus avoid division on hardware.TODO :
- Missing check for maximum frame dimensions
(currently scaling uses 14 bits)
- Missing check for maximum scaling ratio
(upscaling 16:1, downscaling 2:1)Problems :
- Straightforward fixed point implementation can cause error +-1
compared to integer division (i.e. in x_step_q4). Should only
be an issue for frames larger than 16k.Change-Id : I3cf4dabd610a4dc18da3bdb31ae244ebaf5d579c
-
Macroblock decoding in CUDA video decoding
22 octobre 2016, par mkreddyI am new to video processing. I am trying to analyze Cuda video Decoder.
Can anyone explain the decoding process in CUVID. The NVIDIA CUVID documentation has very little information regarding the decoding of slice and macro blocks.
- Is cuvidDecodePicture will split the picture into macro blocks/slices to decode the picture ?
- How entropy used in H.264 was handled in CUVID ?
- Why are the CUVIDPICPARAMS has two separate structures for mpeg4 and H.264 ?
- How to compare the process of video decoding in ffmpeg and CUVID ?
Thanks in advance.
-
how to specify the GPU to be used by nvenc in ffmpeg [on hold]
4 novembre 2016, par Gio kavlashviliI’m using ffmpeg for transcoding with nvenc and i have two nvidia Graphic Cards installed on my motherboard : GeForce GTX 690 and Tesla k-10. is there any codec specific parameters for nvnenc in ffmpeg to encode with any of these GPU which i want ?