Re: [FFmpeg-user] Audio captured via AVFoundation is unusable

2025-06-02 Thread Huspnet
> On Jun 1, 2025, at 11:38 PM, Carl Zwanzig wrote: > > On 6/1/2025 8:27 PM, Huspnet wrote: >> Mediainfo default response will show that with a command line such as: >> mediainfo /path/to/mediafile > > Does that refer to the AVFoundation output? That's what

Re: [FFmpeg-user] Audio captured via AVFoundation is unusable

2025-06-01 Thread Huspnet
> On Jun 1, 2025, at 3:53 PM, Carl Zwanzig wrote: > > delivering 44.1k when you want 48k. Not sure how you would verify that on a > Mac. Mediainfo default response will show that with a command line such as: mediainfo /path/to/mediafile L. Lee __

Re: [FFmpeg-user] Audio captured via AVFoundation is unusable

2025-05-31 Thread Huspnet
I believe you will find that the HEAD version differs from both "stable" and "latest". If I'm wrong, I'm fairly sure that someone will correct me, but it may be another day before such a message is sent to the list. L. Lee > On Jun 1, 2025, at 12:55 AM, FFmpeg via ffmpeg-user > wrote: > > I

Re: [FFmpeg-user] Audio captured via AVFoundation is unusable

2025-05-31 Thread Huspnet
I haven't seen another reply to your request, so I'm offering this one. You may want to try the HEAD version of ffmpeg. Sometimes the HEAD version provides a remedy for some issues, but not always. If it doesn't provide a solution, you can remove it, and reinstall the release version as you did

Re: [FFmpeg-user] Why does the 'detelecine' filter exist?

2025-05-29 Thread Huspnet
On May 29, 2025, at 10:14 PM, Huspnet wrote: > > end run > > ## End AppleScript There appears to be one mistake in the AppleScript snippet I sent in my previous post. Changing "path totrash" to "path to trash" in the

Re: [FFmpeg-user] Why does the 'detelecine' filter exist?

2025-05-29 Thread Huspnet
> On May 29, 2025, at 4:18 PM, Mark Filipak wrote: > >> Sorry, I should have made it clear that I'm a hobbyist (in case my post >> didn't adequately do that for me). Also, I probably shouldn't have included >> "-r 24" in my example without further explanation. I have had better audio >> sync

Re: [FFmpeg-user] Why does the 'detelecine' filter exist?

2025-05-29 Thread Huspnet
> On May 28, 2025, at 6:47 PM, Mark Filipak wrote: > > On 28/05/2025 18.46, Alex Xu wrote: >> I put it there since it was in Huspnet's original command. > > Ahem! > >> I don't think it >> matters, Sorry, I should have made it clear that I'm a hobbyist (in case my post didn't adequately do t

Re: [FFmpeg-user] Detelecine: I got the right result from the wrong command?

2025-05-22 Thread Huspnet
> On May 22, 2025, at 9:04 PM, Huspnet wrote: > > Here's a detelecine alternative method that might be worth trying. > > ffmpeg -i detelecine_input.mkv -map 0:0 -vf > fieldmatch=order=tff:combmatch=none,decimate,crop=640:480:0:0 -c:v > h264_videotoolbox -b:v 2800

Re: [FFmpeg-user] Detelecine: I got the right result from the wrong command?

2025-05-22 Thread Huspnet
> On May 17, 2025, at 9:52 AM, edit 'B wrote: > >>> If you want to get the progressive mode : >>> >>> ffmpeg -i "interlacevideo.mkv" -vcodec libx264 -crf 18 -preset slow -vf >>> yadif -c:a copy "progressivevideo.mkv" >>> >>> Richard >>> Here's a detelecine alternative method that might be w

Re: [FFmpeg-user] overlay_qsv with hardware decode and encode

2025-02-27 Thread Huspnet
On Feb 27, 2025, at 11:25 AM, Vladimir Mishonov via ffmpeg-user wrote: > > Mea Culpa, this was not intended for the list of course. > > > Bouke > Ua culpa, huh? I don't know which the list aficionados consider more offensive, posting by accident or top-posting in the accidental posts. Your

Re: [FFmpeg-user] Command line to show channel label/position

2025-01-28 Thread Huspnet
> On Jan 28, 2025, at 4:14 PM, MrNice wrote: > > On 28/01/2025 18:26, Carl Zwanzig wrote: >> On 1/28/2025 8:18 AM, MrNice wrote: >>> have an audio file, with MediaInfo I get >>> Audio >>> Channel layout : L R Ls Rs >> >>> > ffmpeg -v error -layouts | awk '/quad /{pri

Re: [FFmpeg-user] Command line to show channel label/position

2025-01-26 Thread Huspnet
> On Jan 26, 2025, at 11:24 AM, MrNice wrote: > > Hello there, > > What is the best command line to get details about channels position/label in > a multichannel audio file ? > I think that rather than using ffmpeg for this, the "mediainfo" executable might provide an easier way. Once I ha