Re: [FFmpeg-user] Get the file size in advance when encoding from one another format

2022-06-14 Thread Adam Nielsen via ffmpeg-user
> I've created a simple wrapper for FFmpeg using java and use this in a > spring boot web application, and everything works fine. But the problem is > I have this requirement that I need to get the file size of any media > format in advance from encoding to another format because I need to set the

Re: [FFmpeg-user] Get the file size in advance when encoding from one another format

2022-06-14 Thread Reindl Harald
Am 14.06.22 um 19:58 schrieb Sendex Six: I've created a simple wrapper for FFmpeg using java and use this in a spring boot web application, and everything works fine. But the problem is I have this requirement that I need to get the file size of any media format in advance from encoding to ano

Re: [FFmpeg-user] Get the file size in advance when encoding from one another format

2022-06-14 Thread Cecil Westerhof via ffmpeg-user
Sendex Six writes: > I've created a simple wrapper for FFmpeg using java and use this in a > spring boot web application, and everything works fine. But the problem is > I have this requirement that I need to get the file size of any media > format in advance from encoding to another format becau

Re: [FFmpeg-user] Get the file size in advance when encoding from one another format

2022-06-14 Thread Bouke (Edit 'B)
> > Please help me do this; How do I get the file size in advance if I encode > any media format to another format so that I can set the Header > Content-Length in the header. What is the formula for this? I'm new to > FFMpeg. Didn’t you already get flamed on this very subject not very long ago?

[FFmpeg-user] Get the file size in advance when encoding from one another format

2022-06-14 Thread Sendex Six
I've created a simple wrapper for FFmpeg using java and use this in a spring boot web application, and everything works fine. But the problem is I have this requirement that I need to get the file size of any media format in advance from encoding to another format because I need to set the Header C