
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (80)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (6046)
-
ffmpeg muxing overhead error when converting rtsp stream to hls
27 novembre 2019, par user3459943command :
ffmpeg -rtsp_transport tcp -i rtsp://username:password@cameraIP:554 -acodec copy -vcodec copy -hls_time 2 -hls_list_size 3 -f hls -hls_flags delete_segments+append_list ./rtsp.m3u8
Log :
[h264 @ 0x7fffe1acf040] error while decoding MB 61 39, bytestream -8
[h264 @ 0x7fffe1acf040] concealing 468 DC, 468 AC, 468 MV errors in I frame
[h264 @ 0x7fffe1acf040] Increasing reorder buffer to 1
Input #0, rtsp, from 'rtsp://username:password@cameraIP:554':
Metadata:
title : Media Presentation
Duration: N/A, start: 2.320000, bitrate: N/A
Stream #0:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 1280x720, 25 fps, 25 tbr, 90k tbn, 50 tbc
[hls @ 0x7fffe1aea9e0] Opening './rtsp2.ts' for writing
Output #0, hls, to './rtsp.m3u8':
Metadata:
title : Media Presentation
encoder : Lavf57.83.100
Stream #0:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 1280x720, q=2-31, 25 fps, 25 tbr, 90k tbn, 25 tbc
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
[hls @ 0x7fffe1aea9e0] Opening './rtsp.m3u8.tmp' for writing
frame= 27 fps=0.0 q=-1.0 Lsize=N/A time=00:00:00.76 bitrate=N/A speed=15.2x
video:626kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown -
FFMPEG CUDA Impossible to convert between the formats supported by the filter 'Parsed_null_0' and the filter 'auto_scale_0'
8 décembre 2022, par Devin DixonI am trying to convert an FFMPEG RTMP source, resize it, and pass it to another RTMP source. My command is as follows :


/usr/bin/ffmpeg -hide_banner -hwaccel cuda -hwaccel_output_format cuda -extra_hw_frames 8 -i rtmp://127.0.0.1:1935/live/xxxxxx -c:v libx264 -preset veryfast -maxrate 8000k -bufsize 8000k -g 60 -r 30 -s 640x360 -c:a aac -b:a 64k -f flv rtmp://127.0.0.1:1935/live/xxxxx_360



But I keep getting this error


Input #0, flv, from 'rtmp://127.0.0.1:1935/live/xxxxxxxx':
 Metadata:
 |RtmpSampleAccess: false
 Duration: N/A, start: 1461.149000, bitrate: N/A
 Stream #0:0: Audio: aac (LC), 44100 Hz, stereo, fltp
 Stream #0:1: Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 24.42 fps, 23.98 tbr, 1k tbn
Stream mapping:
 Stream #0:1 -> #0:0 (h264 (native) -> h264 (libx264))
 Stream #0:0 -> #0:1 (aac (native) -> aac (native))
Press [q] to stop, [?] for help
Impossible to convert between the formats supported by the filter 'Parsed_null_0' and the filter 'auto_scale_0'
Error reinitializing filters!
Failed to inject frame into filter network: Function not implemented
Error while processing the decoded data for stream #0:1
[aac @ 0x56096f201540] Qavg: 1955.047
[aac @ 0x56096f201540] 2 frames left in the queue on closing
Conversion failed!



Any guidance on the conversion error ?


-
Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1) while running android ffmpeg comand
10 février 2015, par Dinesh RajThere is no problem while running this code for first time,after opening the app.
String path=Environment.getExternalStorageDirectory().toString();
final String[] complexCommand = {"-y","-r", "1/5" , "-i",path+"/slideshow/img%d.jpg","-acodec", "copy stream" ,path+"/Movies/vid.mp4"};log while running the ffmpeg command first time in android.
02-11 18:32:06.289: D/Videokit(13426): Opening an output file: /storage/sdcard0/Movies/2015_02_11_18_32_06.mp4.
02-11 18:32:06.299: D/Videokit(13426): Successfully opened the file.
02-11 18:32:06.389: I/Videokit(13426): Stream mapping:
02-11 18:32:06.389: I/Videokit(13426): Stream #0:0 -> #0:0
02-11 18:32:06.389: I/Videokit(13426): (mjpeg -> mpeg4)
02-11 18:32:06.389: I/Videokit(13426): Press [q] to stop, [?] for help
02-11 18:32:06.419: V/Videokit(13426): No more output streams to write to, finishing.
02-11 18:32:06.419: I/Videokit(13426): frame= 1 fps=0.0 q=2.8 Lsize= 7kB time=00:00:02.00 bitrate= 30.5kbits/s
02-11 18:32:06.429: I/Videokit(13426): video:7kB audio:0kB subtitle:0 data:0 global headers:0kB muxing overhead 11.628588%
02-11 18:32:06.429: D/Videokit(13426): 1 frames successfully decoded, 0 decoding errors
02-11 18:32:06.429: I/Videokit(13426): Main ended with status 0But without closing the app , if i run this ffmpeg command second time getting this error, after opening an output file
Opening an output file: /storage/sdcard0/Movies/2015_02_11_18_35_29.mp4.
Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 13741 (v.env.slideshow)