[FFmpeg-user] NVENC regressions in FFmpeg 7: More than 1000 frames duplicated

2024-05-09 Thread Dennis Mungai
Hello, Testing the various NVENC wrappers, specifically hevc_nvenc in FFmpeg 7 results in the spurious warning above Sample command: ffmpeg -threads:v 1 -hwaccel nvdec -hwaccel_output_format cuda -init_hw_device cuda=cuda:0 -filter_hw_device cuda -extra_hw_frames 3 -nostdin -ignore_unknown

Re: [FFmpeg-user] A53 Captions Garbled If Frame Duplication Occurs

2024-05-07 Thread Dennis Mungai
On Tue, 7 May 2024 at 18:21, Devin Heitmueller < devin.heitmuel...@ltnglobal.com> wrote: > Hi Shane, > > On Fri, May 3, 2024 at 5:48 PM Shane Warren wrote: > > > > I ingest some multicast video that has a53 captions embedded in h264 > video, the video claims to have a framerate of 29.97 but it

Re: [FFmpeg-user] Initialising hardware device fails with error -17

2024-04-22 Thread Dennis Mungai
On Mon, 22 Apr 2024, 18:25 Martin Stenzel via ffmpeg-user, < ffmpeg-user@ffmpeg.org> wrote: > > Hi, > > yes, I did so, but it did not help, see here > > vainfo > Trying display: wayland > Trying display: x11 > libva info: VA-API version 1.20.0 > libva info: Trying to open

Re: [FFmpeg-user] QUESTION ABOUT VIDEO CODECS : LIBX264 vs LIBX265

2024-03-31 Thread Dennis Mungai
On Sun, 31 Mar 2024 at 19:15, Hervé ANSELME < hervea95-at-hotmail@ffmpeg.org> wrote: > Hi all, > > I have a question about re-encoding a source video having libx264 video > codec. > > Is there any advantage(s) to re-encode with the libx265, which is supposed > to give better result than

Re: [FFmpeg-user] How to use libplacebo with FFmpeg?

2024-03-26 Thread Dennis Mungai
On Wed, 27 Mar 2024 at 01:49, Hartman Tam wrote: > On 26/03/2024 22:19, Dennis Mungai wrote: > > You can start with > > > > ffmpeg -h filter=libplacebo > > > > Google's first result on a usable example demonstrating upscaling with > this > > filter:ht

Re: [FFmpeg-user] How to use libplacebo with FFmpeg?

2024-03-26 Thread Dennis Mungai
On Wed, 27 Mar 2024 at 01:07, Hartman Tam wrote: > Hello all, > > As subject. I found out libplacebo is enabled on FFmpeg but I couldn't > find any documentation associated with it. Can anyone guide me on how to > use it? I want to upscale some old video I got using GLSL shaders. > > Thanks, >

Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC

2024-02-27 Thread Dennis Mungai
On Tue, 27 Feb 2024 at 21:08, Hervé ANSELME < hervea95-at-hotmail@ffmpeg.org> wrote: > Hello, > > I have an issue using ffmpeg, release 6.1, running on OS windows 11 > family, with the libx265 codec : in the final film ( the re-encoded one ) > there is sound but no image, no video. > > As I'm

Re: [FFmpeg-user] [FFmpeg-devel] FFmpeg's HLS muxer's deprecation of the hls_wrap option

2024-01-22 Thread Dennis Mungai
On Mon, 22 Jan 2024 at 13:10, Steven Liu wrote: > Dennis Mungai 于2024年1月21日周日 00:42写道: > > > > > > Perfect, and thanks for considering a revert of this deprecated feature. > > Hi Dennis, > > Need more talk, Why don't try to use hls_flags > +delete_segments+

Re: [FFmpeg-user] [FFmpeg-devel] FFmpeg's HLS muxer's deprecation of the hls_wrap option

2024-01-20 Thread Dennis Mungai
On Sat, 20 Jan 2024 at 18:42, Steven Liu wrote: > Dennis Mungai 于2024年1月20日 周六23:15写道: > > > On Sat, 20 Jan 2024, 6:09 pm Steven Liu, > wrote: > > > > > Dennis Mungai 于2024年1月20日 周六21:02写道: > > > > > > > Hello, > > > > > &g

Re: [FFmpeg-user] [FFmpeg-devel] FFmpeg's HLS muxer's deprecation of the hls_wrap option

2024-01-20 Thread Dennis Mungai
On Sat, 20 Jan 2024, 6:09 pm Steven Liu, wrote: > Dennis Mungai 于2024年1月20日 周六21:02写道: > > > Hello, > > > > Is there a valid technical reason as to why FFmpeg's HLS muxer dropped > the > > hls_wrap option? > > > eg. three player playing the list and eve

[FFmpeg-user] FFmpeg's HLS muxer's deprecation of the hls_wrap option

2024-01-20 Thread Dennis Mungai
Hello, Is there a valid technical reason as to why FFmpeg's HLS muxer dropped the hls_wrap option? There are many cases where the hls_wrap option remains critical so as to preserve the set of output file names without increments. This deprecation breaks that. For now, this behavior can be worked

Re: [FFmpeg-user] Intel QSV and xstack_qsv: Error while filtering: Internal bug, should not have happened

2023-12-27 Thread Dennis Mungai
back to me if you need anything else I can help with. > > ____________ > > From: ffmpeg-user on behalf of Dennis > Mungai > > > > Sent: Wednesday, December 27, 2023 11:38 AM > > To: FFmpeg user questions > > Cc: Haihao ; > > artem.ga...@

