Re: [FFmpeg-user] Wav to Flac conversion: Invalid data found when processing input

2017-08-21 Thread Raman
I am generating these files as wav type. But I tested your last comment and
replaced.wav extension to .mkv extension. 

Now I ran the same command 

ffmpeg -i input*.mkv* output.flac 

and it runs well. Though it solves my current problem, I am not sure how the
.wav file is getting converted to .mkv

Thanks for your reply though.




--
View this message in context: 
http://www.ffmpeg-archive.org/Wav-to-Flac-conversion-Invalid-data-found-when-processing-input-tp4680949p4680955.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Wav to Flac conversion: Invalid data found when processing input

2017-08-20 Thread Raman
input.wav   

Thanks for replying. I have uploaded a sample file and this is the command I
am using to convert wav to flac format: 

ffmpeg -i input.wav output.flac

when I run this command, 20% of the time, it converts the wav files
(generated in exactly the same way) and 80% of the time it gives me the
error I posted in my first comment. 



--
View this message in context: 
http://www.ffmpeg-archive.org/Wav-to-Flac-conversion-Invalid-data-found-when-processing-input-tp4680949p4680952.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Wav to Flac conversion: Invalid data found when processing input

2017-08-20 Thread Raman
I am creating audio wav files from html5 getUserMedia. I need to convert the
wav files to flac format. 
Out of 10 files, 2 files don't have any issues getting converted but 8 of
them are giving me error saying: 

ffmpeg version 3.3.3 Copyright (c) 2000-2017 the FFmpeg developers
  built with Apple LLVM version 7.0.2 (clang-700.1.81)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/3.3.3 --enable-shared
--enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables
--enable-avresample --cc=clang --host-cflags= --host-ldflags=
--enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl
--disable-lzma --enable-vda
  libavutil  55. 58.100 / 55. 58.100
  libavcodec 57. 89.100 / 57. 89.100
  libavformat57. 71.100 / 57. 71.100
  libavdevice57.  6.100 / 57.  6.100
  libavfilter 6. 82.100 /  6. 82.100
  libavresample   3.  5.  0 /  3.  5.  0
  libswscale  4.  6.100 /  4.  6.100
  libswresample   2.  7.100 /  2.  7.100
  libpostproc54.  5.100 / 54.  5.100


I am not sure why am I getting these errors on random files. 



--
View this message in context: 
http://www.ffmpeg-archive.org/Wav-to-Flac-conversion-Invalid-data-found-when-processing-input-tp4680949.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".