FS#27818 - PCM signed big-endian encoding as unsigned
Attached to Project:
Arch Linux
Opened by Gavin (Glinx) - Wednesday, 04 January 2012, 10:56 GMT
Last edited by Ionut Biru (wonder) - Friday, 27 January 2012, 17:21 GMT
Opened by Gavin (Glinx) - Wednesday, 04 January 2012, 10:56 GMT
Last edited by Ionut Biru (wonder) - Friday, 27 January 2012, 17:21 GMT
|
Details
Description:
PCM signed big-endian requied, but all attempts encoded as unsigned. package version ffmpeg 20111211-1 After some recent home video recodes I noticed that my usual signed pcm sound codec (pcm_s16be) has encoded as unsigned. After trying a few other pcm signed codecs they also came out as unsigned Steps to reproduce: ffmpeg -i in.MTS -vcodec dnxhd -threads 4 -b:v 240M -pix_fmt yuv422p -acodec pcm_s16be out.mov No errors were given, output said it was singed. When checked in video editor and Mediainfo it was in fact unsigned. |
This task depends upon
Closed by Ionut Biru (wonder)
Friday, 27 January 2012, 17:21 GMT
Reason for closing: Fixed
Additional comments about closing: ffmpeg 20120127-1
Friday, 27 January 2012, 17:21 GMT
Reason for closing: Fixed
Additional comments about closing: ffmpeg 20120127-1
what can we do is to try a new snapshot[1] and see if is fixed and if not, report upstream.
[1] http://pkgbuild.com/~ioni/ffmpeg
Unfortunately it doesn’t, I'll report upstream.
https://ffmpeg.org/trac/ffmpeg/ticket/873