Re: [FFmpeg-user] Intel QSV and xstack_qsv: Error while filtering: Internal bug, should not have happened

2023-12-27 Thread Dennis Mungai
On Wed, 27 Dec 2023 at 18:40, Shane Warren wrote: > > I'm testing out an Intel Flex 140 card and I am attempting to transcode 4 > inputs to 1 output using the xstack_qsv filter. My command takes in 4 udp > multicast ts files (h264 encoded) and outputs one h264_qsv encoded udp > transport

Re: [FFmpeg-user] FFmpeg's H264 and HEVC QSV encoder wrappers not obeying the set GOP size parameter value via -g:v

2023-12-17 Thread Dennis Mungai
On Mon, 18 Dec 2023 at 02:23, Dennis Mungai wrote: > On Mon, 18 Dec 2023 at 00:55, Dennis Mungai wrote: > >> Hello there, >> >> As tested with FFmpeg 6.1 and git tip master, FFmpeg's H.264 and HEVC QSV >> encoder wrappers, ie h264_qsv and hevc_qsv are not acceptin

Re: [FFmpeg-user] FFmpeg's H264 and HEVC QSV encoder wrappers not obeying the set GOP size parameter value via -g:v

2023-12-17 Thread Dennis Mungai
On Mon, 18 Dec 2023 at 00:55, Dennis Mungai wrote: > Hello there, > > As tested with FFmpeg 6.1 and git tip master, FFmpeg's H.264 and HEVC QSV > encoder wrappers, ie h264_qsv and hevc_qsv are not accepting the configured > GOP size(s) set via the generic option -g:v. > &

[FFmpeg-user] On pic_timing SEI timecodes in ffmpeg's libx264

2023-11-10 Thread Dennis Mungai
Hello there, Does libx264 in ffmpeg implement embedding pic_timing SEI timecodes? Following up on a query on StackOverflow related to AWS MediaLive not picking up on the timecodes on output when libx264 is used.

Re: [FFmpeg-user] question about opencl use in decoders/encoders

2023-11-07 Thread Dennis Mungai
On Tue, 7 Nov 2023 at 00:55, Andrew Randrianasulu wrote: > FFmpeg today support some opencl filters (but I was unable to use them > freely in Cinelerra-gg probably because they require not just > initialization of hw device but also manual up and download of data ...) > > but I wonder if same

[FFmpeg-user] s12m timestamps support in libx264

2023-10-26 Thread Dennis Mungai
Hello there, A quick glance at FFmpeg's main landing page https://www.ffmpeg.org/ confirms that S12M timecode decoding in h264is implemented, and that to some extent, the NVENC encoder wrappers support it. Is the same currently supported/implemented in libx264? -Dennis.

Re: [FFmpeg-user] HDR bt.2020 to SDR bt.709 conversion

2023-10-22 Thread Dennis Mungai
On Sun, 22 Oct 2023, 13:02 pehache, wrote: > > Le 22/10/2023 à 01:20, Dennis Mungai a écrit : > > > Please provide a sample of the input file and uncut output of the ffmpeg > > command line in use. > > > > Here is a 60 sec. piece of the input video, extracted wit

Re: [FFmpeg-user] HDR bt.2020 to SDR bt.709 conversion

2023-10-21 Thread Dennis Mungai
On Sun, 22 Oct 2023 at 00:39, pehache wrote: > > Hello, > > I have trouble converting a 4K HDR video into a HD SDR one. Basically it > plays much too dark and reddish in VLC (on macOS). The ffprobe output is > this video is at the bottom of the post > > I first tried applying a curve filter to

Re: [FFmpeg-user] Converting BT2020 HVEC Videos to H.264 without Color Washout

2023-10-21 Thread Dennis Mungai
On Sat, 21 Oct 2023 at 22:34, pehache wrote: > Le 26/03/2021 à 00:55, Craig L. a écrit : > > Sorry. I don't think I responded to this correctly before. > > > > > > I think I tried exactly that based upon this stackoverflow question: > > > > >

Re: [FFmpeg-user] How to extend this page about screen recording

2023-10-16 Thread Dennis Mungai
On Mon, 16 Oct 2023, 14:53 Ulf Zibis, wrote: > > Am 12.10.23 um 11:51 schrieb Cecil Westerhof via ffmpeg-user: > > I just found this: > > https://trac.ffmpeg.org/wiki/Capture/Desktop > > > > Very interesting indeed. > > > > I have two monitors. I could write something about how to use this

Re: [FFmpeg-user] How do you keep all video metadata when transcoding using ffmpeg?

2023-10-13 Thread Dennis Mungai
On Thu, 12 Oct 2023, 22:18 William C Bonner, wrote: > In my experience, adding a -map 0 option makes copying all the extra stuff > more likely. This was my command to compress a DVD I'd ripped to an MKV > file, converting the video to h.264 but copying all of the other tracks and > details. > >

Re: [FFmpeg-user] av1_vaapi encoding testing

2023-09-22 Thread Dennis Mungai
On Fri, 22 Sept 2023, 19:26 Patrick M., wrote: > On Fri, 22 Sep 2023 16:12:14 +0300 > Dennis Mungai wrote: > > > > > > Is your Libva version up to date? > > > > > > > ___ > > ffmpeg-user mailing lis

Re: [FFmpeg-user] av1_vaapi encoding testing

2023-09-22 Thread Dennis Mungai
On Fri, 22 Sept 2023, 15:28 Patrick Münch, wrote: > Hi, > > I wanted to test av1 vaapi encoding. If i am not mistaken this series > should be in git and cover that > (https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=9672). > > I have build from git yesterday and don't get av1_vaapi

