search for: frommel

Displaying 14 results from an estimated 14 matches for "frommel".

Did you mean: fromme
2000 Nov 26
2
References for the BARK/MEL stuff
...to the BARK/MEL tables that these macros (from vorbis/scales.h) are trying to approximate? #define toBARK(f) (13.1*atan(.00074*(f))+2.24*atan((f)*(f)*1.85e-8)+1e-4*(f)) #define fromBARK(z) (102.*(z)-2.*pow(z,2.)+.4*pow(z,3)+pow(1.46,z)-1.) #define toMEL(f) (log(1.+(f)*.001)*1442.695) #define fromMEL(m) (1000.*exp((m)/1442.695)-1000.) I was wondering if I could come up with different functions that were easier to compute that would still be good approximations (also, can anyone comment on what a good metric is for judging the 'goodness' of an approximation function). Looking at a...
2008 Nov 12
0
How to fix broken ogg/theora files
2008/11/12 Oliver Frommel <ofrommel at linuxnewmedia.de>: > Hello there, > > we are among the last people to actually make use of the Ogg/Theora > format. Ok, just kidding, but in fact we do live and archival streaming > of various IT conferences. You can take a look at some here if you are > interes...
2008 Nov 13
0
How to fix broken ogg/theora files
2008/11/13 Oliver Frommel <ofrommel at linuxnewmedia.de>: >>> >>> Examples of error messages follow: >>> $ oggz-validate jnazario.ogg >>> jnazario.ogg: Error: >>> 00:55:27.957: serialno 0846930886: Packet out of order (previous >>> 00:55:27.960) >>> 01:05:...
2009 May 04
1
Convert skeleton to "regular" format
> > I thought I fixed the problem with oggCut and ogg skeleton. What version of the Ogg Video Tools are you actually using? If you fixed the problem, I would be happy for a patch :-). > Well, the fix was more of a hack :) I was using oggvideotools 0.7a and the fix is removing the output from lines 189-191 in oggCut.cpp. The toString() method seems to trigger the segfault. Best Oliver
2013 Nov 07
0
Re: Kernel panic with virt-builder etc.
On Thu, Nov 07, 2013 at 08:15:53AM +0100, Oliver Frommel wrote: > Hi there, > > I am trying to write an article on virt-builder and managed to compile > version 1.24.1 of libguestfs on Ubuntu 13.10 (I had mixed success with > the git version and 1.25.x). When I am running virt-builder I am getting > an error message: > > virt-bu...
2013 Nov 07
2
Re: Kernel panic with virt-builder etc.
On Thu, Nov 07, 2013 at 01:58:22PM +0100, Oliver Frommel wrote: > Dammit, you are fast! I just tried to figure out what's missing from > running "init" on the host and installing the missing packages, among > them "mdadm" and others. Also I noticed that "appliance/packagelist" > includes a lot of packages tha...
2008 Nov 13
2
How to fix broken ogg/theora files
>> Thanks for the suggestion. Unfortunately it did not help completely. >> When we edit the original file with oggCut and then use oggz-validate we >> get an error message like the one posted before. Now oggz-sort will fix >> the file so oggz-validate doesn't find any errors. However ffmpeg still >> produces and error with it: >> >> ffmpeg -i rlang.ogg
2008 Nov 11
2
How to fix broken ogg/theora files
Hello there, we are among the last people to actually make use of the Ogg/Theora format. Ok, just kidding, but in fact we do live and archival streaming of various IT conferences. You can take a look at some here if you are interested: https://streaming.linux-magazin.de/en We are using several tools for live streaming, recording and editing Theora streams, among them ffmpeg2theora and oggCut
2009 May 04
5
Convert skeleton to "regular" format
Hi there, we just encountered a problem with some tools obviously encoding into the skeleton format by default, which leads to problems with several other tools, in that particular case it's oggCut. When we try to edit/cut an ogg file with it, the program crashes with a segfault. I was able to locate and fix the problem in the oggCut source but I am wondering how to convert my ogg files to a
2008 Nov 13
2
How to fix broken ogg/theora files
>> >> Examples of error messages follow: >> $ oggz-validate jnazario.ogg >> jnazario.ogg: Error: >> 00:55:27.957: serialno 0846930886: Packet out of order (previous >> 00:55:27.960) >> 01:05:09.077: serialno 0846930886: Packet out of order (previous >> 01:05:09.080) >> >> Are there any tools that can reliably fix broken Ogg/Theora files?
2013 Nov 07
2
Re: Kernel panic with virt-builder etc.
I've just built libguestfs (from git) on Ubuntu 13.10 and it worked for me. Here's what I did: * Clone libguestfs from git: git clone https://github.com/libguestfs/libguestfs.git cd libguestfs * Create a file called 'localconfigure' containing: ---------------------------------------------------------------------- . localenv ./autogen.sh \ --prefix /usr \ --libdir /usr/lib
2013 Nov 07
2
Kernel panic with virt-builder etc.
...e: virt-builder: error: virt-resize failed Upon further investigation it turns out that there's a kernel panic when booting the freshly created image. Running the test-tool gives the following output: -------------------------------------------------------------------- LIBGUESTFS_PATH=/home/ofrommel/libguestfs-1.24.1/appliance LIBGUESTFS_CACHEDIR=/home/ofrommel/libguestfs-1.24.1/tmp LD_LIBRARY_PATH=/home/ofrommel/libguestfs-1.24.1/ruby/ext/guestfs:/home/ofrommel/libguestfs-1.24.1/src/.libs:/home/ofrommel/libguestfs-1.24.1/gobject/.libs LIBGUESTFS_TMPDIR=/home/ofrommel/libguestfs-1.24.1/tmp PAT...
2009 May 04
1
Convert skeleton to "regular" format
ogg.k.ogg.k at googlemail.com schrieb: >> I was able to locate and fix the problem in the oggCut source but I am >> wondering how to convert my ogg files to a non-skeleton version in general. > > oggz rip -c theora -c vorbis -o file-without-skeleton.ogg file-with-skeleton.ogg > > This tool is from liboggz, git.xiph.org. You need a -c option for each stream > type you
2013 Nov 07
0
Re: Kernel panic with virt-builder etc.
Dammit, you are fast! I just tried to figure out what's missing from running "init" on the host and installing the missing packages, among them "mdadm" and others. Also I noticed that "appliance/packagelist" includes a lot of packages that aren't available on Ubuntu, but maybe that doesn't matter. Anyway, I tried your solution but still get the kernel