Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] Development opportunity: LTC noise on files created from videotape source: filter idea
@ 2022-07-18  9:53 Stephen McConnachie
  2022-07-18 17:14 ` Michael Niedermayer
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen McConnachie @ 2022-07-18  9:53 UTC (permalink / raw)
  To: 'ffmpeg-devel@ffmpeg.org'

Hi FFMPEG developers,

I have a proposal for a paid development opportunity to add a filter to FFMPEG.

I followed the advice on the FFMPEG Consulting page at https://ffmpeg.org/consulting.html and am emailing this list to try to identify if any of the FFMPEG developers may be able to take on a development commission.

Background: we are digitising high volumes of videotape carriers, and have identified a common case in some videotape formats where Linear Time Code from the tape carrier is present on audio stream 1 in the encoded file - manifesting as a continuous noise.

Idea: could a filter be developed in FFMPEG, based on example files we can provide, to identify the presence of an LTC-derived audio stream, and additionally identify which of the streams is the LTC stream.

If this filter idea sounds achievable, I would aim to identify which of the FFMPEG developers may be able to take on this work, and estimated costs and timeline.

All the best,
Stephen

The British Film Institute is governed by Royal Charter and is a charity registered in England and Wales number 287780. The contents of this e-mail are confidential and may be legally privileged. If you are not the intended recipient, kindly notify the sender that you have received this message in error and immediately delete it. Unless you are the intended recipient, you may not forward this e-mail to anybody, nor make any use of its contents.

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] Development opportunity: LTC noise on files created from videotape source: filter idea
  2022-07-18  9:53 [FFmpeg-devel] Development opportunity: LTC noise on files created from videotape source: filter idea Stephen McConnachie
@ 2022-07-18 17:14 ` Michael Niedermayer
  2022-07-18 17:36   ` Paul B Mahol
  2022-07-19  7:06   ` Stephen McConnachie
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Niedermayer @ 2022-07-18 17:14 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 1723 bytes --]

On Mon, Jul 18, 2022 at 09:53:14AM +0000, Stephen McConnachie wrote:
> Hi FFMPEG developers,
> 
> I have a proposal for a paid development opportunity to add a filter to FFMPEG.
> 
> I followed the advice on the FFMPEG Consulting page at https://ffmpeg.org/consulting.html and am emailing this list to try to identify if any of the FFMPEG developers may be able to take on a development commission.
> 
> Background: we are digitising high volumes of videotape carriers, and have identified a common case in some videotape formats where Linear Time Code from the tape carrier is present on audio stream 1 in the encoded file - manifesting as a continuous noise.
> 
> Idea: could a filter be developed in FFMPEG, based on example files we can provide, to identify the presence of an LTC-derived audio stream, and additionally identify which of the streams is the LTC stream.
> 
> If this filter idea sounds achievable, I would aim to identify which of the FFMPEG developers may be able to take on this work, and estimated costs and timeline.

It should be possible to implement a LTC decoder that turns a audio track into
LTC binary data. If that succeeded and the data is valid then teh track would
very likely have contained LTC.

Do i understand correctly that the tracks are LTC or normal audio not mixed?
or are there tracks that mix audio and LTC and require seperation ?

I think there are several developers who could develop such filter.
I could do it, Iam sure paul could do as well.

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