Re: [FFmpeg-user] Error while compiling cuda enabled ffmpeg in Ubuntu 22.04

2023-03-13 Thread Dennis Mungai
On Mon, 13 Mar 2023, 15:22 Ravi Joshi via ffmpeg-user, < ffmpeg-user@ffmpeg.org> wrote: > Thanks a lot. > > It worked like a charm! > > - > Thanks > > > On Monday, 13 March, 2023 at 12:38:42 am GMT+9, Dennis Mungai < > dmng...@gmail.com> wrote: > >

Re: [FFmpeg-user] Error while compiling cuda enabled ffmpeg in Ubuntu 22.04

2023-03-12 Thread Dennis Mungai
On Sun, 12 Mar 2023 at 17:58, Ravi Joshi via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hello everyone, > > Thank you for allowing me to join this mailing list and post here. I am > compiling cuda support for ffmpeg in Ubuntu 22.04 OS. Unfortunately, it > throws the following error: > >

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2023-02-26 Thread Dennis Mungai
On Mon, 27 Feb 2023 at 03:48, Dennis Mungai wrote: > On Sun, 10 Jul 2022 at 10:28, Ben Parham wrote: > >> Hi Dennis, >> Now I am streaming with two cameras but I have a small problem, the audio >> stream is not synced with the video stream, and there is a small delay

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2023-02-26 Thread Dennis Mungai
On Sun, 10 Jul 2022 at 10:28, Ben Parham wrote: > Hi Dennis, > Now I am streaming with two cameras but I have a small problem, the audio > stream is not synced with the video stream, and there is a small delay of > around 0.2 seconds. > How can I fix it? I would appreciate your help. > Regards,

Re: [FFmpeg-user] Change commands during runtime when the stream is being piped into stdin

2023-01-13 Thread Dennis Mungai
On Fri, 13 Jan 2023 at 18:46, Joao Pedro Borges Martins wrote: > I want to send a command to change the audio filters on an already running > FFmpeg process using the process stdin but the audio data is being passed > in the stdin itself, I tried prefixing the command with `#` but had no >

Re: [FFmpeg-user] Trouble selecting a pixel format/colorspace while trying to encode a video using ffmpeg and HW accelerated vaapi or qsv interfaces

2022-12-09 Thread Dennis Mungai
gt; > > > > ffmpeg -init_hw_device qsv=hw -filter_hw_device hw -v verbose -f > x11grab > > > -draw_mouse 0 -framerate 20 -probesize 42M -video_size 1920x1200 > > > -thread_queue_size 1000 -vcodec rawvideo -i ":0.0" -an -vf > > > 'hwupload=extra_hw_fram

Re: [FFmpeg-user] Trouble selecting a pixel format/colorspace while trying to encode a video using ffmpeg and HW accelerated vaapi or qsv interfaces

2022-12-08 Thread Dennis Mungai
On Thu, 8 Dec 2022 at 22:32, wrote: > I'm having trouble selecting a pixel format/colorspace while trying to > encode a video using ffmpeg and HW accelerated vaapi or qsv interfaces. I > have an i7-1165G7 with integrated graphics and I'm using ffmpeg 5.1.1 with > ubuntu > > I'm able to select

Re: [FFmpeg-user] lavfi-preview

2022-10-31 Thread Dennis Mungai
On Mon, 31 Oct 2022 at 12:35, Paul B Mahol wrote: > On 4/24/22, Bang He wrote: > > hwo to run it > > > > There are now binaries auto build for Windows and Linux and are ready > for download. > All for 64bit. > > > On Wed, Mar 30, 2022 at 7:53 PM Paul B Mahol wrote: > > > >> Hello, > >> > >> I

Re: [FFmpeg-user] streaming to Youtube - error message after some time

2022-08-05 Thread Dennis Mungai
On Fri, 5 Aug 2022 at 13:55, Christian wrote: > Hello, > > sorry, I wasn't specific enough with my last mails. I try again and be > more specific: > > I like to stream to Youtube. The source is my Outdoor-Camera which is > connected via an antenna to my Router. The camera sends an h.264 encoded

Re: [FFmpeg-user] libatomic support for mips32

2022-07-27 Thread Dennis Mungai
On Tue, 26 Jul 2022 at 10:02, Aravinth Kathiravan < aravinth.kathira...@vvdntech.in> wrote: > Hi ffmpeg user, > We are cross compiling ffmpeg with mips32 architecture but our toolchain > does not support libatomic and is facing the following error. > "Undefined reference to

Re: [FFmpeg-user] hls playlist got wiped out when ffmpeg runs as systemd child process

