Displaying 7 results from an estimated 7 matches for "65kb".
Did you mean:
64kb
2010 Apr 17
1
Ogg is great!! Tools: ffmpeg2theora, oggz
...inal *.MOV file (160MB) onto ffmpeg2theora
Drag & Drop
Done!
Result is 16MB, wow. Repeat for more files if desired, no need to wait for the first thread to complete.
Now how to chop off the first three seconds where I focus the camera? I discovered oggz-chop. Another super-easy to use tool, 65kB in size, needs only one or two command line parameters, is lossless (!) and finishes before a GUI tool would even have loaded. Great!
oggz-chop -s 3 -o Output.ogv Input.ogv
Done!
Thank you!! I am surprised that high quality, guaranteed-to-play movie encoding and editing can be reduced to such mi...
2005 Feb 11
2
performance?
...ws XP Pro (32-bit) on an Athlon64
Networking: everything connected with GoC.
>From the Linux box, I want to basically back up some stuff from the Windows
box. To do so, I use the following:
smbclient //winbox/share "" -N -Tc backup.tar
This reports the data transfer rate at around 65kb/s
If I use ftp from the Windows box to the Linux box, I can ftp files at
around 15MB/s (near hard drive write speed on the Windows box).
Even when I manually copy files using:
smbclient //winbox/share "" -N
and then get bigfile.zip
I still get the slow speeds. I did see some things...
2010 Aug 13
10
:limit text mysql
I have a rails 3.rc app that I''m developing. I have a text entry in one
my models that can sometimes be quite big. I tried setting :limit =>
4294967296 on the text column in my migration file but this doesn''t seem
to have any effect. The column is till created as a TEXT column rather
than MEDIUMTEXT or LONGTEXT.
Does anyone have any idea why this might be happening? Is there
2002 Mar 15
2
Locks troubles with samba 2.2.2/.3a
...e days the users gets 'currently locked' messages when the application
open the dbf's files with read only access!
I desactivated the oplocks, but the error continues.
With the oplocks activated I get file corruptions inside the dbf's. For
example, one dbf was truncated to exactly 65kb...
We work with Folio Infobase files. Now, when 2 users access to the same
record the second user get the locked messagge 30 sec after the locked
happened. This error happen on NT 4 +sp5/6 but it doesn't happen on
Windows 2000
All these programs work perfectly with Novell and Windows file ser...
2003 Jun 04
1
get.hist.quote not connecting to yahoo (PR#3188)
Full_Name: Alexander Gracian
Version: 1.7
OS: windows XP
Submission from: (NULL) (217.158.140.82)
Since yesterday morning get.hist.quote in tseries has not been connecting to
yahoo 90% of the time. Is this a problem or change at Yahoo's end?
Alex
Example of R output...
Tring to pulling in 30 days of pricestrying URL
2007 Dec 10
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_color_as.c libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_as_drawing.c
...-0.5.4-13379-catch-in-register.xml | 60 +++++++++
20 files changed, 308 insertions(+), 96 deletions(-)
New commits:
commit 2834170dc1d8acbae5ae5a32653b34f88952167e
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Dec 9 22:53:34 2007 +0100
don't crash when loading images > 65kB (fixes #13529)
diff --git a/libswfdec/swfdec_resource.c b/libswfdec/swfdec_resource.c
index 887c102..027027a 100644
--- a/libswfdec/swfdec_resource.c
+++ b/libswfdec/swfdec_resource.c
@@ -287,11 +287,11 @@ swfdec_resource_loader_target_parse (SwfdecLoaderTarget *target, SwfdecLoader *l
}...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...builds
Don't segfault during frame cleanup when exceptions are present (fixes #13379)
add test for just-fixed crash
be paranoid about empty buffers
handle ExportAssets tag in sprites
rework invalidation handling again
don't crash when loading images > 65kB (fixes #13529)
make all decoder functions use uint32_t
fix alignment warnings
fix unaligned reads
fix unaligned reads
silence invalid alignment warnings
silence alignment warnings in tests
fix wording
fix previous (untested) alignment warning fix...