Changes between Initial Version and Version 1 of Ticket #7271
- Timestamp:
- Jun 22, 2018, 11:45:35 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7271
- Property Component ffmpeg → avformat
- Property Keywords aac regression added
- Property Priority normal → important
- Property Reproduced by developer set
- Property Status new → open
- Property Summary Converting m4a file to mp3 not wokring with ffmpeg 4.0 → Converting aac fails
- Property Version unspecified → git-master
-
Ticket #7271 – Description
initial v1 1 1 After updating to version 4.0 converting m4a to mp3 broke 2 {{{ 2 3 PS D:\> .\ffmpeg.exe -i .\test.m4a test.mp3 3 4 ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg developers … … 19 20 Output #0, mp3, to 'test.mp3': 20 21 Output file #0 does not contain any stream 22 }}} 21 23 [[BR]] 22 24 [[BR]] … … 24 26 25 27 When using ffmpeg 3.4.2 with the same input, the file in converted 28 {{{ 26 29 PS D:\> .\ffmpeg_3.exe -i .\test.m4a test.mp3 27 30 ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers … … 54 57 size= 4697kB time=00:05:00.57 bitrate= 128.0kbits/s speed=17.3x 55 58 video:0kB audio:4696kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.004928% 56 59 }}} 57 60 Both ffmpeg versions are static builds for windows 10 64 bit