2022-07-10 Thread Dennis Mungai
On Sun, 10 Jul 2022, 20:25 Jonathan Baecker, wrote: > Am 10.07.22 um 19:12 schrieb Jonathan Baecker: > > Am 08.07.22 um 22:30 schrieb Reindl Harald: > >> > >> > >> Am 08.07.22 um 18:16 schrieb Greg Oliver: > >>> On Fri, Jul 8, 2022 at 5:25 AM jb wrote: > >>> > Hello everybody, > >

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2022-07-09 Thread Dennis Mungai
On Sat, 9 Jul 2022, 15:05 Ben Parham, wrote: > Hi again, > Sure, I will do it based on that. Thank you for your help. If I face an > issue I'll contact you again. > I appreciate it. > > On Sat, Jul 9, 2022 at 7:55 PM Dennis Mungai wrote: > > > On Sat, 9 Jul 2022

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2022-07-09 Thread Dennis Mungai
On Sat, 9 Jul 2022 at 14:40, Ben Parham wrote: > Thank you, Dennis. It works with 6 in-preset p4. Now I am running one > stream, but I will run 5 streams in RTX A2000. Does it support this number > in all streams? > Hello there, That GPU has no limitations on the simultaneous number of NVENC

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2022-07-09 Thread Dennis Mungai
On Sat, 9 Jul 2022 at 14:25, Ben Parham wrote: > Thanks, Dennis. I added it in -preset p4 and the same error appeared: > > hevc @ 01ac32f034c0] hardware accelerator failed to decode picture > Error while decoding stream #0:0: Generic error in an external library > [hevc @ 01ac41cd1180]

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2022-07-09 Thread Dennis Mungai
On Sat, 9 Jul 2022 at 14:01, Ben Parham wrote: > Thank you, Dennis. By removing _pix_fmt the issue was solved. > But when I change the preset from p2 to p3 or p4, I face this error: > > [hevc @ 01ebb41bdc40] hardware accelerator failed to decode picture > [hevc @ 01ebb41bb440] Could not

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2022-07-09 Thread Dennis Mungai
On Sat, 9 Jul 2022 at 12:45, DEF wrote: > On Sat, 9 Jul 2022 at 08:25, Ben Parham wrote: > > > > Hello, > > > > I try to use Nvidia codecs in live transcoding. The input stream is from > an > > IP camera (Hikvision) and its color format is "*yuvj420p*". My command > is: > > > > ffmpeg.exe -y

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2022-07-09 Thread Dennis Mungai
On Sat, 9 Jul 2022 at 10:25, Ben Parham wrote: > Hello, > > I try to use Nvidia codecs in live transcoding. The input stream is from an > IP camera (Hikvision) and its color format is "*yuvj420p*". My command is: > > ffmpeg.exe -y -hwaccel cuda -hwaccel_output_format cuda -rtsp_transport tcp >

Re: [FFmpeg-user] Hardware encoding with AV1 and FFmpeg

2022-07-05 Thread Dennis Mungai
On Tue, 5 Jul 2022, 11:37 Wang, Fei W, wrote: > On Tue, 2022-07-05 at 11:15 +0300, Dennis Mungai wrote: > > On Tue, 5 Jul 2022 at 11:03, Benjamin Parham > > wrote: > > > > > Hello. > > > > > > Recently Intel released the new GPU series “Intel A

Re: [FFmpeg-user] Hardware encoding with AV1 and FFmpeg

2022-07-05 Thread Dennis Mungai
On Tue, 5 Jul 2022 at 11:03, Benjamin Parham wrote: > Hello. > > Recently Intel released the new GPU series “Intel Arc” which supports > hardware encoding of AV1. They claim its speed is 50 times faster than > software encoding. I’d like to know if it is available on FFmpeg? If yes, > how can we

Re: [FFmpeg-user] vf_lut3d supports type 3 ?

