
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (53)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (9206)
-
Is it possible to encode one yuv file to 3 h.264 files with different bitrates with one command ?
24 juillet 2012, par Richard KnopI have a YUV file. I need to encode it to H.264 but using three different bitrates. Is it possible to do it with one command so the yuv file does not need to be processed muttiple times ?
Here's what I do right now :
x264 -B 600 -o /path/to/output_first.264 /path/to/input.yuv
x264 -B 800 -o /path/to/output_second.264 /path/to/input.yuv
x264 -B 1000 -o /path/to/output_second.264 /path/to/input.yuvIs it possible to do it in one command to make it faster ? YUV file can be quite big so I don't want to extract it three times in a row. And all three encoding processes use the same input YUV file so I guess it should be possible.
-
How to pass encrypted command to ffmpeg from Windows 10 ?
25 juillet 2019, par gaamaaWhile we pass commandline to ffmpeg and run it from Windows, others could see those commandline from taskmanager.
Sometimes the url and password are secret which to be hidden from others.
How to overcome this ?I don’t know ffmpeg coders thought about it and done something for this already.
If I know C++ or relevant coding, I could add a custom decryption code block inside ffmpeg and use my encryption application to pass the encrypted command line.
I don’t even know how to compile ffmpeg because its a nightmare even for professionals. (Why so complicated steps to simple compilation of an exe ?)Usual command line :
ffmpeg -i MySource -codec:v h264_nvenc -s:v 1920x1080 -ac 2 -ar 48000 ... xyz ... -r 25 -f mpegts "udp://224.2.2.1:1234?pkt_size=1316"
My expected commad line line :
ffmpeg 8B8E108D96EBCA39415889F19E644D3EFA00D35941F383E28A5ED5 9D3A72CF8952C79AF2DA035949525C2D34ADDE5B9479217F5E739B0C515CE
20A1AE16120E22616 -
ffmpeg command have high cpu usage [closed]
24 juillet 2024, par HoppeI'm trying to use ffmpeg to record my screen but this command below is consuming 6% of the CPU.
It appears that VBR does not work and the video is not 60fps.


./ffmpeg.exe -f gdigrab -hwaccel cuda -hwaccel_output_format cuda -i title="Rocket League (64-bit, DX11, Cooked)" -c:v h264_nvenc -preset p7 -b:v 5000k -movflags +faststart 60fps.mp4