
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (95)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
Sur d’autres sites (4461)
-
phplondon conference 2008
To summarize it : I had fun
My conference preparations started about two weeks before the conference. The PHPLondon fellows (Paul, Matt and Richard) asked me to do a small presentation about Imagick at the pre-conference social event. The presentation I assembled ended up being a little over two hours, give or take. The hardest part was to trim down from two hours to about 40 minutes (I didn’t want to bore the people with too many code examples). The slides are available at http://valokuva.org/talks if you need them for some reason.
My conference day was pretty hectic from the beginning to the end. I gave a few demos about the products that we represent and the moment I opened my mouth for the first time people started leaving the room. I hope that it had something to do with the “My Framework is better than yours ?” talk starting at the same time
I met quite a lot of new people at the conference and of course it was nice to see the familiar faces from other conferences and PHPLondon meetings. I was especially happy that I was able to answer the questions Nigel James had
A huge thanks to the organizers for making this day possible !
-
phplondon conference 2008
To summarize it : I had fun
My conference preparations started about two weeks before the conference. The PHPLondon fellows (Paul, Matt and Richard) asked me to do a small presentation about Imagick at the pre-conference social event. The presentation I assembled ended up being a little over two hours, give or take. The hardest part was to trim down from two hours to about 40 minutes (I didn’t want to bore the people with too many code examples). The slides are available at http://valokuva.org/talks if you need them for some reason.
My conference day was pretty hectic from the beginning to the end. I gave a few demos about the products that we represent and the moment I opened my mouth for the first time people started leaving the room. I hope that it had something to do with the “My Framework is better than yours ?” talk starting at the same time
I met quite a lot of new people at the conference and of course it was nice to see the familiar faces from other conferences and PHPLondon meetings. I was especially happy that I was able to answer the questions Nigel James had
A huge thanks to the organizers for making this day possible !
-
Video recorded with ffmpeg not showing up at all in android (Oneplus 7T)
15 juin 2021, par ppengyI'm trying to render a video using a program called "danser", which uses ffmpeg. The video comes out fine, but when I transfer the video to my phone to upload to a social media platform, the phone does not see the video at all. I've used USB and Google Drive to transfer videos. Videos uploaded to Discord show up fine, which I assume is because of compression. I can't use discord to transfer because the video is over 100MB limit. I've also tested it on BlueStacks and it doesn't show up either.


Running ffmpeg with options: [-y -f rawvideo -vcodec rawvideo -s 1920x1080 -pix_fmt rgb24 -r 60 -i - -vf vflip -profile:v high -preset slow -an -vcodec h264_nvenc -color_range 1 -colorspace 1 -color_trc 1 -color_primaries 1 -movflags +write_colr -pix_fmt yuv420p -rc constqp -qp 18 videos\420eb0fce66c010c71553949ac611eeb.mp4]



Is there anything i can change here that allows for better compatibility ? I can share some video examples too if you request.


"Recording": {
 "FrameWidth": 1920,
 "FrameHeight": 1080,
 "FPS": 60,
 "Encoder": "h264_nvenc",
 "EncoderOptions": "-rc constqp -qp 18",
 "Profile": "high",
 "Preset": "slow",
 "PixelFormat": "yuv420p",
 "Filters": "",
 "AudioCodec": "aac",
 "AudioBitrate": "128k",
 "AudioFilters": "",
 "OutputDir": "videos",
 "Container": "mp4",
 "MotionBlur": {
 "Enabled": true,
 "OversampleMultiplier": 16,
 "BlendFrames": 24,
 "BlendWeights": {
 "UseManualWeights": false,
 "ManualWeights": "1 1.7 2.1 4.1 5",
 "AutoWeightsID": 27,
 "GaussWeightsMult": 1.5
 }
 }
 }
}