Option I picked for the .WAV was "PCM signed 16 bit, stereo" there were no other ways to configure it other than PCM signed and unsigned, 8, 16, 24, 32, 64 bits, and stereo or mono. I never used the IEEE float signed settings before.
+ Reply to Thread
Results 31 to 37 of 37
-
-
If you did a decode to integer of the WAV source and a decode to integer of the FLAC file, inverted the phase/polarity of one (but not the other), and mixed down, you will see that there is NO difference!
As detmek said, there may be some EXTREMELY MINISCULE differences if you do FP<->INT conversion (on 1 or both of the files). Regardless, you shouldn't base your idea of what is the same by a visual thumbnail overview. The only proper way to compare is to do a proper decode+diff.
Honestly, you should move on...
Scott -
I tried saving the AC3 as .FLAC in a different program (Sony Vegas Pro 13) and it looks like it varies even more than before now.
https://forum.videohelp.com/images/imgfiles/dHRQ4FJ.png
original AC3 on bottom, synced FLAC on top. -
I cant say I can audibly hear a difference from the 2 tracks, but isnt the FLAC losing or gaining audio waves in certain areas? Doesn't that mean data or sound isnt the same in some parts according to those wave lines?
-
-
I am.
Have you looked at the picture I gave which shows it as not being the same like the lossless WAV file is?
If it decompresses when opened in an audio editor like someone said before then it should look the same as the original file I would think. The .WAV file is the same. -
FLAC compresses losslessly if your source is in integer format. If your source is floating point FLAC needs to convert floating point into integer and then compress the file. Float - integer converson produces rounding errors. Also, if you encode into 16-bit FLAC, dither is usually involved. This will create a file that is mathematically different from original.
In order to get exactly the same lossless file as your source in Audacity or some other audio editor that internally works in 32-float mode you need to export your file as 32-bit floating point WAV. Exporting in any other integer format will produce file that is mathematically different from original. You can do a null test to check for differences, as Cornucopia said.
Similar Threads
-
WAV to AC3 problem (noise at the file end)
By kartola in forum AudioReplies: 5Last Post: 24th Nov 2013, 10:52 -
5.1 wav or 6 mono wavs to 5.1 Ac3 conversion
By wturner in forum AudioReplies: 38Last Post: 24th Nov 2013, 08:26 -
5/6 channels PCM WAV to AC3
By Britzel in forum ffmpegX general discussionReplies: 2Last Post: 2nd Aug 2013, 09:26 -
6 WAV files to one 5.1 AC3... need more help please..
By RogerTango in forum EditingReplies: 17Last Post: 13th Oct 2012, 08:00 -
AC3 to WAV = Wav has no audio??
By RobV in forum AudioReplies: 5Last Post: 31st May 2010, 15:26