search for: oggcut

Displaying 10 results from an estimated 10 matches for "oggcut".

Did you mean: oggcat
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 non-skeleton version in general. Thanks for your help Oliver
2008 Dec 10
3
How to fix broken ogg/theora files
Hi there, I haven't been on this list until now, so I wasn't aware of this problem until last night ;-) - sorry for that. I am working on a patch for oggCut for that issue (looks good actually but I would like to do some testing befor I can release a patch.) Normal players are not effected by the page time misordering, so I took this issue as "minor". The reason for the misordering is that oggCut works on per-packet basis. Therefor there is...
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() met...
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 -ab 56 -ar 22050 -acodec lib...
2008 Nov 13
2
How to fix broken ogg/theora files
...hat's to be done to create such a tool if there is none yet? > > > for that particular error (packets out of order), oggz-sort should be > able to fix the files for you. > 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 -ab 56 -ar 22050 -acodec libmp3lame rlang.flv [vorbis @ 0x880dbb0]Not...
2008 Nov 11
2
How to fix broken ogg/theora files
...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 from oggvideotools (http://dev.streamnik.de/oggvideotools.html). Now unfortunately many files are broken, either from interrupting the recording or cutting. Examples of error messages follow: $ oggz-validate jnazario.ogg jnazario.ogg: Error: 00:55:27.957: serialno 0846930886: Packet out of order...
2008 Nov 12
0
How to fix broken ogg/theora files
...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 from oggvideotools > (http://dev.streamnik.de/oggvideotools.html). > > Now unfortunately many files are broken, either from interrupting the > recording or cutting. > > Examples of error messages follow: > $ oggz-validate jnazario.ogg > jnazario.ogg: Error: > 00:55:27.957...
2008 Nov 13
0
How to fix broken ogg/theora files
...such a tool if there is none yet? >> >> >> for that particular error (packets out of order), oggz-sort should be >> able to fix the files for you. >> > > 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 -ab 56 -ar 22050 -acodec libmp3lame rlang.flv &...
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 mig...
2009 Feb 01
1
SVN Repository for the Ogg Video Tools
...sourceforge project for the Ogg Video Tools with SVN support: https://oggvideotools.svn.sourceforge.net/svnroot/oggvideotools/trunk/ any help (like patches, or additions) are very welcome. - Yorn Ogg Video Tools: contains some nice tools to create and handle ogg files (oggSlideshow, oggThumb, oggCut etc). It is written in C++.