Displaying 2 results from an estimated 2 matches for "min_prediction_order".
Did you mean:
max_prediction_order
2014 Dec 02
1
Modified metaflac add --output-json
...e" if stream is not "subset".
What parameters need to test/check for subset compliance?
If one or more of the following statements is true the stream is NOT subset.
sample size in bits = not (8 or 12 or 16 or 20 or 24)
or
min_partition_order > 8
or
max_partition_order > 8
or
min_prediction_order > 12 and samplerate <= 48000
or
max_prediction_order > 12 and samplerate <= 48000
or
frame_size > 4608 and samplerate <= 48000
or
frame_size > 16384
Thanks in advance!
2014 Dec 02
2
Modified metaflac add --output-json
On Mon, Dec 1, 2014 at 10:40 PM, ???? ?????? <bart.gopnik at gmail.com> wrote:
> Please help me solve the following problem:
>
> FLAC tools have a lots of warnings about non-subset files during
> encoding, but unfortunately don't have easy way to check/test existing
> FLAC stream for subset compliance.
>
> "flac -a" generates the big text file that has