-
When running ls -l on a mp3fs mounted folder, the size of each .mp3 is equal to that of the .flac.
2008-07-10 11:04:59 UTC in mp3fs transcoding FUSE filesystem
-
I would like Ogg Vorbis support, FLAC is great (for me) as a input format, but I would apprechiate Ogg Vorbis as output format, considering that FLAC and Ogg share the same tag-type, it should not be to hard to change the existing code to work with ogg too.
Maby you could open a separate project called vorbisfs, or just rename this one to audiofs?
Ps. Thank you so much for mp3fs, I was...
2008-07-10 10:02:10 UTC in mp3fs transcoding FUSE filesystem
-
ver 1.1.5rc1
When using
File Format:DV Video Format (dv)
Video Codec:DV Video
xvidcap --codec dv --format dv --fps 25
It instantly dies when pressing "record" button with the following message:
Segmentation fault (core dumped)
This only happens when using DV format.
2007-02-27 06:33:03 UTC in xvidcap
-
Same thing goes for recordMyDesktop v0.3.3.2-cvs
It not the video that get's stretched, but rather the capturing area that goes higher.
When I run the following:
recordmydesktop -width 320 -height 200 -x 3 -y 24
The resulting OGG video looks like i've run the following instead:
recordmydesktop -width 320 -height 208 -x 3 -y 19.
2007-02-27 06:22:53 UTC in recordMyDesktop
-
version: recordMyDesktop v0.3.1
when setting -height parameter the resulting ogg hasn't got exacly this height value, here is some examples i've tried out:
-height 200 # OGG becomes 208
-height 199 # OGG becomes 208
-height 197 # OGG becomes 208
-height 195 # OGG becomes 208
-height 193 # OGG becomes 208
-height 192 # OGG becomes 192.
2007-02-27 05:40:26 UTC in recordMyDesktop
-
I tried to server you a couple of urls, and I found out that there's about 50:50 ratio between gvp videos and non-gvp videos, I guess they really have purged the .gvp file format but haven't changed it back to direct-link for alle the files, sorry for the fuzz, *closed*.
2006-11-29 15:52:18 UTC in Kaffeine
-
I thought you were and closed the bug, but when i checked out manual download of a google video it still serves me a .gvp file, so i reopened.
2006-11-27 21:16:44 UTC in Kaffeine
-
the editing section of the interface is still called ID3v2.3 when editing a ogg file, this should be vorbiscomment i think.
Generally all the ID3 related stuff is still there while editing Vorbis files, would look better if this was cleaned up.
2006-11-23 03:20:41 UTC in Kid3 Tag Editor
-
The kid3 interface won't let you edit other than the first first occurence of ARTIST tags in Ogg Vorbis files, there is the possibility to do it manually thru the frames section but it should be easier.
vorbiscomment doumentation: http://xiph.org/vorbis/doc/v-comment.html
In this documentation they encourage the use of several ARTIST tags if necessary, this is a very neat feature since...
2006-11-23 03:16:35 UTC in Kid3 Tag Editor
-
*.gvp files is an annoying new way of google to share
their videos, instead of direct linking to the video
they link to a small text files that contains the
direct link to the video.
Could the *.gvp support be implemented into Kaffeine?
*.gvp content-type: video/google-video-pointer
Currently I use this script to open *.gvp files in
kaffeine:
#!/bin/bash
INFILE=$*...
2006-09-08 10:15:08 UTC in Kaffeine