Menu

#319 fmfconv error: "Encoder aac does not support sample format s16"

v1.2
closed-out-of-date
5
2015-12-29
2015-04-10
No

Using libavformat under Debian Jessie, I get the following:

$ ~/usr/bin/fmfconv -p youtube out.fmf out.avi
*INF open_out(): Output file (out.avi) opened as FFMPEG - ffmpeg file format file.
*INF open_inp(): Input file (out.fmf) opened as FMF file.
*ERR FFMPEG: Encoder aac does not support sample format s16

Related

Patches: #341

Discussion

  • Stuart Brady

    Stuart Brady - 2015-04-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,8 @@
     Using libavformat under Debian Jessie, I get the following:
    
    +~~~~~~
     $ ~/usr/bin/fmfconv -p youtube out.fmf out.avi
     *INF open_out(): Output file (out.avi) opened as FFMPEG - ffmpeg file format file.
     *INF open_inp(): Input file (out.fmf) opened as FMF file.
     *ERR FFMPEG: Encoder aac does not support sample format s16
    +~~~~~~
    
     
  • Sergio Baldoví

    Sergio Baldoví - 2015-04-11
    • summary: fmfconf error: "Encoder aac does not support sample format s16" --> fmfconv error: "Encoder aac does not support sample format s16"
     
  • Sergio Baldoví

    Sergio Baldoví - 2015-12-29

    Thank you. I have dropped FFmpeg API support in [r5351], so this bug is no longer reproducible.

    The man page has some examples for using ffmeg and the aac audio encoder:

    fmfconv input.fmf | ffmpeg -i - -vf scale=480:360 -r 25 \
      -codec:v h264 -codec:a aac -f mov -b:a 128000 \
      -b:v 600000 -pix_fmt yuv420p -strict -2 output.mov
    
     

    Related

    Commit: [r5351]

  • Sergio Baldoví

    Sergio Baldoví - 2015-12-29
    • labels: --> fuse-utils, fmfconv
    • status: open --> closed-out-of-date
    • assigned_to: Sergio Baldoví
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.