Search found 36 matches
- Mon Sep 23, 2024 7:01 pm
- Forum: Bug reporting
- Topic: DVCPRO adds 1 frame to the file metadata
- Replies: 13
- Views: 7464
Re: DVCPRO adds 1 frame to the file metadata
With the updated workflow by @emcodem, the duration of the result file is correct, but the fade is not, as it does not fade to complete black, which is also a prerequisite. So I dived a bit into AviSynth and realized there's some options I can use for my rare case. Basically I trimmed the source vid...
- Sat Sep 21, 2024 9:11 pm
- Forum: Bug reporting
- Topic: DVCPRO adds 1 frame to the file metadata
- Replies: 13
- Views: 7464
Re: DVCPRO adds 1 frame to the file metadata
OMG, this works so well. Thank you a million times, @emcodem, I would never come to this by my own. Now the length is exact for both audio and video (v1.4.0.7) 1. While this workaround works, would that be better to add an option in the encoder to disable the apad, for those who may encounter that t...
- Wed Sep 18, 2024 11:23 pm
- Forum: Bug reporting
- Topic: DVCPRO adds 1 frame to the file metadata
- Replies: 13
- Views: 7464
Re: DVCPRO adds 1 frame to the file metadata
Thank you @FranceBB, the Avisynth frame clipping command works as you described. However, just to be sure, I downgraded my FFASTrans deploy from 1.4.0 to the previous version 1.3.1, and with the same workflow and the same file I got the correct output. I believe this is something that was introduced...
- Sun Aug 18, 2024 12:37 am
- Forum: Bug reporting
- Topic: DVCPRO adds 1 frame to the file metadata
- Replies: 13
- Views: 7464
Re: DVCPRO adds 1 frame to the file metadata
Thanks, will check that!
Also how exactly do you check the length with avspmod? My intention is to check if the length is not longer or shorter than a whole amount of minutes, like 1, 2 or 3.
Also how exactly do you check the length with avspmod? My intention is to check if the length is not longer or shorter than a whole amount of minutes, like 1, 2 or 3.
- Thu Aug 15, 2024 6:10 pm
- Forum: Bug reporting
- Topic: DVCPRO adds 1 frame to the file metadata
- Replies: 13
- Views: 7464
DVCPRO adds 1 frame to the file metadata
I convert SD file to the DVCPRO format with addintional processing. The Source file is 1m0s long, with interlacing and it has audio interleave duration of 1000 ms (25 frames). When I convert it, the interleave duration becomes 40ms (1 frame), and somehow the host app that airs this file, reports the...
- Fri Feb 16, 2024 4:36 pm
- Forum: Usage, tips and tricks
- Topic: Rendering multiple resolutions at the same time
- Replies: 3
- Views: 1601
Re: Rendering multiple resolutions at the same time
Oh right, this should work, I will try that. Thanks!
- Fri Feb 16, 2024 1:59 pm
- Forum: Usage, tips and tricks
- Topic: Rendering multiple resolutions at the same time
- Replies: 3
- Views: 1601
Rendering multiple resolutions at the same time
Hey, I'm currently looking for a way to convert a single input into multiple bitrate and size mp4 files. I used to have a single master converter and then two more that are chained after it. Now I look for a more optimized solution. I.e.: If I have the source file has fields, I stick to the old work...
- Fri Dec 01, 2023 8:40 pm
- Forum: Feature requests
- Topic: Loudness true peak limiting
- Replies: 18
- Views: 32922
Re: Loudness true peak limiting
Yeah, now I see that the loudness analyzer in FFASTrans works exactly how I need. Moreover, it has exactly same result as if the file was processed by `ffmpeg-normalize` script or by Davinci Resolve Normalize Audio Levels feature set to EBU R128 mode. Thanks again, now it is much clearer for me.
- Mon Nov 27, 2023 6:51 pm
- Forum: Feature requests
- Topic: Loudness true peak limiting
- Replies: 18
- Views: 32922
Re: Loudness true peak limiting
My goal is to use EBU128 standard normalization with the target level of -23 LUFS. I'm not sure how to achieve that with the builtin normalization functionality. The loudness analyzer has so many variables to fill, it is not very clear to me which I should use. It would be great if you could give me...
- Thu Nov 16, 2023 11:20 am
- Forum: Feature requests
- Topic: Loudness true peak limiting
- Replies: 18
- Views: 32922
Re: Loudness true peak limiting
Is it possible to introduce ffmpeg_normalize as a tool inside FFASTrans? Does FFASTrans support custom nodes? If so, is there a documentation on that?