
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (78)
-
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.
Sur d’autres sites (5001)
-
I want to reduce video file size but still have a good video quality, how should I write the code using ffmpeg ?
9 décembre 2019, par Inibuat MaengameFirst of all, I’ve downloaded some videos to watch, and each file has more than 500MB file size. But due to the vast amount of videos I have at the moment, my 3 external hard drives are crying.
Up till today, I’ve been using BENCOS to reduce the size...
I always set the preset to very slow, codec h264, profile : high, and the mode is (probably) fixed bitrate on 736kbps.
With those settings,
I was able to reduce the size from 400-600MB into 100-110MB with acceptable video quality.
But, since BENCOS has stopped its service since ages ago, I’ve been trying FFmpeg lately.Using those same settings, -crf 22, -preset veryslow, profile:high, the file size doesn’t really reduce that much... from 500MB to 200MB-ish with a much lower video quality compared to BENCOS.
How are you guys able to reduce the file size by a huge margin compared to the original but still retain the quality using FFmpeg..?
what commands I should put into the FFmpeg to get a result as good as BENCOS..?Thanks in advance...
-
Restrict FFmpeg/FFserver stream to logged user
11 juillet 2018, par Homero BonominiI have a live feed setup with FFmpeg streaming audio/video from a webcam through a FFserver. Also, I have a Apache server running a website with a login page, all on the same machine.
The question is : how can I protect this live stream over a user authentication, so that my camera doesn’t go public ?
The goal is to provide the resource over
http://myexternalip/camera-for-auth-user
, for example. The login routes are working fine, but anyone with the stream link (e.g.http://myexternalip:1099/camera.webm
) can watch the stream.In the website adding a video element with a local reference, after a user authentication :
<video controls="controls">
</video>obviously fails, since the remote client tries to access the resource on itself. However, I think some sort of local redirect, or maybe don’t use FFServer at all, would meet my needs, but I couldn’t manage to find out how.
-
Remove black bars from DV video using ffmpeg [closed]
2 juillet 2020, par AustinMaxi1750I have copied all my Panasonic DV videos (PAL) from the 1990s to my PC as 'dv avi' using Windows movie maker in the original quality (approx 13GB per hour of video).


At the time the recordings were made I set the Panasonic camera to 16:9. However searching various forums indicates it was an illusion of 16:9 and black bars were superimposed on the 4:3 picture to give a cinematic feel. I have read also that the DV pixels are not square.


As a result all my 16:9 recordings have black bars at the top and bottom when viewed on a 16:9 monitor. The file properties are as follows :


Frame width : 720
Frame height : 576


Is there a code in ffmpeg to remove the black bars ?


I attach an example of what I have :
image with black bars


and an example of what I want to achieve :
image without black bars


I also want to convert the format without loss of quality so I can watch the videos without the black bars on a modern smart TV. My TV cannot play back DV AVI.