jslhs / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

FFmbc 0.7 fails to transcode a BWAV file #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ffmbc -v 3 -i 3sec.wav -f mp4 -strict experimental -acodec aac -ab 96k -ar 
48000 -ac 2 -y output.mov
FFmbc version 0.7-rc3
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
3sec.wav: Error number -1 occurred

FFmbc 0.6-rc6 works fine:
ffmbc -v 3 -i 3sec.wav -f mp4 -strict experimental -acodec aac -ab 96k -ar 
48000 -ac 2 -y output.mov
FFmbc version 0.6-rc6
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
Input #0, wav, from '3sec.wav':
  Duration: 00:00:03.42, start: 0.000000, bitrate: 1549 kb/s
    Stream #0.0(und): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Output #0, mp4, to 'output.mov':
  Metadata:
    encoder: FFmbc 0.6
    Stream #0.0(und): Audio: aac, 48000 Hz, 2 channels, s16, 96 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
[mp4 @ 0x13a25670] replacing header in front, copying  0.05MB                   

size=      48kB time=00:00:03.43 bitrate= 115.6kbits/s                 
video:0kB audio:47kB global headers:0kB muxing overhead 4.120251%

Original issue reported on code.google.com by boncey@gmail.com on 12 Oct 2011 at 3:22

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the report, it will be fixed.

Original comment by baptiste...@gmail.com on 12 Oct 2011 at 11:44

GoogleCodeExporter commented 8 years ago
Should be fixed in 0.7-rc4

Original comment by baptiste...@gmail.com on 25 Oct 2011 at 3:23