Displaying 20 results from an estimated 100 matches similar to: "ffmpeg to speexenc via pipe"
2009 Feb 20
2
segfault on amd64 with ffmpeg
Hi,
and thank to you all for this great codec !
I have this bug on Debian Lenny with compiled packages of last svn versions of
ffmpeg and libtheora. This seems to append only on the amd64 arch. Here is a
valgrind log :
pre-barreau at augustins:~/video$ export LD_LIBRARY_PATH=/usr/local/lib
pre-barreau at augustins:~/video$ valgrind
/home/pub/apps/ffmpeg_dev/ffmpeg_svn/ffmpeg -i
2020 Jul 13
3
CentOS 8 & HandBrakeCLI
Since I upgraded to CentOS8, I cannot get HandBrakeCLI to work:
# HandBrakeCLI
HandBrakeCLI: error while loading shared libraries: libass.so.5: cannot
open shared object file: No such file or directory
Googling this, it appears the error message is related to ffmpeg, but I
don't get any error message with it:
# ffmpeg
ffmpeg version 4.2.3 Copyright (c) 2000-2020 the FFmpeg developers
?
2020 Jul 13
0
CentOS 8 & HandBrakeCLI
On 7/13/20 4:04 AM, Frank M. Ramaekers Jr. wrote:
> Since I upgraded to CentOS8, I cannot get HandBrakeCLI to work:
>
> # HandBrakeCLI
> HandBrakeCLI: error while loading shared libraries: libass.so.5: cannot open shared object file: No such file or directory
>
> Googling this, it appears the error message is related to ffmpeg, but I don't get any error message with it:
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
Compiling ffmpge2theora from SVN appears to die while complaining
about undefined symbols?
This documents my attempt to build ffmpeg2theora from SVN on Mac OS X
version 10.5.7. I'm using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda
built from SVN...
jason$ svn co http://svn.xiph.org/trunk/ffmpeg2theora/
...
Checked out revision 16330.
jason$ cd ffmpeg2theora;curl -C - -O
2015 Jan 17
4
How to install libquicktime on CentOS 7 in one (or two) line of command?
Hi,
For some reason, I need support of QuickTime on my CentOS 7. So I
searched the internet and found that something called "|libquicktime|"
can provide that support. So I download the rpm file from
http://rpmfind.net/linux/rpm2html/search.php?query=libquicktime%28x86-64%29.
Then I ran command "|rpm -i libquicktime-1.2.4-31.el7.x86_64.rpm|" and
got the following errors:
2004 Aug 06
1
speexenc/dec exit code
Hi all,
I've another trivial request: Is there any particular reason why
speexenc and speexdec return 1 on successful completion? It would be
preferable if they returned 0 unless there were errors, to be
consistent with other *nix utilities and to allow for easier
scripting (eg speexdec sample.spx && cp sample.spx somewhere)
Would anyone be against this?
TIA,
Bernard.
--
2004 Aug 06
0
found a small bug in speexenc.c
the stack variable bytes_written is never initialized.
Not that it matters - it is only incremented and never
used later.... ;)
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No
2004 Aug 06
0
SpeexEnc Launcher
Attached is a small Visual Basic(yeah, I know, VB sucks but its the only
thing I'm good with) program that lets you quickly and easily launch
speexenc under Windows. If you can't figure out how to use it read the
ToolTip text(hover your mouse over each text box/button/whatever). It
will crash if you don't give a location for SpeexEnc.exe and click Run.
If you're using
2004 Aug 06
1
speexenc and speexdec
When I use speexenc appplication to encode a wav file and then speexdec to decode it the decoded wav is bigger than the original, why this happens?
Thanks.
Miguel Gomes
<p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2786 bytes
Desc: winmail.dat
Url :
2004 Aug 06
1
compile speexenc 1.1.4
Hello,
I have problems to compile speexenc 1.1.4, ihave the following errors
<p>speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess
speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess_ctl
speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess_state_init
Debug/speexenc.exe : fatal error LNK1120: 3 unresolved externals
Error
2005 Mar 01
0
SpeexEnc Launcher
Hi Tyler!
I found your e-mail in a forum and would like to ask you some questions if you don't mind.
I just learn about Speex last night and would like to know if works ok with VB. Since you have working with this in VB your could say something.
I intend to make a simple application to allow me to comunicate between to computers using VOIP and in each computer having a two-way
2005 Oct 06
0
spx1.1.10 speexenc compile
Hi Mon,
I added 'misc.h' to the #includes in speexenc.c and commented out the
declaration of 'le_int' in 'wav_io.h'. Then, it compiles and works fine.
John
Mo Win wrote:
> Hi all,
>
> Been trying to compile speex 1.1.10's speexenc for win32 using Visual
> C++ 6.0 but came up with some errors (abt 33 of them, syntax errors). I
> just traced them to
2006 Jun 07
1
Unable to compile speexenc and speexdec projects of speex1.0.5
Dear developers,
I am not able to compile speexenc and speexdec projects of speex1.0.5
on windows because of ogg.h file (and related file) are not included
with the source code.
So can you please include ogg.h and other file which should included
in ogg folder
in source code so that i can compile it and use this source.
Thank you
2006 Jul 15
0
Ogg embedding, problem with spec and/or bugs in speexenc
On Sat, Jul 15, 2006 at 02:17:22PM -0500, Joe Wreschnig wrote:
> I'm working on support for tagging Speex files for Mutagen[0] and part
> of the specification at [1] is confusing me. It says the first page
> should have granulepos 0 and packetno 0. Does this really mean page
> sequence number 0, since the Ogg format doesn't number packets?
Sounds like a spec bug. The libogg
2006 Jul 19
1
Skeleton output support in speexenc
Hi,
I just added skeleton meta data output support in speexenc. The option
is disabled by default and can be enabled using -k or --skeleton. I'm
using a very simple skeleton API for handling skeleton packet
generation which is contained in skeleton.h & skeleton.c.
Please check the patch and whether xine/mplayer/quicktime and other
players support the skeleton enabled speex file. At the
2006 Aug 02
1
[PATCH] skeleton support for speexenc and speexdec
Hi,
I have done some code cleanup of my speexenc patch for skeleton
support. Also a warning message have been added to let the users know
that some decoders may fail with skeleton output enabled.
The speexdec patch enables speexdec to play skeleton enabled speex file.
Thanks in advance for the feedbacks.
--tahseen
-------------- next part --------------
A non-text attachment was scrubbed...
2006 Aug 08
1
[PATCH] updated skeleton support for speexenc
Hi,
Jean it was indeed an error on my part. Its fixed in this update.
Also skeleton API has been updated.
Thanks for catching the bug.
--tahseen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speexenc-skeleton.patch
Type: text/x-patch
Size: 17115 bytes
Desc: not available
Url :
2006 Nov 06
1
speexenc seg fault, amd64
Is there a bugzilla or similar for speex?
I'm getting core-dumps on AMD64 speex (ubuntu)
> speexenc -v
speexenc (Speex encoder) version 1.1.11.1 (compiled Dec 9 2005)
Copyright (C) 2002-2005 Jean-Marc Valin
> speexenc /tmp/d04t05.wav d04t05.spx
Encoding 16000 Hz audio using wideband (sub-band CELP) mode (mono)
Segmentation fault
> aplay /tmp/d04t05.wav
Playing WAVE
2007 Jan 13
1
Batch Processing for SpeexEnc and SpeexDec
Hello, I am a master's student using Speex for my thesis research.
My question is this: I am running speex from a command line in Unix
and I want to encode/decode numerous files at once. How can this be
done since the speexenc requires [options] input_filename.wav
output_filename.spx and the reverse extensions for the decoder.
Sorry I am much more of a hardware (read: EE) then a CS guy. I
2007 Apr 28
2
SpeexEnc/SpeexDec Source Code
I'm working in .NET and have found that there is, unfortunately, no simple
way to access unmanaged, object-oriented APIs from C#/VB.NET. Ultimately I
have decided to adapt speexenx and speexdec into a simple, functional API
with two functions: one for encoding an array of bytes, and one for decoding
it.
Does anyone know if the source code for speexenc and speecdec is available,
or are they