
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (106)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (13829)
-
How to stream (udp) a series of tiff images using ffmpeg
20 avril 2020, par Michael CareyI have written a program that receives images from a camera and then packages the images into a basic tiff format. Then I broadcast the tiff image out on UDP on localhost port 8999.



I then run ffmpeg (on Windows 10) from a command line as follows :



ffmpeg -i udp://127.0.0.1:8999 -preset ultrafast -vcodec libx264 -tune zerolatency -f mpegts udp://127.0.0.1:9000




The idea with the above command is to receive the tiff images from my program, convert them into mpeg, and to then rebroadcast it out on a different port. (once I prove this, I may clip and compress the image as well)



Finally, I open another command window and run ffPlay as follows so that I may see my output :



ffplay udp://127.0.0.1:9000




My output from the ffmpeg command is here :



ffmpeg -i udp://127.0.0.1:8999 -preset ultrafast -vcodec libx264 -tune zerolatency -f mpegts udp://127.0.0.1:9000
ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
 built with gcc 9.2.1 (GCC) 20200122
 configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
 libavutil 56. 31.100 / 56. 31.100
 libavcodec 58. 54.100 / 58. 54.100
 libavformat 58. 29.100 / 58. 29.100
 libavdevice 58. 8.100 / 58. 8.100
 libavfilter 7. 57.100 / 7. 57.100
 libswscale 5. 5.100 / 5. 5.100
 libswresample 3. 5.100 / 3. 5.100
 libpostproc 55. 5.100 / 55. 5.100
[tiff_pipe @ 0000021ebbe2d280] Could not find codec parameters for stream 0 (Video: tiff, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, tiff_pipe, from 'udp://127.0.0.1:8999':
 Duration: N/A, bitrate: N/A
 Stream #0:0: Video: tiff, none, 25 tbr, 25 tbn, 25 tbc
Output #0, mpegts, to 'udp://127.0.0.1:9000':
Output file #0 does not contain any stream



-
I cant install ffmpeg binary driver on my laravel project
6 janvier 2020, par oshakabI am trying to install ffmpeg binary on my laravel application but I am getting this error. Could not find a matching version of package php-ffmpeg/binary-driver. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (dev). I am using laravel 6.4.1
My composer.json
{
"require": {
"pawlox/video-thumbnail": "^1.0",
"lakshmaji/thumbnail": "^1.4",
"pion/laravel-chunk-upload": "^1.3",
"pbmedia/laravel-ffmpeg": "^5.0"
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/PHP-FFMpeg/BinaryDriver.git"
}]
}composer require php-ffmpeg/binary-driver=dev-master
Any Solutions. Thanks -
tiff series to mp4 using ffmpeg
11 avril 2018, par Learning from mastersI have a big tiff file which contains several (1000) images inside. How can I convert this file into a mp4 video ?
I tried :
ffmpeg -i test.tiff test.mp4
but it gives me :ffmpeg version N-82966-g6993bb4 Copyright (c) 2000-2016 the FFmpeg
developers built with gcc 5.4.0 (GCC) configuration : —enable-gpl
—enable-version3 —enable-dxva2 —enable-libmfx -
-enable-nvenc —enable-avisynth —enable-bzlib —enable-fontconfig —enable-frei 0r —enable-gnutls —enable-iconv —enable-libass —enable-libbluray —enable-li bbs2b —enable-libcaca —enable-libfreetype —enable-libgme —enable-libgsm —en able-libilbc —enable-libmodplug —enable-libmp3lame —enable-libopencore-amrnb
—enable-libopencore-amrwb —enable-libopenh264 —enable-libopenjpeg —enable-li bopus —enable-librtmp —enable-libsnappy —enable-libsoxr —enable-libspeex —e nable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvo-amrwbenc
—enable-libvorbis —enable-libvpx —enable-libwavpack —enable-libwebp —enable
-libx264 —enable-libx265 —enable-libxavs —enable-libxvid —enable-libzimg —e nable-lzma —enable-decklink —enable-zlib libavutil 55. 43.100 / 55. 43.100 libavcodec 57. 70.100 /
57. 70.100 libavformat 57. 61.100 / 57. 61.100 libavdevice 57. 2.100 / 57. 2.100 libavfilter 6. 68.100 / 6. 68.100 libswscale 4. 3.101 / 4. 3.101 libswresample 2. 4.100 /
2. 4.100 libpostproc 54. 2.100 / 54. 2.100 [tiff_pipe @ 000000000042a6e0] Stream #0 : not enough frames to estimate rate ; co
nsider increasing probesize [tiff_pipe @ 000000000042a6e0] decoding
for stream 0 failed [tiff_pipe @ 000000000042a6e0] Could not find
codec parameters for stream 0 (Vid eo : tiff, none) : unspecified size
Consider increasing the value for the ’analyzeduration’ and
’probesize’ options Input #0, tiff_pipe, from ’test.tiff’ : Duration :
N/A, bitrate : N/A
Stream #0:0 : Video : tiff, none, 25 tbr, 25 tbn, 25 tbc [buffer @ 0000000000454460] Unable to parse option value "0x0" as image size
[buffer @ 0000000000454460] Unable to parse option value "-1" as pixel
format [buffer @ 0000000000454460] Unable to parse option value "0x0"
as image size [buffer @ 0000000000454460] Error setting option
video_size to value 0x0. [graph 0 input from stream 0:0 @
0000000000454340] Error applying options to the filter. Error opening
filters !