
Recherche avancée
Autres articles (75)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (10405)
-
ffmpeg custom buffer sink filter
25 novembre 2018, par NadavRubEnvironment
- Ubuntu 18.04
- C++
- ffmpeg 3.4 (git master)
- ffmpeg is used as a shared lib (InProc) via the C++ API
Use-case
- Per this link I am trying to use the ’avfilter_graph_*’ APIs to create ffmpeg graph
- I would like the graph output to be sent out to my custom code ( part of the hosting application )
Considered implementations
- [A] Implement a custom sink filter ( part of libavfilter ) to implement my custom logic
- [B] Implement a custom sink filter to grab the output samples and send them out to my application ( something similar to DShow SampleGrabber )
Problem at hand
With either of the above mentioned approaches the ffmpeg code has to be modified, and this impose an overhead in supporting future ffmpeg releases
I wonder if there is any straight forward approach for an external ( hosting ) application to grab the graph output w/ minimal copying of the payload.
Is there any way to use a custom AVIOContext to achieve that ? can I construct a graph connected to an output AVIOContext ? can I create a custom filter implemented in a module external to libavfilter and associate it w/ the graph using ’AVFilterContext’ ?
-
Cutting out a part of a video in ffmpeg creates a corrupted output file
30 octobre 2020, par lagmoellertimI currently have a problem with ffmpeg. I'm trying to cut out a part of a video (e.g. from 00:10:00 to 00:10:30).


I use this command
ffmpeg -ss 600 -to 630 -i not_working.mp4 not_working_part.mp4
.

I tried reencoding the video, but it is still corrupted (only first few frames working, video is multiple hours long but jumps to end if you try to skip).


I use the
-ss
and the-to
parameter before the-i
parameter because it is much faster I want to cut out a part that is e.g. right at the end of the video. Moving the-i
parameter infront of the other args solves the problem, but the performance is really bad for cutouts late in the video. For many other of my videos, both methods work without a problem.

Here is some metadata about the video from ffmpeg :


Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'media\not_working.mp4':
 Metadata:
 major_brand : mp42
 minor_version : 0
 compatible_brands: isommp42
 creation_time : 2020-09-22T06:20:53.000000Z
 Duration: 03:03:40.04, start: 0.000000, bitrate: 537 kb/s
 Chapter #0:0: start 0.000000, end 204.120000
 Metadata:
 title : Recording Started
 Chapter #0:1: start 204.120000, end 2045.200000
 Metadata:
 title : Sharing Started
 Chapter #0:2: start 2045.200000, end 2056.880000
 Metadata:
 title : Sharing Stopped
 Chapter #0:3: start 2056.880000, end 4018.280000
 Metadata:
 title : Sharing Started
 Chapter #0:4: start 4018.280000, end 4024.760000
 Metadata:
 title : Sharing Stopped
 Chapter #0:5: start 4024.760000, end 4096.000000
 Metadata:
 title : Sharing Started
 Chapter #0:6: start 4096.000000, end 4101.800000
 Metadata:
 title : Sharing Stopped
 Chapter #0:7: start 4101.800000, end 4481.920000
 Metadata:
 title : Sharing Started
 Chapter #0:8: start 4481.920000, end 4624.480000
 Metadata:
 title : Sharing Stopped
 Chapter #0:9: start 4624.480000, end 6902.000000
 Metadata:
 title : Sharing Started
 Chapter #0:10: start 6902.000000, end 6906.760000
 Metadata:
 title : Sharing Stopped
 Chapter #0:11: start 6906.760000, end 6922.880000
 Metadata:
 title : Sharing Started
 Chapter #0:12: start 6922.880000, end 6936.800000
 Metadata:
 title : Sharing Stopped
 Chapter #0:13: start 6936.800000, end 9140.840000
 Metadata:
 title : Sharing Started
 Chapter #0:14: start 9140.840000, end 9145.680000
 Metadata:
 title : Sharing Stopped
 Chapter #0:15: start 9145.680000, end 9297.600000
 Metadata:
 title : Sharing Started
 Chapter #0:16: start 9297.600000, end 9306.040000
 Metadata:
 title : Sharing Stopped
 Chapter #0:17: start 9306.040000, end 9572.480000
 Metadata:
 title : Sharing Started
 Chapter #0:18: start 9572.480000, end 9620.680000
 Metadata:
 title : Sharing Stopped
 Chapter #0:19: start 9620.680000, end 10020.760000
 Metadata:
 title : Sharing Started
 Chapter #0:20: start 10020.760000, end 10085.480000
 Metadata:
 title : Sharing Stopped
 Chapter #0:21: start 10085.480000, end 10781.920000
 Metadata:
 title : Sharing Started
 Chapter #0:22: start 10781.920000, end 11020.040000
 Metadata:
 title : Sharing Stopped
 Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 32000 Hz, mono, fltp, 53 kb/s (default)
 Metadata:
 creation_time : 2020-09-22T06:20:53.000000Z
 handler_name : AAC audio
 Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 481 kb/s, 25 fps, 25 tbr, 30k tbn, 60k tbc (default)
 Metadata:
 creation_time : 2020-09-22T06:20:53.000000Z
 handler_name : H.264/AVC video
 encoder : AVC Coding
 Stream #0:2(und): Data: bin_data (text / 0x74786574)
 Metadata:
 creation_time : 2020-09-22T06:20:53.000000Z
 handler_name : Text



Here is a link to the -report log file from ffmpeg (on pastebin) : https://pastebin.com/i9ix3GsC


-
Error trying to stream multiple files - Invalid data found when processing input
14 avril 2020, par xybrekffmpeg -re -stream_loop -1 -i mylist.txt -f mpegts -vcodec copy -acodec copy http://localhost:8081/yoursecret



mylist.txt file contains :



file 'out001.ts'
file 'out002.ts'




up to out327.ts



Here's the output of the above command :



ffmpeg version git-2020-04-03-52523b6 Copyright (c) 2000-2020 the FFmpeg developers
 built with gcc 9.3.1 (GCC) 20200328
 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-libsrt --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-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
 libavutil 56. 42.102 / 56. 42.102
 libavcodec 58. 77.101 / 58. 77.101
 libavformat 58. 42.100 / 58. 42.100
 libavdevice 58. 9.103 / 58. 9.103
 libavfilter 7. 77.101 / 7. 77.101
 libswscale 5. 6.101 / 5. 6.101
 libswresample 3. 6.100 / 3. 6.100
 libpostproc 55. 6.100 / 55. 6.100
mylist.txt: Invalid data found when processing input




However streaming individual files works :



ffmpeg -re -stream_loop -1 -i out001.ts -f mpegts -vcodec copy -acodec copy http://localhost:8081/yoursecret




I've also tried but also does not work :



ffmpeg -re -stream_loop -1 -i <(for %%i in (*.ts) do @echo file '%%i') -f mpegts -vcodec copy -acodec copy http://localhost:8081/yoursecret