View Single Post
Old 2nd January 2020, 16:22   #152  |  Link
mdalacu
Registered User
 
mdalacu's Avatar
 
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
Quote:
Originally Posted by ReinerSchweinlin View Post
Thanx for the help with AAC-HE

Bitrate in Audio per Channel:

Ok. Maybe I thought this to be too simple.. I had something like this in mind:

Stream 1: 8 Channels (7.1)
Stream 2: 2 Channels (Stereo, other language)
Stream 3: 1 Channel (Commentary)

Right now there seemes no way to convert these audiostreams in one batch to give everyone the bitrate that would be appropriate.

But if bitrate was set "per channel" in the GUI, it could be parsed to the encoder simply by multiplying with the amounts of channels (which are already known).

For example, set Bitrate per channel: 64 kbit/s

So Stream
1 gets 8 x 64 = 512 kbit/s
2 gets 2 x 64 = 128...
3 gets 1 x 64 ...

Sounds simple, but probably isnīt easy to implement.


About -grain:
I didn't try within ffmpeg, but presets, tune settings etc... can be set in ffmpeg for x265 and x264.. And since both have the -grain option, I thought this would be a no brainer. Why should the ffmpeg implementation of x265 leave this out?

Addition: Just noticed that ripbot is using ffmpeg as well - and here --grain can be used. Maybe this helps?
Hi, i have rechecked and to my surprise now grain and animation profiles for x265 are present, so i have added them.
I will not post a intermediate release, just wait for v2.4.1, it's around the corner..:-))
mdalacu is offline   Reply With Quote