
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (112)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (13893)
-
changing default h264 profile
30 novembre 2013, par user2984969I need a video stream with main H264 profile. I try to encode it with such command :
`ffmpeg -f mjpeg -use_wallclock_as_timestamps 1 -i http://sourse/ -vcodec libx264 -profile:v main -vb 64k -preset veryfast -tune film -vsync 1 -f flv rtmp://ip_addres/rtmp/flow`
It's ok, but how can I set this profile for default ? Because when I don't put put "-profile:v main" option ffprobe show high profile.
-
Make ffplay leave video on GPU
6 février 2019, par tmlenIs there a way to use
ffplay
to decode a video on GPU (using theh264_cuvid
decoder, for example), and then show the output onscreen, without copying each frame to the host first ?I’m using the following command to launch
ffplay
decoding+playing a sequence ofh264
files on the GPU through CUVID :ffplay -v 64 -loop 0 -vcodec h264_cuvid video.mkv
It plays the video properly, but if I run the NVidia Profiler (
nvpp
), the timeline looks like this :It seems that it does the decoding on the GPU, but then copies the output to host memory (
Memcpy DtoH
) for each frame.Is it possible to have
ffplay
skip this step, and instead directly show the image on GPU using its graphics context ? -
ffmpeg get only audio Error parsing NAL unit [closed]
3 juin 2021, par smail saahello i am new here for first questions i have stream work with token this stream have multibitrate and auto quality


http://host:port/cam1@720 ?auto=1?token=123123123 this work perfect but only 576
but if we modifai stream to http://host:port/cam1@720?token=123123123 work only sound
and it work perfect in android only
in ffmpeg i get :


ffmpeg reponse


[hevc @ 0x3f0b840] Error parsing NAL unit #2. [hevc @ 0x3f0b840] PPS id out of range : 0 [mpegts @ 0x3efca80] decoding for stream 0 failed [mpegts @ 0x3efca80] Could not find codec parameters for stream 0 (Video : hevc (HEVC / 0x43564548), none) : unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mpegts, from 'http://host:port/cam1@720?token=123123123' : Duration : N/A, start : 23229.541289, bitrate : N/A Program 1 Stream #0:0[0x100] : Video : hevc (HEVC / 0x43564548), none, 25 tbr, 90k tbn, 90k tbc Stream #0:10x101 : Audio : aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 100 kb/s Stream mapping : Stream #0:0 -> #0:0 (hevc (native) -> hevc (libx265)) Stream #0:1 -> #0:1 (aac (native) -> pcm_mulaw (native)) Press [q] to stop, [?] for help [hevc @ 0x3f062c0] PPS id out of range : 0 [hevc @ 0x3f062c0] Error parsing NAL unit #2.


thanks for answer and help