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 2800k -color_primaries:v bt709 -c

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

[FFmpeg-user] Fwd: Remove black border on both up/down and left/bottom

2025-05-22 Thread Richard Bartczak via ffmpeg-user
Weitergeleitete Nachricht Betreff: Re: [FFmpeg-user] Remove black border on both up/down and left/bottom Datum: Fri, 23 May 2025 03:04:26 +0200 Von:Richard Bartczak An: Mark Filipak Am 23.05.25 um 02:53 schrieb Mark Filipak: On 22/05/2025 20.18, Richard Bartc

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Mark Filipak
On 22/05/2025 20.18, Richard Bartczak via ffmpeg-user wrote: ffmpeg -i "1492-Die Eroberung  des  Paradieses.ts" -crf 0 -vf scale=720x576,setsar=64/45,setdar=16/9 -c:a copy out.ts   => bad quality, but speedx >= 8 -vf scale=720x576,setsar=64/45,setdar=16/9 You are causing the video s

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Mark Filipak
On 22/05/2025 20.18, Richard Bartczak via ffmpeg-user wrote: ffmpeg -i "1492-Die Eroberung  des  Paradieses.ts" -crf 0 -vf scale=720x576,setsar=64/45,setdar=16/9 -c:a copy out.ts   => bad quality, but speedx >= 8 -vf scale=720x576,setsar=64/45,setdar=16/9 You are causing the video s

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Richard Bartczak via ffmpeg-user
Am 23.05.25 um 02:07 schrieb Mark Filipak: On 22/05/2025 20.04, Richard Bartczak via ffmpeg-user wrote: Am 23.05.25 um 01:49 schrieb Mark Filipak: On 20/05/2025 08.16, Richard Bartczak via ffmpeg-user wrote: Hello, Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Mark Filipak
On 22/05/2025 20.04, Richard Bartczak via ffmpeg-user wrote: Am 23.05.25 um 01:49 schrieb Mark Filipak: On 20/05/2025 08.16, Richard Bartczak via ffmpeg-user wrote: Hello, Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:1

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Richard Bartczak via ffmpeg-user
Am 23.05.25 um 01:49 schrieb Mark Filipak: On 20/05/2025 08.16, Richard Bartczak via ffmpeg-user wrote: Hello, Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3]*, 25 fps, 25 tbr, 90k tbn There are no black bor

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Mark Filipak
On 20/05/2025 08.16, Richard Bartczak via ffmpeg-user wrote: Hello, Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3]*, 25 fps, 25 tbr, 90k tbn There are no black borders in the pictures. Your player is applying

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Richard Bartczak via ffmpeg-user
Am 23.05.25 um 00:46 schrieb Richard Bartczak via ffmpeg-user: Am 20.05.25 um 14:16 schrieb Richard Bartczak via ffmpeg-user: Hello, video recorded for 4/3 : Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3]*, 2

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Richard Bartczak via ffmpeg-user
Am 20.05.25 um 14:16 schrieb Richard Bartczak via ffmpeg-user: Hello, video recorded for 4/3 : Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3]*, 25 fps, 25 tbr, 90k tbn (container ts). What I want to have i

Re: [FFmpeg-user] DTS 7.1 to AC3 5.1

2025-05-22 Thread Paul B Mahol
On Thu, May 22, 2025 at 8:30 PM Paul B Mahol wrote: > > > On Thu, May 22, 2025 at 8:22 PM Mark Filipak > wrote: > >> On 22/05/2025 16.07, Paul B Mahol wrote: >> > On Thu, May 22, 2025 at 8:01 PM Mark Filipak < >> markfilipak.i...@gmail.com> >> > wrote: >> > >> >> Hi, All, >> >> >> >> I've tried

Re: [FFmpeg-user] DTS 7.1 to AC3 5.1

2025-05-22 Thread Paul B Mahol
On Thu, May 22, 2025 at 8:22 PM Mark Filipak wrote: > On 22/05/2025 16.07, Paul B Mahol wrote: > > On Thu, May 22, 2025 at 8:01 PM Mark Filipak > > > wrote: > > > >> Hi, All, > >> > >> I've tried every trick in the documentation but I can't persuade FFmpeg > >> CLI to convert DTS 7.1 to > >> AC3

Re: [FFmpeg-user] DTS 7.1 to AC3 5.1

2025-05-22 Thread Mark Filipak
On 22/05/2025 16.07, Paul B Mahol wrote: On Thu, May 22, 2025 at 8:01 PM Mark Filipak wrote: Hi, All, I've tried every trick in the documentation but I can't persuade FFmpeg CLI to convert DTS 7.1 to AC3 5.1. The best I get is AC3 5.0(side). Handbrake does it, and it uses the same libraries

Re: [FFmpeg-user] Remove black border on both up/down and left/bottom

2025-05-22 Thread Terje J. Hanssen
Den 20.05.2025 14:16, skrev Richard Bartczak via ffmpeg-user: Hello, video recorded for 4/3 : Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3]*, 25 fps, 25 tbr, 90k tbn (container ts). What I want to have

Re: [FFmpeg-user] DTS 7.1 to AC3 5.1

2025-05-22 Thread Paul B Mahol
On Thu, May 22, 2025 at 8:01 PM Mark Filipak wrote: > Hi, All, > > I've tried every trick in the documentation but I can't persuade FFmpeg > CLI to convert DTS 7.1 to > AC3 5.1. > > The best I get is AC3 5.0(side). > > Handbrake does it, and it uses the same libraries! I went ahead and made a > m

[FFmpeg-user] DTS 7.1 to AC3 5.1

2025-05-22 Thread Mark Filipak
Hi, All, I've tried every trick in the documentation but I can't persuade FFmpeg CLI to convert DTS 7.1 to AC3 5.1. The best I get is AC3 5.0(side). Handbrake does it, and it uses the same libraries! I went ahead and made a minimal-resolution, MPEG2 copy just to get at the AC3 5.1. Do you

Re: [FFmpeg-user] Benefits from Chroma Upsampling v4l2 8bit 422 to 10bit 422 FFV1 backup?

2025-05-22 Thread Terje J. Hanssen
Den 22.05.2025 08:53, skrev Carl Zwanzig: On 5/20/2025 4:15 PM, Terje J. Hanssen wrote: And yes, I agree. I didn't tell that I actually have a legacy pretty good TBC (built in a Videonics MX-1 videomixer) That's really a consumer product, not a professional one (and not broadcast quality).