
Recherche avancée
Autres articles (59)
-
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. -
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 (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (4037)
-
ffmpeg proress 4444 produce low quality output
3 mai 2017, par PanupatI have a bunch of HQ clips in Proress 4444 format with alpha I’m trying to scale down with ffmpeg. The output do produce the correct alpha, however the quality seems really bad. I’m curious if there’s something wrong with my command ?
ffmpeg.exe -i in.mov -vf scale=iw/2:-2 -c:v prores_ks -profile:v 4444 -pix_fmt yuva444p10le -alpha_bits 16 out2.mov
Above, output. Below, source.
I tried to add -colorspace bt709 -color_primaries bt709 -color_trc bt709 but seem to have no effect.
the log is here - https://docs.google.com/document/d/19TdJwwDp0QD00f_7XB8sBAYMUWUrn2moRuCC6r6rI0k/edit?usp=sharing
Any help appreciate, thanks !
-
Installing FFMPEG via WHM Terminal (VPS Server)
22 juillet 2020, par Alien JoeI apologize in advance if any necessary information is missing. Please don't hesitate to comment if I've made any noob mistakes.


What I'm trying to do is install FFMPEG on our VPS following the instructions here : https://stackposts.com/docs/detail/21747459/installating-ffmpeg


I am getting hung up after step 3 - all commands being executed from the Terminal linked inside of our WHM as the root user. I'm getting a permission denied error at step 4, and then errors on every step thereafter if I try to skip it.


I did notice in the course of trying to ad-hoc the install based on other tutorials that the ffmpeg-3.3.4 directory for some reason belongs to another user NOT root. I'm not sure what part of steps 1-3 would have caused this to happen. There may be something there.


I'm hoping someone has run into similar issues and can provide some direction. I've been at it all morning searching for ways to complete this install. I've checked the source file's site, I've reached out to my host, I've reached out to the software support, and I'm reaching out here.


I've accomplished the FFMPEG file downloads - how to I proceed with install ?


-
Java IO Streaming Large Files Video/Data/Sound [on hold]
2 mars 2015, par James RelicI have a series of questions listed below regarding java.io streaming and sockets.
-
What is a video streaming server ? How does it differ from a standard web server.
-
Remember Napster/Morpheus etc ? They’re P2P programs, did they allow users to stream data to each other ? Is there a difference between streaming and downloading (on the clients end) ?
-
How would you go about writing a generic program in java that streams anything to the client , word docs, mp3 files, videos files ? Would you use serverlets for this purpose ?
-
If all you are doing is sending files video/sound/docs/text etc from one computer to another would you need to use specialist APIs like FFMPEG-Java, Red5 ?
-
if you are sending video or sound as a file supposedly you don’t need to worry about encoding or decoding ?
-
Do I need to worry about RTSP if im streaming videos as a file ? Rather then wanting them to play live on the client end ?
I understand my questions sound very untechnical and basic, but I’m a little confused on this whole streaming topic and want to know the best way to stream large files of all types using the Java EE/Spring platform.
-