2022-05-09 Thread Dennis Mungai
On Sun, 8 May 2022 at 22:28, Mahesh Pittala wrote: > Hello, > > I am trying to convert HLG to SDR using 3D LUT cubes freely distributed by > NBCUniversal. (3-NBCU_HLG2SDR_DL_v1.1.cube > < >

Re: [FFmpeg-user] FFMPEG opencl hwaccel, opencl tonemap, vulcan hw accel for record desktop/streaming

2022-05-04 Thread Dennis Mungai
On Wed, 4 May 2022 at 18:54, KoreanFanOfficial wrote: > sry i dont understand your english > > ср, 4 мая 2022 г. в 11:23, Carl Zwanzig : > > > On 5/4/2022 7:58 AM, KoreanFanOfficial wrote: > > > > > output: > > [...] > > > > That was not the _complete_ and uncut output. And it was top-posted, >

Re: [FFmpeg-user] Hardware acceleration for converting PNGs into VP9

2022-04-20 Thread Dennis Mungai
On Wed, 20 Apr 2022 at 14:22, Klimek, Denis < dkli...@stadtwerke-norderstedt.de> wrote: > Hi there, > > I’ve got an question regarding conversation from multiple PNGs into a VP9 > movie. Currently we are doing this job with our CPU and this is quite slow… > about 2.5fps in average and we have

Re: [FFmpeg-user] Packages needed to enable nvenc (NVIDIA)

2022-01-05 Thread Dennis Mungai
On Wed, 5 Jan 2022 at 12:11, Def Etienne wrote: > > Greetings, > > I just noticed from another thread that almost all development packages > could be installed like below: > “sudo apt-get -y install \ > yasm libx264-dev libx265-dev libnuma-dev libvpx-dev \ > libfdk-aac-dev libmp3lame-dev

Re: [FFmpeg-user] OVERLAY_CUDA and PGS Subtitle burn

2021-11-23 Thread Dennis Mungai
On Tue, 23 Nov 2021 at 13:46, Dennis Mungai wrote: > On Thu, 1 Oct 2020 at 03:57, Panda Sing Cool > wrote: > >> Hi Community, >> >> Updated to the Cuda 11.1 (latest) and NVD drivers 455.23.04 (latest >> beta), >> FFmpeg Git and nv-codec-headers from to

Re: [FFmpeg-user] OVERLAY_CUDA and PGS Subtitle burn

2021-11-23 Thread Dennis Mungai
the latest version of > > any source i can find, update to the latest cuda 11 patch 3 and NV > > headers... > > Also included the latest vulkan sdk and support for ffmpeg. > > > > overlay_cuda and overlay_opencl, same issue: video appear but not > subtitle. &g

Re: [FFmpeg-user] ffmpeg binary audio error

2021-11-15 Thread Dennis Mungai
On Mon, 15 Nov 2021, 23:12 Mahmoud Elgohary, < mahmoud.elgoh...@teqnia-tech.com> wrote: > Hi every one, > > > > > > I'm try to use ffmpeg binary to record video from webcam and audio with > this command > > ffmpeg -f alsa -ac 2 -i default -itsoffset '00:00:00.5' -f video4linux2 -s > 320x240 -r 25

Re: [FFmpeg-user] ffmpeg cpu loading

2021-11-12 Thread Dennis Mungai
On Fri, 12 Nov 2021 at 18:01, LianCheng wrote: > Hi, > > I tried to run several ffmpeg processes with different input mp4 files and > to different outputs within my PC (having Intel Core i7). The mp4 video > resolution is full HD format. > > ffmpeg -re -stream_loop -1 -i 1.mp4 -c:v libx264

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-11-08 Thread Dennis Mungai
On Mon, 8 Nov 2021 at 20:44, andrei ka wrote: > you could simply plug a recent low profile nvidia (e.g. 1030) into pcie > slot of your hpe micro and nvenc would do 2 fhd h264 encodes like a charm > > > On Sun, Nov 7, 2021 at 11:40 PM Steven Kan wrote: > > > > On Jan 18, 2021, at 10:42 PM, Carl

Re: [FFmpeg-user] Information about using FFmpeg's vbr_hq (VBR High Quality)

2021-11-07 Thread Dennis Mungai
On Sun, 7 Nov 2021 at 15:52, Fabrizio Negro wrote: > Hello! > I recently started using FFmpeg to convert files. > Specifically I am trying to encode with FFmpeg in H264 - NVENC trying to > get the same export quality as Davinci Resolve that uses the NVIDIA > encoder. > Unfortunately I'm not

Re: [FFmpeg-user] Ryujinx FFMpeg crash upon decoding h264

2021-10-19 Thread Dennis Mungai
On Tue, 19 Oct 2021 at 09:10, Auron Hines wrote: > When any game requests for h264 decoding, we use ffmpeg for this, however, > AMD users seem to be getting an error upon decoding. > > Ryujinx.NvdecProcessor Application : Unhandled exception caught: > System.ArgumentNullException: Value cannot

Re: [FFmpeg-user] FFmpeg DASH Optional Adaptation Set

2021-07-15 Thread Dennis Mungai
On Thu, 15 Jul 2021 at 16:52, Mar Andrés López wrote: > Dear All, > > > I am using the following FFmpeg command for dash generation, > > > ffmpeg -i video.mpeg -preset superfast -r 30 -vcodec libx264 -acodec aac > -b:a 128k -ac 1 -ar 44100 -map v:0 -b:v:0 150 -s:v:0 768x432 -map v:0 > -b:v:1

Re: [FFmpeg-user] fragmented mp4 and playing while converting

2021-05-05 Thread Dennis Mungai
On Sun, 2 May 2021 at 04:54, Julien Dotsev wrote: > Hi, I'm looking for a possibility to play the output file during the > conversion. I tried with fragmented mp4 and this command: > ffmpeg -i input.avi -movflags > +frag_keyframe+separate_moof+omit_tfhd_offset+empty_moov output.mp4 > > The

Re: [FFmpeg-user] [FPGA HEVC Encode Plugin] Tutorial and Performance Review

2021-03-19 Thread Dennis Mungai
On Fri, 19 Mar 2021, 10:56 tai truong, wrote: > Hi every one, > > Sorry for my first naive question. As googling, I found some talk about > fpga hevc encode plugin for ffmpeg from Xilinx. Is there anyone have work > on it? Some result/benchmark on performance either for suggestions and >

Re: [FFmpeg-user] 4K RGB->YUV realtime conversion.

2021-03-08 Thread Dennis Mungai
On Mon, 8 Mar 2021 at 17:49, Anders Degerberg wrote: > Hi, > > I've come across a problem I really can't figure out when trying to stream > realtime a RGB 10-bit Decklink input, as YUV444 10-bit HEVC in 25fps. > In a 1920x1080 resolution on the Decklink input, it all works very well, > using

Re: [FFmpeg-user] (no subject)

2021-01-26 Thread Dennis Mungai
On Tue, 26 Jan 2021, 03:14 owen s, wrote: > I am running this command > > ffmpeg-git -y \ > -vaapi_device /dev/dri/renderD128 \ > -framerate 60 -i ./image.jpg \ > -stream_loop -1 -i ./audio.mp3 \ > -map 0:v \ > -c:v h264_vaapi \ > -vf > >

Re: [FFmpeg-user] error with cuda for convert ts to mp4

2021-01-11 Thread Dennis Mungai
On Mon, 11 Jan 2021, 04:30 Michele Salerno, wrote: > Hi, > > i have GPU GTX660Ti on debian buster 64bit, cpu intel core i7. > > I have fresh install debian and install latest driver and cuda from > website nvidia, no repository of debian. > > If convert file h264 with cpu it's ok, if use gpu i

Re: [FFmpeg-user] H264_QSV reference

2020-11-05 Thread Dennis Mungai
On Thu, 5 Nov 2020 at 10:56, Stephan Monecke wrote: > Hi, > > does anyone know where I can find a complete command argument > reference for the h264_qsv encoder? > > E.g. `-global_quality` as one of the main parameters is not present in > `fmpeg -h encoder=h264_qsv`. > > Thanks a lot! > >

Re: [FFmpeg-user] SCTE-35 implementation already (bounty)

2020-09-22 Thread Dennis Mungai
On Tue, 22 Sep 2020, 13:43 Dennis Mungai, wrote: > On Tue, 22 Sep 2020, 13:12 andrei ka, wrote: > >> btw, tsduck suite can extract pts of scte35, chances are you could make >> filter_complex_script with these pos to insert kframes >> >> >> >> On Wed,

Re: [FFmpeg-user] SCTE-35 implementation already (bounty)

2020-09-22 Thread Dennis Mungai
On Tue, 22 Sep 2020, 13:12 andrei ka, wrote: > btw, tsduck suite can extract pts of scte35, chances are you could make > filter_complex_script with these pos to insert kframes > > > > On Wed, Sep 2, 2020 at 6:36 AM MediaStream wrote: > > > Looking for SCTE-35 pass through implementation: > > >

Re: [FFmpeg-user] [FFmpeg-devel] SCTE-35 implementation already (bounty)

2020-09-18 Thread Dennis Mungai
On Wed, 2 Sep 2020 at 07:29, MediaStream wrote: > Looking for SCTE-35 pass through implementation: > > 1. Extract SCTE-35 from MPEG-TS. > 2. Translate timing of the original SCTE-35 events to match timing in the > output file appropriately or keep timing as is. > 3. Signal encoder to force key

Re: [FFmpeg-user] OVERLAY_CUDA and PGS Subtitle burn

2020-09-18 Thread Dennis Mungai
On Thu, 17 Sep 2020 at 03:29, Panda Sing Cool wrote: > Hi, > > Changed the input format: > Video -> yuv420p > Sub -> yuv*a*420p (to include Alpha Channel) > > Now the video is showing, but still no subtitles. > Still get the error message: > *Error while add the frame to buffer source(Internal

[FFmpeg-user] Can ffmpeg's filter_compex and audio filtering (-af) be used simultaneously?

2020-09-13 Thread Dennis Mungai
Hello there, Can a standard complex filter graph (initialized via -filter_complex) be used with an audio filter (inserted via -af) in the same command? Take this rudimentary example snippet: ffmpeg -fflags +genpts -vsync 1 \ -threads 1 -dn \ -i

Re: [FFmpeg-user] A query on mpegts and global headers

2020-08-30 Thread Dennis Mungai
On Sun, 30 Aug 2020 at 18:11, Gyan Doshi wrote: > > > On 30-08-2020 06:52 pm, Dennis Mungai wrote: > > Hello there, > > > > With mpegts output, should global headers be used or not, set via -fflags > > +global_header? > > No. > > > And if there

[FFmpeg-user] A query on mpegts and global headers

2020-08-30 Thread Dennis Mungai
Hello there, With mpegts output, should global headers be used or not, set via -fflags +global_header? And if there are exceptions to that, based on the codec type wrapped in mpegts, when should global headers be used for mpegts? I ask because of the dump_extra bitstream filter documentation,

Re: [FFmpeg-user] ffmpeg_g

2020-08-20 Thread Dennis Mungai
On Thu, 20 Aug 2020, 20:35 Ashim Tom, wrote: > what is ffmpeg_g? > This is the ffmpeg binary with the debug symbols present. When stripped (without debug symbols) you get the ffmpeg binary. Debug symbols are useful for function tracing when attached to a debugger, such as troubleshooting CUDA

Re: [FFmpeg-user] How to have a secure UDP BroadCast

2020-08-19 Thread Dennis Mungai
On Wed, 19 Aug 2020, 11:53 Alessandro Molon, wrote: > You simply cannot. UDP delivery is not meant to do that. > > There are other protocols that support authentication  > If you provide a little bit more about what are your needs I can suggest > some. > > Alex > > -Original Message- >

[FFmpeg-user] A question of FFmpeg's UDP protocol usage

2020-06-28 Thread Dennis Mungai
Hello there, I encountered a somewhat unique problem today with ffmpeg, where, on receiving UPD multicast input, the ffmpeg process would also bind to a random unicast port, say 5112: ss -tulpn | grep :5112 udp UNCONN 1213696 0 0.0.0.0:5112 0.0.0.0:*

Re: [FFmpeg-user] To Speed Up thumbnail creation - picture & video

2020-06-22 Thread Dennis Mungai
On Mon, 22 Jun 2020, 11:04 Arunava Banerjee via ffmpeg-user, < ffmpeg-user@ffmpeg.org> wrote: > Hello, > > Could a link with more recent versions of FFMPEG be provided? > > We could find the version as described on the following link: > https://tecadmin.net/install-ffmpeg-on-linux/ -- It is

Re: [FFmpeg-user] GPU is not used

2020-05-23 Thread Dennis Mungai
On Sat, 23 May 2020, 10:26 Alexander Rodionov, wrote: > Im using ffmpeg to render video. Im saving images using matplotlib in > format = rgba and pipe bytes to ffmpeg. > If I open GPU usage - it shows 0% for ffmpeg process. > > ffmpeg \ > -loglevel debug \ > -hwaccel videotoolbox \ > -threads 16

Re: [FFmpeg-user] question about fps filter

2020-05-22 Thread Dennis Mungai
On Sat, 23 May 2020 at 01:07, Andy Sheimo wrote: > I am using the command line seen here but the fps filter is being ignored. > > ffmpeg.exe -loglevel debug -stats -hwaccel cuda -hwaccel_output_format cuda > -i "Evanescence - Anywhere but Home.mkv" -map 0:0 -filter:v >

Re: [FFmpeg-user] FFmpeg single threaded bottleneck

2020-05-14 Thread Dennis Mungai
On Thu, May 14, 2020, 12:33 Gabriel Balaich wrote: > Thanks for the feedback. > > On Thu, 14 May 2020 at 01:52, Edward Park wrote: > > > Hi, > > > > Some values don't look right, try getting rid of them. > > -thread_queue_size seems arbitrary, > > it is queue length, not bytes > > I was

Re: [FFmpeg-user] Multiple FFMpeg-Cuda-HLS-Transcoding Instances -> Deadlock Behavior

2020-05-04 Thread Dennis Mungai
On Mon, 4 May 2020 at 11:22, Marco Kittel wrote: > Hello, > > i'm having a hard time rendering multiple hls instances with nvidia > gear. The details are in the forum post. Here is a little summary. > Everytime without any exception, when i'm running multiple instances of > ffmpeg with cuda

Re: [FFmpeg-user] ffmpeg nvenc without cuda

2020-04-29 Thread Dennis Mungai
On Sat, 28 Sep 2019 at 18:42, Johanna Nilson wrote: > Thank you very much for your answers! Every community should be proud to > have such an active and willing to help members. I see that it's not > possible to achieve my goal today the direct way, c’est la vie. > > > Hey there, The latest

Re: [FFmpeg-user] FFMPEG Problem in macOS

2020-04-25 Thread Dennis Mungai
On Sat, 25 Apr 2020, 21:13 Chakraborty, Rakesh via ffmpeg-user, < ffmpeg-user@ffmpeg.org> wrote: > Hi > > I am facing a transcoding problem in macOS. The entire issue details along > with log files are attached. > Requesting assistance to resolve this issue. > Requesting assistance to resolve

Re: [FFmpeg-user] Stereo 3D encoding with nvenc

2020-04-24 Thread Dennis Mungai
On Fri, 24 Apr 2020, 18:39 Dennis Mungai, wrote: > > On Fri, 24 Apr 2020, 14:47 Etienne Sandré-Chardonnal, < > etienne.san...@m4x.org> wrote: > >> Hi, >> >> Are there options for encoding 3D video with nvenc, like with x264 and >> --frame-pa

Re: [FFmpeg-user] Stereo 3D encoding with nvenc

2020-04-24 Thread Dennis Mungai
On Fri, 24 Apr 2020, 14:47 Etienne Sandré-Chardonnal, < etienne.san...@m4x.org> wrote: > Hi, > > Are there options for encoding 3D video with nvenc, like with x264 and > --frame-packing? I know the NVEnc API has the option, but was it enabled in > ffmpeg? I can't find any documented option. > >

Re: [FFmpeg-user] yadif-cuda issues

2020-04-20 Thread Dennis Mungai
e\YourPhone.exe N/A >| > |0 18020C+G ...5n1h2txyewy\StartMenuExperienceHost.exe N/A >| > |0 18268C+G ...dows.Search_cw5n1h2txyewy\SearchApp.exe N/A >| > > +---------+

Re: [FFmpeg-user] yadif-cuda issues

2020-04-20 Thread Dennis Mungai
On Tue, 21 Apr 2020 at 00:31, Andy Sheimo wrote: > I'm trying to use the yadif_cuda deinterlace but I have not been able to > get it to work. Every option I.ve tried fails, I'm pretty sure I'm getting > something wrong so I'm looking for some advice. > > Here is my version: > ffmpeg version

Re: [FFmpeg-user] Demuxing HLS stream of fmp4 segments

2020-04-17 Thread Dennis Mungai
On Fri, 17 Apr 2020, 16:11 vectronic, wrote: > > > > On 17 Apr 2020, at 13:26, Pedro Pedrosa > wrote: > > > > Hello all > > > > I'm trying to demux an HLS stream containing fmp4 segments. It works fine > > if I demux from the start of the input but as soon as I add the -ss flag > to > > skip to

Re: [FFmpeg-user] Demuxing HLS stream of fmp4 segments

2020-04-17 Thread Dennis Mungai
On Fri, 17 Apr 2020, 15:26 Pedro Pedrosa, wrote: > Hello all > > I'm trying to demux an HLS stream containing fmp4 segments. It works fine > if I demux from the start of the input but as soon as I add the -ss flag to > skip to a timecode it no longer produces any output. > > I have tested on my

Re: [FFmpeg-user] "Non-monotonous DTS in output stream" error, previous and current values are equal

2020-04-15 Thread Dennis Mungai
Try this: Add -dts_delta_threshold 0 *before* the input and retest. On Sun, 23 Feb 2020, 16:27 Crazy Red Elephant via ffmpeg-user, < ffmpeg-user@ffmpeg.org> wrote: > I tried adding "-fflags +ignpts" before input but that didn't help, there > are still DTS warnings, however, this time the values

Re: [FFmpeg-user] AMD GPU + Vaapi encoding problem

2020-04-08 Thread Dennis Mungai
On Wed, 8 Apr 2020, 22:58 Colin Bitterfield, wrote: > I tried VAAPI with a RADEON 580 on Linux. It was intermittent at best. > > I wound up using Vulkan with success. > > This is the hwaccel command I was using for transcoding. > > time ffmpeg -hide_banner -stats -hwaccel vulkan -init_hw_device

Re: [FFmpeg-user] AMD GPU + Vaapi encoding problem

2020-04-08 Thread Dennis Mungai
am #0:0: Video: h264 (h264_vaapi) (Main) (avc1 / 0x31637661), > vaapi_vld, 1920x1080, q=-1--1, 7000 kb/s, 29.97 fps, 30k tbn, 29.97 tbc > Metadata: > encoder : Lavc58.54.100 h264_vaapi > [h264_vaapi @ 0x557f0c7d4040] Failed to end picture encode issue: 5 > (i

Re: [FFmpeg-user] Issue with hwaccel cuvid

2020-04-08 Thread Dennis Mungai
On Wed, 8 Apr 2020 at 19:46, Andy Sheimo wrote: > Dennis, Thank you. Lesson learned, check latest builds before submitting > questions. Using the latest static build has resolved the issue. > > Cheers, -Andy > > On Wed, Apr 8, 2020 at 12:14 PM Dennis Mungai wrote: > > &g

Re: [FFmpeg-user] AMD GPU + Vaapi encoding problem

2020-04-08 Thread Dennis Mungai
On Wed, 8 Apr 2020 at 19:25, Ostap Batug wrote: > First of all sorry if this is a duplicate question, but during my search > online i haven't found a solution. > Hello, i have a problem, my CPU is pretty slow so i wanted to try use VAAPI > encoding for rtmp streaming. (On the side note, using

Re: [FFmpeg-user] Issue with hwaccel cuvid

2020-04-08 Thread Dennis Mungai
On Wed, 8 Apr 2020 at 19:13, Dennis Mungai wrote: > On Wed, 8 Apr 2020 at 19:04, Andy Sheimo wrote: > >> This still produces the same error; >> >> ffmpeg -threads 1 -loglevel verbose -hwaccel cuvid >> -hwaccel_output_format cuda -c:v mpeg2_cuvid -extra_hw_frame

Re: [FFmpeg-user] Issue with hwaccel cuvid

2020-04-08 Thread Dennis Mungai
On Wed, 8 Apr 2020 at 19:04, Andy Sheimo wrote: > This still produces the same error; > > ffmpeg -threads 1 -loglevel verbose -hwaccel cuvid > -hwaccel_output_format cuda -c:v mpeg2_cuvid -extra_hw_frames 3 -i > "l:\welter_originals\gamera the brave\Latatude Zero-trailer.mkv" -c:a copy > -c:v

Re: [FFmpeg-user] Issue with hwaccel cuvid

2020-04-08 Thread Dennis Mungai
On Wed, 8 Apr 2020 at 17:57, Andy Sheimo wrote: > I keep getting an error on some files and it appears to be due to a > scaler being inserted but I don't know how to fix it. Any help would be > appreciated. logging below: > > K:\Video\GAMERA THE BRAVE>ffmpeg -loglevel verbose -hwaccel cuvid >

Re: [FFmpeg-user] High CPU usage during scale_npp to low resolutions with multiple instances

2020-04-08 Thread Dennis Mungai
On Wed, 8 Apr 2020, 15:23 Valentin Schweitzer, wrote: > > > Set this environment variable: CUDA_DEVICE_MAX_CONNECTIONS=2 > > Then retest and report back. > > > > > > One more thing: Could you show us the output of: > > numactl --hardware > > Thanks for your reply. We should have clarified that

Re: [FFmpeg-user] High CPU usage during scale_npp to low resolutions with multiple instances

2020-03-30 Thread Dennis Mungai
On Mon, 30 Mar 2020, 15:31 Dennis Mungai, wrote: > On Mon, 30 Mar 2020, 15:22 Valentin Schweitzer, > wrote: > >> 1234567890123456789012345678901234567890123456789012345678901234567890 >> >> Hi, >> >> when using scale_npp to scale a test video down

Re: [FFmpeg-user] High CPU usage during scale_npp to low resolutions with multiple instances

2020-03-30 Thread Dennis Mungai
On Mon, 30 Mar 2020, 15:22 Valentin Schweitzer, wrote: > 1234567890123456789012345678901234567890123456789012345678901234567890 > > Hi, > > when using scale_npp to scale a test video down from 1920x1080 to > 1024x576 or lower with multiple processes in parallel, CPU usage is > unusually high.For

Re: [FFmpeg-user] On the recovery behavior of HLS muxer when slaved to tee'd fifo muxers in ffmpeg.

2020-03-27 Thread Dennis Mungai
On Wed, 25 Mar 2020 at 08:32, Dennis Mungai wrote: > On Wed, 25 Mar 2020 at 08:27, Dennis Mungai wrote: > >> Four months ago, I posted a ticket on trac, #8387, see >> https://trac.ffmpeg.org/ticket/8387 >> >> Which described an anomaly with the recovery behavior o

Re: [FFmpeg-user] Use of tee output with codec copy

2020-03-25 Thread Dennis Mungai
On Thu, 26 Mar 2020 at 02:03, Devin Heitmueller wrote: > Hi Dennis, > > > Could you provide the sample file mentioned in the issue above? > > Sure, you can download it from here: > > https://www.dropbox.com/s/rhyn751pru4yagb/foo.ts?dl=0 > > Devin > > -- > Devin J. Heitmueller - Kernel Labs >

Re: [FFmpeg-user] Use of tee output with codec copy

2020-03-25 Thread Dennis Mungai
On Thu, 26 Mar 2020 at 00:27, Devin Heitmueller wrote: > Hello, > > I've seen various postings related to problems with the use of copy with > the tee output format, but not with any real resolution. I'm trying to > direct output to both an flv and a UDP output with codec copy, and I've >

[FFmpeg-user] On the recovery behavior of HLS muxer when slaved to tee'd fifo muxers in ffmpeg.

2020-03-24 Thread Dennis Mungai
Four months ago, I posted a ticket on trac, #8387, see https://trac.ffmpeg.org/ticket/8387 Which described an anomaly with the recovery behavior of the underlying HLS muxers called up via the tee's fifo slaves. More details in the ticket. What I've discovered by extensively studying this

  1   2   3   >