Re: [FFmpeg-user] 5% of audio samples missing when capturing audio on a mac

2020-09-12 Thread Norbert Pozar
> > I am attempting to capture a webcam with audio on a MacBook pro (Catalina > > 10.15.6), but I am having trouble with the audio stream. The video part is > > fine, but audio seems to be missing about 5% of the expected samples. This > > simple command illustrates the problem: > > > > ffmpeg -v

[FFmpeg-user] Pixel format: default and filter?

2020-09-12 Thread amin...@mailbox.org
I have two videos (call them a.mov and b.mov) with the same width, height, pixel format, etc. ffprobe reports them as having 'yuv420p10le' pixel format. If I do a trivial conversion: ffmpeg -i a.mov out.mov ffprobe reports out.mov as still being yuv420p10le. But if I create a trivial

Re: [FFmpeg-user] USB Camera ffplay real-time and save to file

2020-09-12 Thread Hans Carlson
On Sat, 12 Sep 2020, Carl Eugen Hoyos wrote: Please provide the sample produced with the following command line: $ ffmpeg -f v4l2 -input_format mjpeg -framerate 30 -video_size 1280x720 -i /dev/video2 -c copy -f rawvideo -t 5 invalidapp.mjpg I have a 9Mb sample, but the upload.ffmpeg.org FTP

Re: [FFmpeg-user] 5% of audio samples missing when capturing audio on a mac

2020-09-12 Thread Edward Park
Hi, You know it's confounding, I couldn't get avfoundation audio input to work at all, and then tried a bunch of options to get to the weird issue you describe (which I thought was maybe something to do with the clock source being different) but then I went back to supplying no extraneous

Re: [FFmpeg-user] Need Help

2020-09-12 Thread Carl Eugen Hoyos
Am Di., 25. Aug. 2020 um 10:38 Uhr schrieb Rihab Sahbani : > I have a problem > I want to detect the glitch and the erroneous macroblocks > in video but i didn't find any filter to detect them . You cannot detect such errors in a filter. > is there any solution. You could write a stream

Re: [FFmpeg-user] rav1e encoding only using one core

2020-09-12 Thread Carl Eugen Hoyos
Am Fr., 11. Sept. 2020 um 15:48 Uhr schrieb Robert Krüger : > I'm playing around with rav1e and noticed in my first test that only one > core is used of the 8 (16 virtual) I have. I tried with and without > -threads setting. Since most other codecs behave this way I was expecting > it to use as

Re: [FFmpeg-user] 5% of audio samples missing when capturing audio on a mac

2020-09-12 Thread Carl Eugen Hoyos
Am Sa., 12. Sept. 2020 um 10:48 Uhr schrieb Norbert Pozar : > I am attempting to capture a webcam with audio on a MacBook pro (Catalina > 10.15.6), but I am having trouble with the audio stream. The video part is > fine, but audio seems to be missing about 5% of the expected samples. This >

Re: [FFmpeg-user] Errors and artefacts when decoding a .h264 file from security camera

2020-09-12 Thread Carl Eugen Hoyos
Am Mi., 9. Sept. 2020 um 17:18 Uhr schrieb Robert Krüger : > > Hi, > > I have a security camera file that gives me decoding errors which are very > likely the reason for several macroblocks being broken in the resulting > video (by far not all, you can still recognize the motive). You forgot to

[FFmpeg-user] 5% of audio samples missing when capturing audio on a mac

2020-09-12 Thread Norbert Pozar
Hi, I am attempting to capture a webcam with audio on a MacBook pro (Catalina 10.15.6), but I am having trouble with the audio stream. The video part is fine, but audio seems to be missing about 5% of the expected samples. This simple command illustrates the problem: ffmpeg -v 9 -loglevel 99 -y