[FFmpeg-user] Why doesn't SAR 1:1 DAR 4:3 take effect?

2023-09-04 Thread Phoney
I'm giving up. Forgive me for 3 botched attempts. I'll ask again when I have a webmail that sends plain text. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

[FFmpeg-user] Why doesn't SAR 1:1 DAR 4:3 take effect?

2023-09-04 Thread Phoney
*One more try. (I hate markup and webmail) Help please, What's the difference? Source: Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 640x480 [SAR 8:9 DAR 32:27], 746 kb/s, 29.97 fps, 29.97 tbr, 30k tbn (default) Target: Stream #0:0[0x1](und):

[FFmpeg-user] Why doesn't SAR 1:1 DAR 4:3 take effect?

2023-09-04 Thread Phoney
Please excuse two aborted posts in a row. This is new webmail. Obviously I must dump it. I will be back. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

[FFmpeg-user] Why doesn't SAR 1:1 DAR 4:3 take effect?

2023-09-04 Thread Phoney
* Excuse the aborted post. Help please, What's the difference? Source: Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 640x480 [SAR 8:9 DAR 32:27], 746 kb/s, 29.97 fps, 29.97 tbr, 30k tbn (default) Target: Stream #0:0[0x1](und): Video: h264 (High)

[FFmpeg-user] Why doesn't SAR 1:1 DAR 4:3 take effect?

2023-09-04 Thread Phoney
Help please, What's the difference? Source: Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 640x480 [SAR 8:9 DAR 32:27], 746 kb/s, 29.97 fps, 29.97 tbr, 30k tbn (default) Target: Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661),

Re: [FFmpeg-user] -bsf hevc_metadata

2023-09-01 Thread Phoney
Gyan, Your good suggestion didn't work. Was: Stream #0:0[0x1](und): Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv, bt470bg), 720x576 [SAR 1:1 DAR 5:4], 3913 kb/s, 50 fps, 50 tbr, 90k tbn (default) That's SAR=1, DAR=1.25. Now: Stream #0:0[0x1](und): Video: hevc (Main) (hvc1 /

[FFmpeg-user] -bsf hevc_metadata

2023-09-01 Thread Phoney
Hi, I'm trying to correct bad SARs via '-bsf' -- DARs are also bad but I'll fix them next. The error is: "Codec 'aac' (86018) is not supported by the bitstream filter 'hevc_metadata'." I'm not transcoding. I'm not using 'aac'. I don't see why the command is failing. Thanks for any suggestions. --