Re: [FFmpeg-user] VBR encoding not supported ???

2024-05-10 Thread Aditya Dandavate
On Wed, 8 May, 2024, 2:31 pm Moritz Barsnick via ffmpeg-user, < ffmpeg-user@ffmpeg.org> wrote: > On Wed, May 08, 2024 at 12:09:52 +0530, Aditya Dandavate wrote: > > As I use FFMPEG mostly for creating videos that are uploaded to Youtube, > is > > it fine to use VP8/O

Re: [FFmpeg-user] VBR encoding not supported ???

2024-05-08 Thread Aditya Dandavate
Ferdi Scholten, wrote: > On 28-04-2024 12:44, Aditya Dandavate wrote: > > I was converting flac audio to aac_lc with libfdk_aac with VBR encoding. > > But I saw a message about VBR encoding. > > > > The command and output of the command is as follows : > > &g

Re: [FFmpeg-user] VBR encoding not supported ???

2024-05-01 Thread Aditya Dandavate
Still using Opus (with libopus) encoder, tho. On Sun, 28 Apr, 2024, 9:55 pm Ferdi Scholten, wrote: > On 28-04-2024 12:44, Aditya Dandavate wrote: > > I was converting flac audio to aac_lc with libfdk_aac with VBR encoding. > > But I saw a message about VBR encoding. >

Re: [FFmpeg-user] VBR encoding not supported ???

2024-05-01 Thread Aditya Dandavate
fixed, but I guess the Fraunhofer people forget to remove the warning it seems. On Sun, 28 Apr, 2024, 9:55 pm Ferdi Scholten, wrote: > On 28-04-2024 12:44, Aditya Dandavate wrote: > > I was converting flac audio to aac_lc with libfdk_aac with VBR encoding. > > But I saw a me

Re: [FFmpeg-user] VBR encoding not supported ???

2024-04-29 Thread Aditya Dandavate
5 pm Ferdi Scholten, wrote: > On 28-04-2024 12:44, Aditya Dandavate wrote: > > I was converting flac audio to aac_lc with libfdk_aac with VBR encoding. > > But I saw a message about VBR encoding. > > > > The command and output of the command is as follows : > > >

Re: [FFmpeg-user] VBR encoding not supported ???

2024-04-28 Thread Aditya Dandavate
Thanks for the info. I'll use Opus from now on. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] VBR encoding not supported ???

2024-04-28 Thread Aditya Dandavate
I was converting flac audio to aac_lc with libfdk_aac with VBR encoding. But I saw a message about VBR encoding. The command and output of the command is as follows : Command : ffmpeg.exe -i input.flac -c:a libfdk_aac -afterburner 1 -frame_length 1024 -cutoff 0 -vbr 5 -profile:a aac_low

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-08 Thread Aditya Dandavate
But, in case of SVT-AV1, x264, and x265, we can see progress, but, idk why not in case of vpx and aom-av1. Anyways, fine enough. On Mon, 8 Apr, 2024, 7:23 am Syehoon Kim, wrote: > 2024년 4월 8일 (월) 오전 10:38, Aditya Dandavate 님이 > 작성: > > > > Even after waiting like 5 mins, I s

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-07 Thread Aditya Dandavate
Okay, thank you sir . On Mon, 8 Apr, 2024, 7:23 am Syehoon Kim, wrote: > 2024년 4월 8일 (월) 오전 10:38, Aditya Dandavate 님이 > 작성: > > > > Even after waiting like 5 mins, I saw the same status as the output of > the > > command, so what's the bug that is causing the

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-07 Thread Aditya Dandavate
Even after waiting like 5 mins, I saw the same status as the output of the command, so what's the bug that is causing the first pass to not progress ahead ? On Sun, 7 Apr, 2024, 1:16 pm Aditya Dandavate, wrote: > > ffmpeg -i Map11.mp4 -c:v libvpx -quality good -cpu-used 2 -pass 1 -b:v

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-07 Thread Aditya Dandavate
ffmpeg -i Map11.mp4 -c:v libvpx -quality good -cpu-used 2 -pass 1 -b:v 12000k -fps_mode cfr -pix_fmt yuv420p -f matroska NULL ffmpeg -i Map11.mp4 -c:v libvpx -quality good -cpu-used 2 -pass 2 -b:v 12000k -c:a copy -pix_fmt yuv420p pass1.mkv pause Output: F:\New folder\PrBoomX>ffmpeg -i

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Aditya Dandavate
Okay sir, I will follow your advice and your all instructions. Thank you for guiding me. On Tue, 2 Apr, 2024, 12:17 am Srikanth Kotagiri, wrote: > On Mon, Apr 1, 2024 at 11:15 AM Aditya Dandavate > wrote: > > > > okay. > > > > thank you sir. > > &g

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Aditya Dandavate
okay. thank you sir. But, I had one more problem coming frequently while encoding in two-pass. The problem says `File Ended Prematurely`. What could be the reason for this frequent issue ? On Mon, 1 Apr, 2024, 11:42 pm Laine Lee, wrote: > > > > On Apr 1, 2024, at 9:35 AM, Adit

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Aditya Dandavate
this happening ? On Mon, 1 Apr, 2024, 8:01 pm Srikanth Kotagiri, wrote: > On Mon, Apr 1, 2024 at 3:40 AM Aditya Dandavate > wrote: > > > > and then > > > > ffmpeg -y -i Capture.mp4 -pix_fmt yuv420p -c:v libx264 -pass 1 -an > > -b:v 2600k -f mp4 NUL > > >

[FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Aditya Dandavate
In words of Gyan Dev Sir, a maintainer of FFMPEG, "Two-pass is meant for when you have a fixed input and you wish to analyze the file beforehand, so that the encode is optimized for the target bitrate and other encoder parameters. Your 1st command is discarding the capture. And so your 2nd

[FFmpeg-user] VBR or ABR ?

2024-02-29 Thread Aditya Dandavate
`-rc 1` in SVT encoders i.e SVT-AV1, SVT-VP9, SVT-HEVC means VBR encoding. So, when I just set the Target Bitrate, like .eg `-b:v 5000k` does this mean the encoder will use VBR encoding with an average bitrate of 5 mbps or is this Average Bitrate Encoding (ABR) ?

[FFmpeg-user] Triggering VBR in audio codecs who doesn't have native VBR support.

2024-01-02 Thread Aditya Dandavate
Is it possible to trigger VBR mode by setting different values for -maxrate, -minrate and -b:v even for those audio codecs who doesn't have support for VBR ? e.g mp2 doesn't have VBR support in ffmpeg, but it supports bitrates from 32 to 384 kbps. So, if I set -minrate to 32k, -maxrate to 384k,

Re: [FFmpeg-user] Libx265 halves the quality when psy-rd is enabled for 444 input.

2024-01-01 Thread Aditya Dandavate
On Mon, 1 Jan, 2024, 7:44 pm Ferdi Scholten, wrote: > On 31-12-2023 04:32, Aditya Dandavate wrote: > >>> rd=3 psy-rd=2.00 > >> Those (default) values are probably too high for your purpose, creating > >> artifarcts, ringing and blurring. Reduce them (1 is t

Re: [FFmpeg-user] Libx265 halves the quality when psy-rd is enabled for 444 input.

2023-12-31 Thread Aditya Dandavate
On Mon, 1 Jan, 2024, 9:24 am Aditya Dandavate, wrote: > > > On Sun, 31 Dec, 2023, 7:54 pm Ferdi Scholten, wrote: > >> >> >> On 31-12-2023 04:32, Aditya Dandavate wrote: >> > rd=3 psy-rd=2.00 >> Those (default) values are probably too high for

Re: [FFmpeg-user] Libx265 halves the quality when psy-rd is enabled for 444 input.

2023-12-31 Thread Aditya Dandavate
On Sun, 31 Dec, 2023, 7:54 pm Ferdi Scholten, wrote: > > > On 31-12-2023 04:32, Aditya Dandavate wrote: > > rd=3 psy-rd=2.00 > Those (default) values are probably too high for your purpose, creating > artifarcts, ringing and blurring. Reduce them (1 is the recommended >

Re: [FFmpeg-user] Libx265 halves the quality when psy-rd is enabled for 444 input.

2023-12-31 Thread Aditya Dandavate
On Sun, 31 Dec, 2023, 7:54 pm Ferdi Scholten, wrote: > > > On 31-12-2023 04:32, Aditya Dandavate wrote: > > rd=3 psy-rd=2.00 > Those (default) values are probably too high for your purpose, creating > artifarcts, ringing and blurring. Reduce them (1 is the recommended >

[FFmpeg-user] Libx265 halves the quality when psy-rd is enabled for 444 input.

2023-12-30 Thread Aditya Dandavate
I was testing libx265 encoder and I was that when psy-rd is enabled for 444 input, the quality is halved. Here are my encoding settings: # Video capture encoding settings cap_soundcommand "ffmpeg -f s16le -ar %s -ac 2 -i - -c:a aac -profile:a 1 -q:a 2.0 -y temp_a.nut" cap_videocommand "ffmpeg -f

[FFmpeg-user] True range of native AAC encoder.

2023-12-27 Thread Aditya Dandavate
I was encoding with VBR native FFMPEG's AAC encoder i.e using `-q:a.` https://trac.ffmpeg.org/wiki/Encode/AAC The above page says that effective range for -q:a is `0.1 to 2.0.` But, I tried to encode with `-q:a 5.0` and FFMPEG didn't gave any error for encoding the audio. I was suprised! And I

Re: [FFmpeg-user] Calculating VMAF of two mkv format videos.

2023-12-21 Thread Aditya Dandavate
On Thu, 21 Dec, 2023, 12:27 pm Ferdi Scholten, wrote: > I was trying to calculate VMAF of two mkv videos. One is lossless and > > second is lossy. > > > > I tried to gave this command : > > > > ffmpeg -i outputvideo.mkv -i lossless.mkv -lavfi > > libvmaf=log_path=output.xml -f null - > > > > But

Re: [FFmpeg-user] Calculating VMAF of two mkv format videos.

2023-12-21 Thread Aditya Dandavate
On Thu, 21 Dec, 2023, 10:43 pm Srikanth Kotagiri, wrote: > For future reference include the full unedited output when asking for help. > > On Thu, Dec 21, 2023 at 9:05 AM Aditya Dandavate < > adityadandavat...@gmail.com> wrote: > > > Its working fine now. > > >

Re: [FFmpeg-user] Calculating VMAF of two mkv format videos.

2023-12-21 Thread Aditya Dandavate
Its working fine now. I saw I missed '-' after null so it was giving me an error. Thank you anyways.  > ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

Re: [FFmpeg-user] Calculating VMAF of two mkv format videos.

2023-12-21 Thread Aditya Dandavate
On Thu, 21 Dec, 2023, 12:27 pm Ferdi Scholten, wrote: > I was trying to calculate VMAF of two mkv videos. One is lossless and > > second is lossy. > > > > I tried to gave this command : > > > > ffmpeg -i outputvideo.mkv -i lossless.mkv -lavfi > > libvmaf=log_path=output.xml -f null - > > > > But

Re: [FFmpeg-user] Calculating VMAF of two mkv format videos.

2023-12-20 Thread Aditya Dandavate
On Thu, 21 Dec, 2023, 12:27 pm Ferdi Scholten, wrote: > I was trying to calculate VMAF of two mkv videos. One is lossless and > > second is lossy. > > > > I tried to gave this command : > > > > ffmpeg -i outputvideo.mkv -i lossless.mkv -lavfi > > libvmaf=log_path=output.xml -f null - > > > > But

[FFmpeg-user] Calculating VMAF of two mkv format videos.

2023-12-20 Thread Aditya Dandavate
I was trying to calculate VMAF of two mkv videos. One is lossless and second is lossy. I tried to gave this command : ffmpeg -i outputvideo.mkv -i lossless.mkv -lavfi libvmaf=log_path=output.xml -f null - But it didn't work. So, how can I calculate the VMAF scores of two mkv videos ? Can anyone

Re: [FFmpeg-user] Calculating VMAF of single videos.

2023-12-20 Thread Aditya Dandavate
> It seems you don't read my answer : you won't get any support here. > Also top posting has to be avoided here, see > https://ffmpeg.org/contact.html#MailingLists > > Nicolas > Okay, I founded out the alternative for calculating VMAF. I wanted to ask you that is libvpx-vp9 with -lossless 1

Re: [FFmpeg-user] Calculating VMAF of single videos.

2023-12-18 Thread Aditya Dandavate
oops sorry: dsda-doom.exe -timedemo nameofdemo -viddump video.mp4 this was the command sorry for the mistake. On Mon, 18 Dec, 2023, 2:35 pm Nicolas Gaullier, wrote: > >ffmpeg -timedemo nameofdemo -viddump video.mp4 > > > >The problem is 'I don't have any source material, i.e rawvideo etc'. >

[FFmpeg-user] Calculating VMAF of single videos.

2023-12-17 Thread Aditya Dandavate
I viddump videos with help of FFMPEG through `Video Capture Encoding Settings` of DSDA-Doom. A demo (also called LMP, from the lump file extension) is any recording of a game session that can be played back using the game engine. Internally, it is a sequence of tic commands, keeping track of just

Re: [FFmpeg-user] Question about libopus encoding.

2023-12-07 Thread Aditya Dandavate
>> >> > >> With my 5 year old laptop (kaby lake based intel i7-8650U 1.9 GHz base, >> low power quadcore), opus encoding with ffmpeg at highest quality >> settings (-compression_level 10) has no problems encoding stereo input >> in realtime. I suggest to try different quality levels and use the

Re: [FFmpeg-user] Question about libopus encoding.

2023-12-04 Thread Aditya Dandavate
> > > > > With my 5 year old laptop (kaby lake based intel i7-8650U 1.9 GHz base, > low power quadcore), opus encoding with ffmpeg at highest quality > settings (-compression_level 10) has no problems encoding stereo input > in realtime. I suggest to try different quality levels and use the best >

Re: [FFmpeg-user] Question about libopus encoding.

2023-12-04 Thread Aditya Dandavate
On Mon, 4 Dec, 2023, 10:27 pm Ferdi Scholten, wrote: > *cap_soundcommand* "ffmpeg -f s16le -ar %s -ac 2 -i - -c:a libopus -vbr on > > -compression_level 0 -application lowdelay -b:a 128k -y temp_a.nut" > > > > Is this VBR encoding, is `-b:a 128k` the average bitrate or > maximum/minimum > >

[FFmpeg-user] Question about libopus encoding.

2023-12-04 Thread Aditya Dandavate
*cap_soundcommand* "ffmpeg -f s16le -ar %s -ac 2 -i - -c:a libopus -vbr on -compression_level 0 -application lowdelay -b:a 128k -y temp_a.nut" Is this VBR encoding, is `-b:a 128k` the average bitrate or maximum/minimum allowed bitrate ? ___ ffmpeg-user

Re: [FFmpeg-user] VBR encoding for libsvtav1.

2023-11-27 Thread Aditya Dandavate
Thank you sir.  On Mon, 27 Nov, 2023, 1:43 pm Ferdi Scholten, wrote: > On Mon, 27 Nov, 2023, 7:32 am Aditya Dandavate, > > > wrote: > > > >> On Mon, 27 Nov, 2023, 4:16 am Ferdi Scholten, > wrote: > >> > >>> What is the quality rate contr

Re: [FFmpeg-user] VBR encoding for libsvtav1.

2023-11-26 Thread Aditya Dandavate
On Mon, 27 Nov, 2023, 7:32 am Aditya Dandavate, wrote: > On Mon, 27 Nov, 2023, 4:16 am Ferdi Scholten, wrote: > >> What is the quality rate control when encoding in VBR mode ? >> > I get message : >> > >> > Svt[warn]: The input q value is ignored in vbr mo

Re: [FFmpeg-user] VBR encoding for libsvtav1.

2023-11-26 Thread Aditya Dandavate
On Mon, 27 Nov, 2023, 4:16 am Ferdi Scholten, wrote: > What is the quality rate control when encoding in VBR mode ? > > I get message : > > > > Svt[warn]: The input q value is ignored in vbr mode 20 when I set the > -crf > > to 20 when enabling the -svtav1-params rc=1. > > When I set -qp 20, the

Re: [FFmpeg-user] VBR encoding for libsvtav1.

2023-11-26 Thread Aditya Dandavate
On Sun, 26 Nov, 2023, 8:18 pm Aditya Dandavate, wrote: > > > On Sun, 26 Nov, 2023, 7:38 pm Gyan Doshi, wrote: > >> >> >> On 2023-11-26 07:21 pm, Aditya Dandavate wrote: >> > On Sun, 26 Nov, 2023, 6:44 pm Ferdi Scholten, >> wrote: >> > >

Re: [FFmpeg-user] VBR encoding for libsvtav1.

2023-11-26 Thread Aditya Dandavate
On Sun, 26 Nov, 2023, 7:38 pm Gyan Doshi, wrote: > > > On 2023-11-26 07:21 pm, Aditya Dandavate wrote: > > On Sun, 26 Nov, 2023, 6:44 pm Ferdi Scholten, wrote: > > > >> I was trying and searching the web to 'how to encode videos with > libsvtav1 > >>

Re: [FFmpeg-user] VBR encoding for libsvtav1.

2023-11-26 Thread Aditya Dandavate
On Sun, 26 Nov, 2023, 6:44 pm Ferdi Scholten, wrote: > I was trying and searching the web to 'how to encode videos with libsvtav1 > > with help of VBR rate control mode and I found on this page that setting > > -rc 1 will enable Variable Bitrate mode. > > > > > > >

[FFmpeg-user] VBR encoding for libsvtav1.

2023-11-26 Thread Aditya Dandavate
I was trying and searching the web to 'how to encode videos with libsvtav1 with help of VBR rate control mode and I found on this page that setting -rc 1 will enable Variable Bitrate mode. https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/svt-av1_encoder_user_guide.md I tried to set

Re: [FFmpeg-user] A question about video encoding.

2023-11-13 Thread Aditya Dandavate
On Mon, 13 Nov, 2023, 11:00 pm Andrew Randrianasulu, < randrianas...@gmail.com> wrote: > пн, 13 нояб. 2023 г., 14:35 Aditya Dandavate >: > > > On Sun, 12 Nov, 2023, 11:15 pm Andrew Randrianasulu, < > > randrianas...@gmail.com> wrote: > > > > &

Re: [FFmpeg-user] A question about video encoding.

2023-11-13 Thread Aditya Dandavate
On Mon, 13 Nov, 2023, 5:05 pm Aditya Dandavate, wrote: > > On Sun, 12 Nov, 2023, 11:15 pm Andrew Randrianasulu, < > randrianas...@gmail.com> wrote: > >> вс, 12 нояб. 2023 г., 20:23 Aditya Dandavate > >: >> >> >> > So, Should I stick to h26

Re: [FFmpeg-user] A question about video encoding.

2023-11-13 Thread Aditya Dandavate
On Sun, 12 Nov, 2023, 11:15 pm Andrew Randrianasulu, < randrianas...@gmail.com> wrote: > вс, 12 нояб. 2023 г., 20:23 Aditya Dandavate >: > > > > So, Should I stick to h264_qsv or mpeg4 ? In general, which encoder gives > > higher quality at the same bitrate ?

[FFmpeg-user] A question about video encoding.

2023-11-12 Thread Aditya Dandavate
I have an Intel Pentium G3240 processor. This is a quite a low end processor and even x264 etc is cpu-intensive and even encoding with this encoder is really slow. (6.0 to 6.5 fps with medium preset). I encoded some videos with mpeg4 video encoder and h264_qsv encoder. The results I got was the