search for: linuxnewmedia

Displaying 9 results from an estimated 9 matches for "linuxnewmedia".

2008 Nov 12
0
How to fix broken ogg/theora files
2008/11/12 Oliver Frommel <ofrommel at linuxnewmedia.de>: > Hello there, > > we are among the last people to actually make use of the Ogg/Theora > format. 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-m...
2008 Nov 13
0
How to fix broken ogg/theora files
2008/11/13 Oliver Frommel <ofrommel at linuxnewmedia.de>: >>> >>> Examples of error messages follow: >>> $ oggz-validate jnazario.ogg >>> jnazario.ogg: Error: >>> 00:55:27.957: serialno 0846930886: Packet out of order (previous >>> 00:55:27.960) >>> 01:05:09.077: serialno 0846930886: P...
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() method seems to trigger the segfault. Best Oliver
2009 Oct 30
1
Author wanted for Dovecot article in Linux Magazine (Germany)
...hy he should migrate to Dovecot. It won't be long, just about 2-3 pages (a maximum of 15000 characters) including screen shots and/or listings, code, > 10 Links and an author's biography with photo. Anybody interested? That would be great, feel free to send me a mail to: mfeilner at linuxnewmedia.de Unfortunately, we don't have much time, there's only two weeks left, but I will help and do a lot of work for the article. And don't worry about language! :-) Thanks a lot! -- Best Regards - Mit freundlichen Gruessen Markus Feilner ------------------------- Feilner IT Linux &a...
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
2008 Nov 11
2
How to fix broken ogg/theora files
Hello there, we are among the last people to actually make use of the Ogg/Theora format. 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
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
2008 Nov 13
2
How to fix broken ogg/theora files
>> >> Examples of error messages follow: >> $ oggz-validate jnazario.ogg >> jnazario.ogg: Error: >> 00:55:27.957: serialno 0846930886: Packet out of order (previous >> 00:55:27.960) >> 01:05:09.077: serialno 0846930886: Packet out of order (previous >> 01:05:09.080) >> >> Are there any tools that can reliably fix broken Ogg/Theora files?
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