Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2017-07-02 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by ami_stuff):

 Here is the output:

 https://files.fm/u/2ktnnzef

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2017-07-02 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by thilo.borgmann):

 I got no error message from the reference decoders, too.
 However, one just produced a 0-size file and the other just put some wav
 header bytes onto disk... please have a look at the actual files created.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2017-07-02 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by ami_stuff):

 {{{
 C:\>C:\mp4alsRM23win\mp4alsRM23.exe -v -c -x C:\ff\pred.mp4 out.wav

 Audio Properties
   Sample type   : int
   Resolution: 16 bit
   Sample Rate   : 44100 Hz
   Channels  : 2 ch
   Samples/Chan. : 1323648
   Duration  : 30.0 sec

 Codec Properties
   Frame Length  : 2048
   BS Level  : 0
   Pred. Order   : 1023
   Random Access : no (0 frames)
   BGMC Coding   : no
   Joint Stereo  : yes
   MCC enabled   : no
   LTP enabled   : no

 Format Properties
   Orig. Format  : WAVE
   Byte Order: LSB first
   Header Size   : 44 bytes
   Trailer Size  : 0 bytes

 MP4 file: C:\ff\pred.mp4
 PCM file: out.wav

 Decoding... 100% done

 CRC status: ok

 Declared Profiles  : 
 Conformant Profiles: 

 Processing took 8.73 sec (3.4 x real-time)
 }}}

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2017-07-02 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by ami_stuff):

 the file decodes correctly (afaict - no error messages) with:

 {{{
 C:\>C:\mp4alsRM23win\mp4alsRM23.exe -h

 mp4alsRM23 - MPEG-4 Audio Lossless Coding (ALS), Reference Model Codec
   Version 23 for Win32
   (c) 2003-2008 Tilman Liebchen, TU Berlin / LG Electronics
 E-mail: liebc...@nue.tu-berlin.de
   Portions by Yuriy A. Reznik, RealNetworks, Inc.
 E-mail: yrez...@real.com
   Portions by Koichi Sugiura, NTT Advanced Technology corporation
 E-mail: koichi.sugi...@ntt-at.co.jp
   Portions by Takehiro Moriya, Noboru Harada and Yutaka Kamamoto, NTT
 E-mail: {moriya.takehiro,harada.noboru,kamamoto.yutaka}@lab.ntt.co.jp

 Usage: mp4alsRM23 [options] infile [outfile]

   In compression mode, infile must be a PCM file (wav, aif, or raw format)
   or a 32-bit floating point file (normalized, wav format type 3).
   Mono, stereo, and multichannel files with up to 65536 channels and up to
   32-bit resolution are supported at any sampling frequency.
   In decompression mode (-x), infile is the compressed file (.als or
 .mp4).
   If outfile is not specified, the name of the output file will be
 generated
   by replacing the extension of the input file (wav <-> als).
   If outfile is '-', the output will be written to stdout. If infile is
 '-',
   the input will be read from stdin, and outfile has to be specified.

 General Options:
   -c  : Check accuracy by decoding the whole file after encoding.
   -d  : Delete input file after completion.
   -h  : Help (this message)
   -v  : Verbose mode (file info, processing time)
   -x  : Extract (all options except -v and -MP4 are ignored)
 Encoding Options:
   -7  : Set parameters for optimum compression (except LTP, MCC, RLSLMS)
   -a  : Adaptive prediction order
   -b  : Use BGMC codes for prediction residual (default: use Rice codes)
   -e  : Exclude CRC calculation
   -f# : ACF/MLZ mode: # = 0-7, -f6/-f7 requires ACF gain value
   -g# : Block switching level: 0 = off (default), 5 = maximum
   -i  : Independent stereo coding (turn off joint stereo coding)
   -l  : Check for empty LSBs (e.g. 20-bit files)
   -m# : Rearrange channel configuration (example: -m1,2,4,5,3)
   -n# : Frame length: 0 = auto (default), max = 65536
   -o# : Prediction order (default = 10), max = 1023
   -p  : Use long-term prediction
   -r# : Random access (multiples of 0.1 sec), -1 = each frame, 0 = off
 (default)

   -s# : Multi-channel correlation (#=1-65536, jointly code every #
 channels)
 # must be a divisor of number of channels, otherwise -s is ignored
   -sp#: Enforce ALS Simple Profile Level # (currently only #=1 is defined)
   -t# : Two methods mode (Joint Stereo and Multi-channel correlation)
 # must be a divisor of number of channels
   -u# : Random access info location, 0 = frames (default), 1 = header, 2 =
 none
   -z# : RLSLMS mode (default = 0: no RLSLMS mode,  1-quick, 2-medium
 3-best )
 MP4 File Format Support:
   -MP4: Use MP4 file format for compressed file (default if extension is
 .mp4)
   -OAFI:Force to embed meta box with oafi record
   -npi: Do not indicate the conformant profiles in the MP4 file
 Audio file support:
   -R  : Raw audio file (use -C, -W, -F and -M to specify format)
   -S# : Sample type: 0 = integer (default), 1 = float
   -C# : Number of Channels (default = 2)
   -W# : Word length in bits per sample (default = 16)
   -F# : Sampling frequency in Hz (default = 44100)
   -M  : 'MSByte first' byte order (otherwise 'LSByte first')
   -H# : Header size in bytes (default = 0)
   -T# : Trailer size in bytes (default = 0)
   -I  : Show info only, no (de)compression (add -x for compressed files)

 Examples:
   mp4alsRM23 -v sound.wav
   mp4alsRM23 -n1024 -i -o20 sound.wav
   mp4alsRM23 - sound.als < sound.wav
   mp4alsRM23 -x sound.als
   mp4alsRM23 -x sound.als - > sound.wav
   mp4alsRM23 -I -x sound.als
 }}}

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2017-07-02 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by thilo.borgmann):

 For me, both RM22rev2 and RM23 of the reference software fail to decode
 this properly. Have you tested decoding with these?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2017-04-12 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by rishsethia):

 But, I don't get any response via email !

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2017-04-07 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by thilo.borgmann):

 You're welcome to post a corresponding patch to ffmpeg-devel mailing list.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2017-04-07 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by rishsethia):

 i want to solve this issue !

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2016-09-19 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-
Changes (by thilo.borgmann):

 * cc: thilo.borgmann (removed)


