Displaying 6 results from an estimated 6 matches for "init_encoder".
2010 Jan 09
1
libvorbis 1.2.3 not generating 96kHz ogg file
Hi,
I'm trying to get ffmpeg (linked with libvorbis 1.2.3) to generate
a 96kHz ogg file, but I seem to be limited to 50kHz . The command
is
ffmpeg -i t16bit96kHz.wav -acodec libvorbis test.ogg
and I get the error message
[libvorbis @ 0x2051460]oggvorbis_encode_init: init_encoder failedError
while opening codec for output stream #0.0 - maybe incorrect parameters
such as bit_rate, rate, width or height
I tried specifying different sample rates, and anything >= 50001Hz
will give that error message.
Is this a bug with libvorbis or is ffmpeg somehow preventing
me from sp...
2004 Sep 10
3
1.0 source candidate
...der=0x60000000002b8290,
buffer=0x60000000002f9df0 "fLaC", bytes=64, samples=0, current_frame=0,
client_data=0x80000fffffffa5c0) at encode.c:964
#4 0x200000000012bc60 in FLAC__stream_encoder_init (
encoder=0x60000000002b8290) at stream_encoder.c:467
#5 0x400000000000d840 in init_encoder (lax=0, do_mid_side=0,
loose_mid_side=0, do_exhaustive_model_search=0, do_escape_coding=0,
do_qlp_coeff_prec_search=0, min_residual_partition_order=3,
max_residual_partition_order=3, rice_parameter_search_dist=0,
max_lpc_order=8, blocksize=4608, qlp_coeff_precision=0, channels=1...
2004 Sep 10
0
1.0 source candidate
...buffer=0x60000000002f9df0 "fLaC", bytes=64, samples=0,
> current_frame=0,
> client_data=0x80000fffffffa5c0) at encode.c:964
> #4 0x200000000012bc60 in FLAC__stream_encoder_init (
> encoder=0x60000000002b8290) at stream_encoder.c:467
> #5 0x400000000000d840 in init_encoder (lax=0, do_mid_side=0,
> loose_mid_side=0, do_exhaustive_model_search=0,
> do_escape_coding=0,
> do_qlp_coeff_prec_search=0, min_residual_partition_order=3,
> max_residual_partition_order=3, rice_parameter_search_dist=0,
> max_lpc_order=8, blocksize=4608, qlp_coef...
2010 Jul 21
0
problem encoding webm audio content over network stream
...put webm file.
However when I try and encode the same webm input file hosted on my local
HTTP server using the ffmpeg API over a HTTP stream I get the following
errors,
ERROR org.ffmpeg - [matroska @ 0x2aab7e723b00] Read error
ERROR org.ffmpeg - [libvorbis @ 0x2aab7ea56aa0] oggvorbis_encode_init:
init_encoder failed
Anyone any ideas about whats causing this issue?
I plan to post same question on Vorbis mailing list?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20100721/b39a991f/attachment.htm
2004 Sep 10
2
1.0 source candidate
On Fri, Jul 20, 2001 at 10:51:11PM -0400, Matt Zimmerman wrote:
> This version seems to work at least partially on ia64. I am able to encode my
> usual test WAV file now, but I still get a segfault during the self-tests.
Interestingly enough, when I recompiled with --enable-debug to get a stack
trace, it worked. Any ideas how to track down the problem?
--
- mdz
2004 Sep 10
5
Bug with FLAC raw encoding
...forge.net) for FLAC sound font
compression. Lates..
Josh Green
-------------- next part --------------
*** encode.c~ Sat Jan 27 22:30:37 2001
--- encode.c Fri Feb 2 07:10:12 2001
***************
*** 394,399 ****
--- 394,400 ----
}
}
}
+ else fseek (fin, 0, SEEK_SET);
if(!init_encoder(lax, do_mid_side, loose_mid_side, do_exhaustive_model_search, do_qlp_coeff_prec_search, rice_optimization_level, max_lpc_order, blocksize, qlp_coeff_precision, channels, bps, sample_rate, &encoder_wrapper))
goto raw_abort_;