"I am not trying to be anyone's saviour, I'm trying to think about the
 future and not be sad" - Elon Musk


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] Development opportunity: LTC noise on files created from videotape source: filter idea
  2022-07-18 17:14 ` Michael Niedermayer
@ 2022-07-18 17:36   ` Paul B Mahol
  2022-07-19  7:06   ` Stephen McConnachie
  1 sibling, 0 replies; 4+ messages in thread
From: Paul B Mahol @ 2022-07-18 17:36 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On Mon, Jul 18, 2022 at 7:14 PM Michael Niedermayer <michael@niedermayer.cc>
wrote:

> On Mon, Jul 18, 2022 at 09:53:14AM +0000, Stephen McConnachie wrote:
> > Hi FFMPEG developers,
> >
> > I have a proposal for a paid development opportunity to add a filter to
> FFMPEG.
> >
> > I followed the advice on the FFMPEG Consulting page at
> https://ffmpeg.org/consulting.html and am emailing this list to try to
> identify if any of the FFMPEG developers may be able to take on a
> development commission.
> >
> > Background: we are digitising high volumes of videotape carriers, and
> have identified a common case in some videotape formats where Linear Time
> Code from the tape carrier is present on audio stream 1 in the encoded file
> - manifesting as a continuous noise.
> >
> > Idea: could a filter be developed in FFMPEG, based on example files we
> can provide, to identify the presence of an LTC-derived audio stream, and
> additionally identify which of the streams is the LTC stream.
> >
> > If this filter idea sounds achievable, I would aim to identify which of
> the FFMPEG developers may be able to take on this work, and estimated costs
> and timeline.
>
> It should be possible to implement a LTC decoder that turns a audio track
> into
> LTC binary data. If that succeeded and the data is valid then teh track
> would
> very likely have contained LTC.
>
> Do i understand correctly that the tracks are LTC or normal audio not
> mixed?
> or are there tracks that mix audio and LTC and require seperation ?
>
> I think there are several developers who could develop such filter.
> I could do it, Iam sure paul could do as well.
>

Perhaps it there are clear specifications I could.


>
> thx
>
> [...]
>
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> "I am not trying to be anyone's saviour, I'm trying to think about the
>  future and not be sad" - Elon Musk
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] Development opportunity: LTC noise on files created from videotape source: filter idea
  2022-07-18 17:14 ` Michael Niedermayer
  2022-07-18 17:36   ` Paul B Mahol
@ 2022-07-19  7:06   ` Stephen McConnachie
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen McConnachie @ 2022-07-19  7:06 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

> It should be possible to implement a LTC decoder that turns a audio track into LTC binary data. If that succeeded and the data is valid then teh track would very likely have contained LTC.

I was hoping that would be achievable, thank you Michael. For context, this site has a pretty good explanation of LTC -  http://www.philrees.co.uk/articles/timecode.htm 

>Do i understand correctly that the tracks are LTC or normal audio not mixed?
>or are there tracks that mix audio and LTC and require seperation ?

Yes your understanding is accurate - the LTC and the other audio (Mix / FX) tracks are discrete, not mixed - and in the encoding to FFV1 MKV the LTC-derived stream is a discrete stream.

>I think there are several developers who could develop such filter.
>I could do it, Iam sure paul could do as well.

Thank you! Dave Rice explained that he had made a start on this idea, and asked me for samples of files with LTC-derived audio - I will send Dave samples, and come back to you if I need to explore other options too.

Cheers,
Stephen

-----Original Message-----
From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of Michael Niedermayer
Sent: 18 July 2022 18:14
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] Development opportunity: LTC noise on files created from videotape source: filter idea

Attention. This email originated outside the BFI. Please be extra vigilant when opening attachments or clicking links.
On Mon, Jul 18, 2022 at 09:53:14AM +0000, Stephen McConnachie wrote:
> Hi FFMPEG developers,
> 
> I have a proposal for a paid development opportunity to add a filter to FFMPEG.
> 
> I followed the advice on the FFMPEG Consulting page at https://ffmpeg.org/consulting.html and am emailing this list to try to identify if any of the FFMPEG developers may be able to take on a development commission.
> 
> Background: we are digitising high volumes of videotape carriers, and have identified a common case in some videotape formats where Linear Time Code from the tape carrier is present on audio stream 1 in the encoded file - manifesting as a continuous noise.
> 
> Idea: could a filter be developed in FFMPEG, based on example files we can provide, to identify the presence of an LTC-derived audio stream, and additionally identify which of the streams is the LTC stream.
> 
> If this filter idea sounds achievable, I would aim to identify which of the FFMPEG developers may be able to take on this work, and estimated costs and timeline.

It should be possible to implement a LTC decoder that turns a audio track into LTC binary data. If that succeeded and the data is valid then teh track would very likely have contained LTC.

Do i understand correctly that the tracks are LTC or normal audio not mixed?
or are there tracks that mix audio and LTC and require seperation ?

I think there are several developers who could develop such filter.
I could do it, Iam sure paul could do as well.

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

"I am not trying to be anyone's saviour, I'm trying to think about the  future and not be sad" - Elon Musk



The British Film Institute is governed by Royal Charter and is a charity registered in England and Wales number 287780. The contents of this e-mail are confidential and may be legally privileged. If you are not the intended recipient, kindly notify the sender that you have received this message in error and immediately delete it. Unless you are the intended recipient, you may not forward this e-mail to anybody, nor make any use of its contents.

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-19  7:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18  9:53 [FFmpeg-devel] Development opportunity: LTC noise on files created from videotape source: filter idea Stephen McConnachie
2022-07-18 17:14 ` Michael Niedermayer
2022-07-18 17:36   ` Paul B Mahol
2022-07-19  7:06   ` Stephen McConnachie

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git