[FFmpeg-user] MOV: "undetermined" as audio track language writes "eng"

2018-11-09 Thread Peter B.
Hi everyone :) I have a situation where I would need to encode Quicktime (MOV) files with ISO639-2 language metadata values "less popular/common" than usual.  I've also read the related the Quicktime Specs [1,2]. How can I set language to e.g. UND or QAA? Whenever I try to encode a file e.g. wi

Re: [FFmpeg-user] MOV: "undetermined" as audio track language writes "eng"

2018-11-09 Thread Peter B.
Just seen there's already an issue for this: https://trac.ffmpeg.org/ticket/6103 "When trying to set the audio track metadata language to 'und' (undefined) ffmpeg switches to 'eng' (English)" Shall I post my findings there? Nice greetings, Pb ___ ffm

[FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Chris von Görstinger
Hello FFmpeg Developers! I think I found an bug in FFmpeg regarding HD MXFs. Or maybe I have missed a syntax option which I does not know yet. But first things first. - 1.) CURRENT SITUATION I am testing

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Carl Eugen Hoyos
2018-11-09 15:25 GMT+01:00, Chris von Görstinger : > I am testing to generate XDMCAMHD422 and AVCIntra50/100 MXFs > with ffmpeg 4.0.2. and 4.0. Please test current FFmpeg git head, nothing else is supported here. [...] > After generating these files I am testing them with an MXF Analyzer which

Re: [FFmpeg-user] MOV: "undetermined" as audio track language writes "eng"

2018-11-09 Thread Carl Eugen Hoyos
2018-11-09 13:21 GMT+01:00, Peter B. : > Just seen there's already an issue for this: > https://trac.ffmpeg.org/ticket/6103 > > "When trying to set the audio track metadata language to 'und' > (undefined) ffmpeg switches to 'eng' (English)" > > Shall I post my findings there? The ticket does look

Re: [FFmpeg-user] Blocking frames with -acodec aac

2018-11-09 Thread Tato Rocker
Hi, Sorry, right now I can´t send you a video. But I can indicate that I'm trying to execute this command: ffmpeg -i 20181107_101356_256.avi -aq 9 -bufsize 991835k -acodec aac -strict -2 r1.mp4 While the program is running is showing the message: Past duration 0.993095 too large in every moment un

Re: [FFmpeg-user] Blocking frames with -acodec aac

2018-11-09 Thread Carl Eugen Hoyos
2018-11-09 16:12 GMT+01:00, Tato Rocker : > Sorry, right now I can´t send you a video. But I can indicate that I'm > trying to execute this command: > ffmpeg -i 20181107_101356_256.avi -aq 9 -bufsize 991835k > -acodec aac -strict -2 r1.mp4 Complete, uncut console output missing. Please find out

[FFmpeg-user] Encode Mpeg Layer 1 Audio

2018-11-09 Thread Lucas Oliveira
There is any way to encode Mpeg Layer 1 audio ? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Encode Mpeg Layer 1 Audio

2018-11-09 Thread Paul B Mahol
On 11/9/18, Lucas Oliveira wrote: > There is any way to encode Mpeg Layer 1 audio ? There is a way. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-use

Re: [FFmpeg-user] Encode Mpeg Layer 1 Audio

2018-11-09 Thread Lucas Oliveira
so ffmpeg does not encode mp1 ? is there any other way? Em sex, 9 de nov de 2018 às 13:46, Paul B Mahol escreveu: > On 11/9/18, Lucas Oliveira wrote: > > There is any way to encode Mpeg Layer 1 audio ? > > There is a way. > ___ > ffmpeg-user mailing l

Re: [FFmpeg-user] Encode Mpeg Layer 1 Audio

2018-11-09 Thread Carl Eugen Hoyos
2018-11-09 16:51 GMT+01:00, Lucas Oliveira : > so ffmpeg does not encode mp1 ? Correct. > is there any other way? Google indicates "Uzura 1" is what you need: http://www.rarewares.org/rrw/uzura.php Please do not top-post here, Carl Eugen ___ ffmpeg-us

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Christoph Gerstbauer
Hello Carl, thanks for the fast reply Please test current FFmpeg git head, nothing else is supported here. [...] I cant because I am not able to compile. I am just a user. Not a programmer/compiler. I am dependent on the windows exe builds from https://ffmpeg.zeranoe.com/builds/ which are

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Carl Zwanzig
On 11/9/2018 7:08 AM, Carl Eugen Hoyos wrote: 2018-11-09 15:25 GMT+01:00, Chris von Görstinger : I am testing to generate XDMCAMHD422 and AVCIntra50/100 MXFs with ffmpeg 4.0.2. and 4.0. Please test current FFmpeg git head, nothing else is supported here. If the MXF code hasn't changed since

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Carl Eugen Hoyos
2018-11-09 17:12 GMT+01:00, Christoph Gerstbauer : > Hello Carl, > > thanks for the fast reply > >> Please test current FFmpeg git head, nothing else is supported here. >> >> [...] > > I cant because I am not able to compile. I am just a user. Not a > programmer/compiler. > I am dependent on the wi

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Lou Logan
On Fri, Nov 9, 2018, at 8:01 AM, Carl Eugen Hoyos wrote: > > (Continuing a discussion I had with several people who archive.) > I wonder if this is all intentional (seriously!), you have a > specification that from all I know is unclear, multiple different > and incompatible implementations and sev

[FFmpeg-user] h264_videotoolbox encoder

2018-11-09 Thread Alfred E. Heggestad
Hi, I would like to provide some feedback regarding the h264_videotoolbox encoder. Version info first: $ ffmpeg -version ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers built with Apple LLVM version 8.1.0 (clang-802.0.38) configuration: --prefix=/usr/local/Cellar/ffmpeg/4.1 -

Re: [FFmpeg-user] h264_videotoolbox encoder

2018-11-09 Thread Carl Eugen Hoyos
2018-11-09 22:18 GMT+01:00, Alfred E. Heggestad : > Version info first: > > $ ffmpeg -version > ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers While is relatively recent, there is in general no release support on this mailing list, and even less so for macos. [...] > 320 x

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Marton Balint
On Fri, 9 Nov 2018, Lou Logan wrote: On Fri, Nov 9, 2018, at 8:01 AM, Carl Eugen Hoyos wrote: (Continuing a discussion I had with several people who archive.) I wonder if this is all intentional (seriously!), you have a specification that from all I know is unclear, multiple different and in

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Carl Eugen Hoyos
2018-11-10 0:19 GMT+01:00, Marton Balint : > > On Fri, 9 Nov 2018, Lou Logan wrote: > >> On Fri, Nov 9, 2018, at 8:01 AM, Carl Eugen Hoyos wrote: >>> >>> (Continuing a discussion I had with several people who archive.) >>> I wonder if this is all intentional (seriously!), you have a >>> specificati

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Marton Balint
On Sat, 10 Nov 2018, Carl Eugen Hoyos wrote: 2018-11-10 0:19 GMT+01:00, Marton Balint : On Fri, 9 Nov 2018, Lou Logan wrote: On Fri, Nov 9, 2018, at 8:01 AM, Carl Eugen Hoyos wrote: (Continuing a discussion I had with several people who archive.) I wonder if this is all intentional (seri