Comment:

 I'm already receiving mails for this ticket for being assigned to it.

 Found the sample, thanks!

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2016-09-19 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by cehoyos):

 Should be fixed.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2016-09-19 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by cehoyos):

 I'll try to fix the permissions later today, sorry!

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2016-09-19 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * cc: thilo.borgmann (added)


Comment:

 Please search hard in http://samples.ffmpeg.org/ffmpeg-bugs/trac/

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2016-09-19 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by thilo.borgmann):

 I cannot download it from datafilehost anymore.
 Please attach it to the ticket or send me a private mail with the sample.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2016-03-07 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |  thilo.borgmann
 Priority:  important|   Status:  open
  Version:  git-master   |Component:  avcodec
 Keywords:  als  |   Resolution:
  regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-
Changes (by thilo.borgmann):

 * owner:   => thilo.borgmann


--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5297(avcodec:open): mpeg-4 als: "predictor order too large"

2016-03-06 Thread FFmpeg
#5297: mpeg-4 als: "predictor order too large"
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |   Status:  open
 Priority:  important|Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  als  |   Blocked By:
  regression |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * status:  new => open
 * reproduced:  0 => 1
 * component:  undetermined => avcodec
 * priority:  normal => important
 * version:  unspecified => git-master
 * keywords:   => als regression


Comment:

 Seems to be a regression since 18f94df8

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac