
Recherche avancée
Autres articles (91)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 (10189)
-
How to install avconv for youtube-dl
23 janvier 2016, par HashimUp till now, I’ve been using youtube-dl with
ffmpeg
. I’ve had a few problems doing so, which I posted about in another question, but for the most part, I managed to getffmpeg
set up without a hitch. After having problems converting certain file formats withffmpeg
, I was advised in that question to try and switch toavconv
to see whetherffmpeg
was indeed the problem, and basically help me troubleshoot, but despite trying for the last 3 hours, I’ve been unable to even getavconv
set up.So far, I’ve downloaded several of the releases for my Windows 7 x64 operating system from the libav website, each time copying the exact folder structure into the folder where my
youtube-dl.exe
is, and then making sure that location and thebin
folder is in the PATH environment variable. The folder structure looks like this :C:\Program Files (x86)\youtube-dl\usr\bin
, where bin contains avconv.exe and the rest of the files that it needs. Does anyone have any clue as to why this isn’t working for me ? It’s beyond me how something so critical to a program as popular as youtube-dl could be so hard and/or badly-documented to get set up.Thanks for any help in advance, it’s much appreciated.
EDIT : Something peculiar that I’ve noticed. When getting rid of all traces of
avconv
andffmpeg
, youtube-dl throws up the usual error of needing them to convert. But when just theavconv
folders are in the necessary places, youtube-dl recognises it asffmpeg
and starts processing the files as such. -
Streamin on youtube using ffmpeg
30 mars 2018, par vvvv2222I have successfully start streaming a video file on youtube from windows server using ffmpeg with this command
ffmpeg -re -i "file name" -codec copy -f flv rtmp://a.rtmp.youtube.com/live2/key
I want this video file to loop 24hours. And if there are any way to stream a complete folder.
-
FFMPEG : On Upload To Youtube The Video Starts At 0:06 (Shorter Than Original)
9 novembre 2013, par mashupI uploaded a video MP4 to Youtube which was created by FFMPEG
Unfortunately, all videos seem to be shorter than the original. I read all sorts of stuff about an moov atom and Youtube being unreliable, but I did not find the actual cause
MP4 is supposed to be the preferred file format :
https://support.google.com/youtube/answer/1722171?hl=enTHE FILZE : Less Than 1MB ! Original Length : 24 seconds, Once Uploaded : 18 seconds