search for: recompression

Displaying 20 results from an estimated 107 matches for "recompression".

Did you mean: decompression
2002 Aug 11
2
Reducing the bitrate without recompressing
Can I reduce the bitrate of an OGG file without recompressing everything? It would be useful to convert high bitrate ogg to lower bitrate ogg for portable players. Olaf <p><olaf@ kjws.com> for every kind of mail, except spam! :-) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message
2009 Aug 23
3
zfs send/receive and compression
Is there a mechanism by which you can perform a zfs send | zfs receive and not have the data uncompressed and recompressed at the other end? I have a gzip-9 compressed filesystem that I want to backup to a remote system and would prefer not to have to recompress everything again at such great computation expense. If this doesn''t exist, how would one go about creating an RFE for
2007 Jul 23
2
FLAC: editing software
yes I know I can do that, but my question is if there is software to edit FLAC files without having to uncompress to WAV/recompress to FLAC. 2007/7/23, Avuton Olrich <avuton@gmail.com>: > > On 7/23/07, Harry Sack <tranzedude@gmail.com> wrote: > > hi > > > > does somebody know software for editing FLAC files? So I just want to > cut > > some pieces
2013 Mar 27
4
zlib vs lzo uncompress speed, ssd vs nossd
I just setup a new SSD with my laptop root filesystem, and at the time I though, "eh, I''ll just use zlib compression during the first copy, and then switch to lzo afterwards to maintain write speed when I''m using the laptop after the copy and reboot". Now, I rebooted with the new ssd and zlib compressed rootfs, and it seemed to boot slower than it did before with the
1999 Nov 08
2
frame_info_add
Hi, I have this idea: It can be useful to have for each frame two variables stored in bitstream that will hold information about starting and ending position of \"valid\" samples in the frame. With these additional information it will be possible to do simple editing (like cutting or concatenating two streams) without decompressing/recompressing at sample-granularity. Simple example
2007 Jul 23
1
FLAC: editing software
I just tried this with Goldwave.. it decoded the file, i edited out some stuff, and saved the file (flac format) and the tags appear to be intact. Greg M. --- Tomas Valusek <tvalusek@seznam.cz> wrote: > Hello, > > and what if I want to preserve FLAC tags while I'm > editing its contents? > Is there a way e.g. to cut silent block from FLAC > and preserve tags? By
2006 Jan 09
4
Firefox plugin to auto convert audio files into Ogg
per > http://forums.fedoraforum.org/showthread.php?t=63653 The above thread on the Fedora Forums about a script that can automatically convert one audio format to another got me thinking > wouldn't it be fantastic to be able to right click on an MP3 (or other audio file) while in Firefox, and automatically have the file converted into Ogg at the same time as the file is being saved
2002 Jul 24
3
quality question?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 No one has any idea on my question of recompressing ogg files? - -- Robert Cole -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9P5QvOWbzte5wVEURAtnoAJ9d2c7ip94Qqte5AQWP2XaYZ/EQ+ACcDs9a sji3Mrw+X3ofLJ5lmyZN6oQ= =3lh9 -----END PGP SIGNATURE----- <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2014 Jan 31
3
"Compression failed" message
Git version of the FLAC encoder prints error message: ERROR: Compression failed (ratio 1.xyz, should be < 1.0). Please contact the developers. in the following cases: a) recompressing from FLAC 1.2.1 (sometimes) b) encoding very short wav files (around 5k samples) c) encoding white noise test signal.
2007 Jul 23
2
FLAC: editing software
hi does somebody know software for editing FLAC files? So I just want to cut some pieces out of the file (for example silence in front of a recording) thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/attachments/20070723/e3bc7859/attachment.htm
2014 Jun 30
2
Message about compression ratio with stdin input
If I use flac with piped input it warns: FAILURE: Compression failed (ratio 495232,432, should be < 1.0). This happens for some files for one or more of the following reasons: * Recompressing an existing FLAC from a higher to a lower compression setting. * Insufficient input data (eg, very short files, < 10000 frames). * The audio data is not compressable (eg a full range white noise
2013 Apr 18
3
Rebuild package on R 3.0.0 without source code?
R-developers, I have a binary R package built using R 2.14.1 that I would like to run on R 3.0.0. Unfortunately, the original source code is unavailable, so I cannot rebuild the package as R 3.0.0 requires. Is there a straight forward way of converting the package (.rdb, .rdx and .rds files) in the binary package from a 2.14.1 version to a 3.0.0 version without the source code (perhaps
2004 Sep 10
0
Large compression test
...two of the tracks, there was a problem with the MD5 and min/max framesize being all zeroes, and the seek-table being corrupt. Recompressing caused the symptom to disappear. I have seen a similar behaviour earlier when recompressing some tracks using flac 0.10, but those symptoms disappeared after recompression with 1.0. Your TOC-hash algorithm would be interesting to examine, as I'm also intending to move the metadata into a database from a set of plain files. /Svante "JC" == Josh Coalson <xflac@yahoo.com> writes: JC> A large test I ran on flac 1.0 recently finished so I though...
2003 Mar 05
2
compressed archives
Suppose I have a particular version of a largish compressed archive, most likely a .tgz or .tbz2, and that a remote machine has a newer, and only slightly different, version of the same archive, where most of the content hasn't actually changed much. I might attempt to obtain a copy of the newer archive by first copying my local older copy to the newer name as a file to update from. My
2007 Jun 05
3
Mongrel/Apache mod_deflate question
Hi Folks, We''re moving from a single lighttpd-hosted Rails box to a Apache/ mongrel cluster. In lighttpd, mod_compress had a very nice feature: if there''s a static file, it would compress it in a user-specified compress folder. If the file hasn''t changed, it would just serve out the compress file; if the file has changed, it would recompress it and serve it out.
2004 Sep 10
2
deafening silence
if your talking id3v1, something along the lines of (in bash): for f in *.flac ; do tail -c 128 $f > tag && flac-0.8 -d $f ${f%*.flac}.wav && flac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ; done should work. of course, test it before you set it loose on your whole collection. if you're on windows, my condolences... no wait, just get cygwin :) Josh ---
2012 Jan 30
3
[PATCH] Btrfs: allow cloning ranges within the same file
It''s safe and easy to do so, provided the ranges don''t overlap. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> --- fs/btrfs/ioctl.c | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index 0b06a5c..8fcd671 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c @@ -2223,8 +2223,6 @@ static
2004 Aug 06
1
how to cut very big mp3s ?
On Sun, 6 Jan 2002, Jack Moffitt wrote: > I think you're only solution is to convert to .wav do your editing, and > then recompress (for mostly voices you'd probably want to downsample > etc). OK, that's what Audacity does, but unfortunately the version I've tried breaks with big files (it shouldn't however because it cuts work files in many small chunks) > Out
2009 Oct 18
1
Join two theora video files
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all: I have a question which, maybe, could go to the Theora FAQ. How can I join two theora video files in one without recompressing them? Can I just join them one after the other, like with Ogg/Vorbis? I've created a front-end for Thusnelda and want to offer extra features not yet in other software. My idea is to do multithread compression
2002 Dec 23
2
normalising vorbis
Hi Guys, I've done some line recordings, and to save space compressed straight to vorbis, and as such have no access to the original. Upon listening, I found the volume to be quite quiet and I am wondering if there exists a native vorbis normaliser, so I don't have to decompress to wave, normalise and recompress. Does anybody know of such a beast? I'm aware of