[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-22 Thread Martin Storsjö
Martin Storsjö mar...@martin.st added the comment: Applied the latest patch, fixing this issue. I don't totally understand the reason for dropping these 1-byte packets at end of stream either, but I'm leaving that part to someone that understands the original reason for this code. --

[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-22 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fixed in r23693. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2013

[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-18 Thread Martin Storsjö
Martin Storsjö mar...@martin.st added the comment: David Conrad was ok with the patch, but suggested me to use op.e_o_s instead of context-eof. Still waiting for an explicit ok on this version. FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-17 Thread Martin Storsjö
Martin Storsjö mar...@martin.st added the comment: What a coincidence - I was just about to report the exactly same issue. The problem lies at these lines in libvorbis.c: /* i'd love to say the following line is a hack, but sadly it's * not, apparently the end of

[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-16 Thread verb3k
verb3k ver...@gmail.com added the comment: Encoding an audio file that starts with silence with libvorbis results in the silence being cut from the beginning of the file. So if you have an audio file of 30 seconds and the first 15 seconds are silence, the resulting file will only have the last

[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-16 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Complete, uncut output from ffmpeg when you run your encode missing and please upload the original sample to a new directory incoming/issue2013. -- status: new - open substatus: new - needs_more_info

[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-16 Thread verb3k
verb3k ver...@gmail.com added the comment: Complete, uncut output from the encode: u...@user:~$ ffmpeg -i silence_first.wav -acodec libvorbis -ab 160k output.ogg FFmpeg version SVN-r23544, Copyright (c) 2000-2010 the FFmpeg developers built on Jun 9 2010 05:35:41 with gcc 4.4.3

[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-16 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Works fine with oggenc. Any reason why you didn't want to upload to a new directory issue2013? Anyway, sample moved to incoming/issue2013 -- substatus: needs_more_info - reproduced

[issue2013] Encoding to Vorbis with libvorbis eliminates silence at the beginning of a file

2010-06-16 Thread verb3k
verb3k ver...@gmail.com added the comment: I'm well aware that this behavior only happens when libvorbis is used with ffmpeg, oggenc and other interfaces are all working fine. I got confirmation of this bug from relaxed at #ffmpeg, he was able to reproduce the bug with that file. I've had this