Hey Steinar,
I just sent you a PM with the work to date.
Search found 16 matches
- Sun Feb 02, 2020 9:34 pm
- Forum: Feature requests
- Topic: ffmpeg Telecine features
- Replies: 12
- Views: 16659
- Fri Jan 31, 2020 7:27 pm
- Forum: Feature requests
- Topic: ffmpeg Telecine features
- Replies: 12
- Views: 16659
Re: ffmpeg Telecine features
Letting the user implement the colour space filter as required sounds good to me. This is how the vantage and selenio solutions work if I recall correctly. It would be best to implement colour space conversions before implementing telecine/pull down anyway. So I will just proceed with the telecine v...
- Fri Jan 31, 2020 3:28 pm
- Forum: Feature requests
- Topic: ffmpeg Telecine features
- Replies: 12
- Views: 16659
Re: ffmpeg Telecine features
Hi Guys, I have been working on the avisynth hard telecine scripts, and think I have figured out most of the ones I can think of, with just a couple of obscure ones for old film stumping me a bit. These ones actually require a double treatment that is a little complicated. I also have a fixed cadenc...
- Mon Jan 27, 2020 10:32 pm
- Forum: Feature requests
- Topic: ffmpeg Telecine features
- Replies: 12
- Views: 16659
Re: ffmpeg Telecine features
Thanks Guys, I'll see what I can figure out. I had started looking at avisynth a while ago when I thought I was going to have to do a rather tricky framerate conversion, but the job never ended up happening so I never got past the initial look and trying to figure out what the avs script was actuall...
- Mon Jan 27, 2020 7:16 pm
- Forum: Feature requests
- Topic: ffmpeg Telecine features
- Replies: 12
- Views: 16659
Re: ffmpeg Telecine features
Hi Steinar I don’t mind trying to help out with this at all. I’ll see what I can come up with via avisynth and let you know accordingly. I work at a video post production facility and have to deal with framerate conversions for broadcast delivery on a daily basis. We are currently using Telestream E...
- Mon Jan 27, 2020 4:26 pm
- Forum: Feature requests
- Topic: ffmpeg Telecine features
- Replies: 12
- Views: 16659
Re: ffmpeg Telecine features
I haven’t done a lot with avisynth, but I am willing to dig into this and try to figure out what will work.
I understand that this may not be a priority for v1.0, but perhaps it could make it into a future release if I can direct you in the right direction.
I understand that this may not be a priority for v1.0, but perhaps it could make it into a future release if I can direct you in the right direction.
- Mon Jan 27, 2020 1:51 pm
- Forum: Feature requests
- Topic: ffmpeg Telecine features
- Replies: 12
- Views: 16659
Re: ffmpeg Telecine features
It is a pretty important feature in an advanced transcoding system. The most commonly used variants here in North America would be in converting between 23.976p/29.97i, and 24p/29.97i, as a lot of material is produced at 23.976p or 24p, but broadcast is 29.97i, so telecine is the correct way to conv...
- Mon Jan 27, 2020 1:41 am
- Forum: Feature requests
- Topic: ffmpeg Telecine features
- Replies: 12
- Views: 16659
ffmpeg Telecine features
It would be great to have GUI/Encoder access to the telecine filters in ffmpeg for proper framerate conversions, without having to use a custom ffmpeg encoder.
And of corurse the fieldmatch, deinterlace and decimate filters for inverse telecine framerate conversions
And of corurse the fieldmatch, deinterlace and decimate filters for inverse telecine framerate conversions
- Fri Jan 24, 2020 10:58 pm
- Forum: Usage, tips and tricks
- Topic: Conditional encode based on audio language flag
- Replies: 16
- Views: 16497
Re: Conditional encode based on audio language flag
You're welcome, I'm only too happy to help improve things, and thanks for the prompt replies and getting to the bottom of the issue. I just took my test file and converted it to an MP4 using Xmedia Recode to just do a stream copy into a new container, keeping all the stream metadata, and the parsing...
- Fri Jan 24, 2020 10:08 pm
- Forum: Usage, tips and tricks
- Topic: Conditional encode based on audio language flag
- Replies: 16
- Views: 16497
Re: Conditional encode based on audio language flag
Thanks, I'll give it a whirl.