[Bug 776962] Conversion from m4a encapsuled alac to flac fail with: Could not initialize supporting library.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jan 14 12:43:36 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=776962

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks!

So according to the log FLAC__stream_encoder_init_stream() fails with:

  FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_METADATA,
  /**< The metadata input to the encoder is invalid, in one of the following
ways:
   * - FLAC__stream_encoder_set_metadata() was called with a null pointer but a
block count > 0
   * - One of the metadata blocks contains an undefined type
   * - It contains an illegal CUESHEET as checked by
FLAC__format_cuesheet_is_legal()
   * - It contains an illegal SEEKTABLE as checked by
FLAC__format_seektable_is_legal()
   * - It contains more than one SEEKTABLE block or more than one
VORBIS_COMMENT block
   */

My suspicion is that this is related to:

 gst_flac_enc_peer_query_total_samples: peer reported duration
0:01:32.040000000
 gst_flac_enc_peer_query_total_samples: Upstream reported 0 total samples

(It should've converted to samples using the sample rate.)

Would it be possible for you to make the input file available somewhere for me
to look at? Then I can figure out exactly why it fails.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list