similar to: AMD64 Bench

Displaying 20 results from an estimated 200 matches similar to: "AMD64 Bench"

2005 Sep 02
4
ffmpeg2theora bugs ?
Hi, we are using ffmpeg2theora as encoder for a new project. We are finding problems during the conversion step with different type of input compression but, for now, in AVI container. In many case an error generated by ffmpeg lib produce a stop in theora lib (we suppose) Here an example: D:\tmp\ffmpeg>ffmpeg -i f:\vi1.avi vo1.avi ffmpeg version 0.4.9-pre1, build 4743, Copyright (c)
2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
When I converted two files with ffmpeg2theora their duration changed shorter - they seem to play back with accelerated speed. When I play one of them with VLC, the video stops at 99 seconds but audio continues until 170 seconds. The other file is 120 seconds long but it is played back in 80 seconds. Here is ffmpeg2theora output: $ ffmpeg2theora --optimize --inputfps 25 -F 25 2002-05-23\ Juho\
2005 Aug 30
1
ffmpeg2theora 0.15 release
because it was so much fun and 0.14 lost half of its frames, here comes ffmpeg2theora 0.15 Binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.15.linux.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.15.dmg http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.15.exe Source http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.15.tar.bz2 More Info
2005 Aug 30
1
ffmpeg2theora 0.15 release
because it was so much fun and 0.14 lost half of its frames, here comes ffmpeg2theora 0.15 Binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.15.linux.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.15.dmg http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.15.exe Source http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.15.tar.bz2 More Info
2005 Nov 06
1
Piping AVI to ffmpeg2theora
I wish to transcode an AVI from 29fps to 15fps theora. I have tried many combinations. The nearest I have so far is to: 1) ffmpeg -i input.avi -f avi -vcodec rawvideo -acodec pcm_s16le -r 15 -ar 22050 -ac 1 intermediate.avi then 2) ./ffmpeg2theora-0.15.linux.bin -f avi -c1 -H 22050 -o out.ogg intermediate.avi This gives me an output I want, however, the intermediate uncompressed stage
2012 Aug 26
1
stereo usage of the echo canceler
Hello all. A few questions on using speex's echo cancellation, for clarifying: 1) I assume that the echo_frame in this method: speex_echo_playback(echo_state, echo_frame) is just raw "pcm_s16le" type bits/data? I'm a bit new to all this... 2) I assume from this thread: http://lists.xiph.org/pipermail/speex-dev/2009-March/007151.html that speex_echo_playback and
2010 Mar 12
1
ffmpeg to speexenc via pipe
I am transcoding mp3 to wave using ffmpeg I am then piping it to speexenc for speex encoding but the speex file size is 496 bytes after the command ends https://lists.ubuntu.com/archives/ubuntu-users/2010-March/212927.html https://lists.ubuntu.com/archives/ubuntu-users/2010-March/212949.html https://lists.ubuntu.com/archives/ubuntu-users/2010-March/212954.html what am I doing wrong? bellow is
2007 Nov 25
0
[SCRIPT] Using iSCSI in your xen setup
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi, This is my first version of the block-iscsi script. Easy to setup, easy to work with. > #general > name = "skinkie_gentoo_old"; > memory = 256; > > # booting > kernel = "/home/skinkie/xen/boot/gentoo"; > > # virtual harddisk > disk = [
2007 Nov 25
0
[SCRIPT] Using iSCSI in your xen setup
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi, This is my first version of the block-iscsi script. Easy to setup, easy to work with. > #general > name = "skinkie_gentoo_old"; > memory = 256; > > # booting > kernel = "/home/skinkie/xen/boot/gentoo"; > > # virtual harddisk > disk = [
2006 Mar 12
1
ffmpeg2theora conveter problem
Hi: I am trying to convert an avi file to an ogg file. The avi file is 12 frames /sec, resolution 1280x768, 24bits, compression: Cinepak Codec. I got the following message. D:\Dragon\Tools\Theora>ffmpeg2theora-0.16.exe -V 16000 Astro.avi Input #0, avi, from 'Astro.avi': Duration: 00:00:04.0, start: 0.000000, bitrate: 19604 kb/s Stream #0.0, 12.00 fps(r): Video: cinepak, yuv420p,
2009 Feb 28
1
having trouble building on Mac OS X 10.5
>Stephen Bannasch wrote: > >> I'm getting this error trying to build speex on MacOS X 10.5.6: >> >> ./configure: line 21256: syntax error near unexpected token `FFT,' >> ./configure: line 21256: ` PKG_CHECK_MODULES(FFT, fftw3f)' > >Why are you compling from Git? If you grab a release tarball you should >never see an error like that.
2010 Jul 04
1
[LLVMdev] How to get standard Bench Marks
Hi All, I am implementing E-pathPRE in LLVM. The coding part is almost complete and till now it worked fine on my test examples. But, I need to test with some standard bench-marks. Can anyone give me any information about standard bench-marks? or any other standard for testing my pass. Any help on this regards will be appreciated. Thank you and regards, Chayan Sarkar
2019 Dec 02
2
llvm-9-dev apt package missing yaml-bench
Hello everyone I was just porting a project to build against the LLVM 9 apt packages and noticed that the issue I filed and explained during the release phase in https://llvm.org/PR43035 still persists: CMake Error at /usr/lib/llvm-9/lib/cmake/llvm/LLVMExports.cmake:1323 (message):   The imported target "yaml-bench" references the file      "/usr/lib/llvm-9/bin/yaml-bench"
2019 Dec 03
2
llvm-9-dev apt package missing yaml-bench
On 02/12/2019 15:21, Sylvestre Ledru wrote: > yaml-bench is shipping in libclang-common-9-dev Ok possible. Though, it adds an unnecessary 46MB to my docker image. > It should be indeed in llvm-9-dev instead. This would hide the problem, right. I am not sure it's is a good solution. Where can we review the build process for the apt packages? On 02/12/2019 15:21, Sylvestre Ledru wrote:
2006 May 02
6
patch to build theora-mmx on AMD64
Hi all, I've patched theora-mmx to build on x86_64. The patch against SVN is attached. Basically all I did was to copy lib/i386 to lib/x86_64 and tweak the assembler code a bit: * added to each file: typedef unsigned long int ogg_uint64_t * converted all asm inputs to 64-bit in: dsp_mmxext.c, fdct_mmx.c, recon_mmx.c * left all asm outputs at 32-bit * I didn't patch dsp_mmx.c, since all
2005 Aug 13
1
Winbind crash on startup with Win 2K3 sp1 domain controller.
Having migrated from NT 4 I am trying to re-install a number of machines to our New Win 2K3 SP1 Domain. Most machines are Suse 9.1, running heimdal 0.6.1rc3, samba 3.0.14a (rpm from samba site). I can get kinit to work, get net ads join to work (eventually) net ads testjoin looks ok, and net ads user shows the active directory users. However winbind crashes at start up. I have removed and
1998 Nov 25
1
Connect to Visual? and Bench Mark
Hi, Is there any possible way to connect to VB, VC++, Delphi, Python, etc... to R? I am trying to put some nice GUI using something like VB and use R as a back end for computations. I search through the FAQ and help archive, but could not find any. I am willing to look at any tools on Sun/Solaris environment as well (Like C or Python or Perl). If anyone can share some examples, pls let me
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved: apt-get remove libspeex-dev cd ~/src/speex-1.2rc1/ ./configure --prefix=/usr make; make install cd ../ffmpeg ./configure --enable-libspeex make; make install worked; then I was able to decode a Speex .flv file: ~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libspeex
2009 Oct 01
10
ffmpeg2theora 0.25 synchronization issues when converting from .mov
Has anyone noticed this? I have a video made with Final Cut Pro, which I convert to .mov via Compressor. This .mov file plays back fine in Quicktime. But when I then use ffmpeg2theora to convert to ogv, the video seems to play back too fast compared to the audio (I'm using VLC 1.0.2, the latest I believe, to play back the ogv file, and I also have an app that uses the recently
2004 Sep 10
1
--until decodes rest of file?
On Fri, 7 Nov 2003 11:42:05 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote: > sorry about the delay on this one... > > do you have a sample flac file that you can host that exhibits > the problem? Ha. The flac files used in the examples below were of entire audio CDs; due to my use of "time" to demostrate the problem I need a fairly large file. I can simulate the