#447 closed defect (invalid)
WAV file processing fails
Reported by: | himanshu | Owned by: | Michael Niedermayer |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | 0.8.3 | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Hi Team,
I was trying to get some information on the following files on a linux box, some files are failing to provide any information, whereas the same set of file when tested on windows worked perfectly fine.
ffmpeg -i filename
This is a sample output for error case:
[root@d-27539 tmp]# ffmpeg -i vx_mp_9.wav
ffmpeg version 0.8.3, Copyright (c) 2000-2011 the FFmpeg developers
built on Sep 9 2011 12:39:12 with gcc 4.1.2 20080704 (Red Hat 4.1.2-50)
configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable-runtime-cpudetect --enable-bzlib --enable-zlib --disable-yasm
libavutil 51. 9. 1 / 51. 9. 1
libavcodec 53. 7. 0 / 53. 7. 0
libavformat 53. 4. 0 / 53. 4. 0
libavdevice 53. 1. 1 / 53. 1. 1
libavfilter 2. 23. 0 / 2. 23. 0
libswscale 2. 0. 0 / 2. 0. 0
libpostproc 51. 2. 0 / 51. 2. 0
vx_mp_9.wav: Invalid data found when processing input
On windows I am using the following version of ffmpeg: [ffmpeg version N-31548-g78accb8]. Need to understand why such a behaviour on changing OS.
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | ffmpeg_tests_linux.zip added |
---|
comment:1 by , 13 years ago
Component: | FFmpeg → undetermined |
---|---|
Status: | new → open |
Please add output of ffmpeg -i vx_mp_9.wav for a working version.
comment:2 by , 13 years ago
Hi Cehoyos,
It was a mistake from my end for Parsing audio. I was using different encodings in different systems for generating audio, switched to ISO-8859-1. FFMPEG is responding correctly to this audio.
You can mark this as an Invalid bug.
comment:3 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | open → closed |
comment:4 by , 13 years ago
Is there any software that can read the sample you uploaded?
If yes, please consider reopening this ticket as a feature request.
comment:5 by , 13 years ago
Ok will check in multi media players, if any player is able to play will reopen with necessary details.
Contains set of files working and non-working both