Problem to transcode pure audio files to LPCM
Hello
I have a device (Sharp Aquos TV) supporting only LPCM. My music collection is mainly composed of FLAC files. So I had to transcode.
With Serviio 1.2 I had no problem but when upgraded to Serviio 1.4, it's impossible to read the transcoded file on the device.
I had a look at the debug log file and I try to launch manually the same ffmpeg command
I have tried with multiple versions of ffmpeg on both Linux/Ubuntu x64 and Windows 7 x86 and with multiple input files (Flac and Wav) with always the same result
What has been changed concerning this kind of transcoding between Serviio 1.2 and 1.4?
Pierre
I have a device (Sharp Aquos TV) supporting only LPCM. My music collection is mainly composed of FLAC files. So I had to transcode.
With Serviio 1.2 I had no problem but when upgraded to Serviio 1.4, it's impossible to read the transcoded file on the device.
I had a look at the debug log file and I try to launch manually the same ffmpeg command
- Code:
$ ffmpeg -threads 4 -i InputFile.flac -y -threads 4 -ar 44100 -ac 2 -f s16be OutputFile.flv
ffmpeg version 0.10.9-7:0.10.9-1~saucy1 Copyright (c) 2000-2013 the FFmpeg developers
Input #0, flac, from 'InputFile.flac':
Stream #0:0: Audio: flac, 44100 Hz, stereo, s16
Output #0, s16be, to 'OutputFile.flv':
Stream #0:0: Audio: pcm_s16be, 44100 Hz, 2 channels, s16, 1411 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (flac -> pcm_s16be)
size= 71226kB time=00:06:53.46 bitrate=1411.2kbits/s
video:0kB audio:71226kB global headers:0kB muxing overhead 0.000000%
$ ffmpeg -i OutputFile.flv
OutputFile.flv: Invalid data found when processing input
I have tried with multiple versions of ffmpeg on both Linux/Ubuntu x64 and Windows 7 x86 and with multiple input files (Flac and Wav) with always the same result

What has been changed concerning this kind of transcoding between Serviio 1.2 and 1.4?
Pierre