Lavf VS LibFLAC |
![]() ![]() |
Lavf VS LibFLAC |
Nov 15 2012, 20:50
Post
#1
|
|
|
Group: Members Posts: 4 Joined: 15-November 12 Member No.: 104547 |
Okay i converted .m4a file to .flac using FFMPEG like...
ffmpeg -i filename.m4a filename.flac Using spectro analizer to see the file I noticed the one converted with ffmpeg has compression type of "Lavf54.36.100" while all the others on my computer downloaded from different sources have "LibFLAC 1.2.1". I checked this with at least 20 different flac files from different albums and sources. So my question is what is this "Lavf54.36.100" when all other I checked have "LibFLAC 1.2.1"? Screenshots here! |
|
|
|
Nov 15 2012, 20:54
Post
#2
|
|
|
Group: Members Posts: 4163 Joined: 2-September 02 Member No.: 3264 |
Lavf is part of ffmpeg, so that tag means you've encoded the file with ffmpeg.
|
|
|
|
Nov 15 2012, 22:43
Post
#3
|
|
![]() Group: Super Moderator Posts: 790 Joined: 12-March 05 From: Kiel, Germany Member No.: 20561 |
Okay i converted .m4a file to .flac using FFMPEG like... I hope the .m4a files in question were ALAC and not AAC, since a conversion from lossy to lossless would be insanely wasteful and pointless. Also, A better way than spectrograms to ensure that your encoder was lossless is to bit-compare the decoded PCM data stream. For example, foo_bitcompare for foobar2000 allows to compare two decoded streams with each other.
ffmpeg -i filename.m4a filename.flac Using spectro analizer to see the file This post has been edited by Kohlrabi: Nov 15 2012, 22:44 -------------------- Audiophiles live in constant fear of jitter.
|
|
|
|
Nov 16 2012, 00:48
Post
#4
|
|
|
Group: Members Posts: 4 Joined: 15-November 12 Member No.: 104547 |
|
|
|
|
Nov 16 2012, 00:54
Post
#5
|
|
|
Group: Members Posts: 4163 Joined: 2-September 02 Member No.: 3264 |
Lavf is part of ffmpeg, so that tag means you've encoded the file with ffmpeg. IC! So it's kinda like a "signature" of the software trough which the file was created and not the encoder version itself or something like that... No, its the version and name of the encoder used. |
|
|
|
Nov 16 2012, 01:12
Post
#6
|
|
|
Group: Members Posts: 4 Joined: 15-November 12 Member No.: 104547 |
I hope the .m4a files in question were ALAC and not AAC, since a conversion from lossy to lossless would be insanely wasteful and pointless. Also, A better way than spectrograms to ensure that your encoder was lossless is to bit-compare the decoded PCM data stream. For example, foo_bitcompare for foobar2000 allows to compare two decoded streams with each other. Yes, they were ALAC i'm quite sure but thanks for the link I'll be definitely using that but... if a file was converted from MP3 to FLAC and then from FLAC to APE... There are a lot of idiots out there! I was downloading "Amnezia Super Hits 75" from xxxx in FLAC format. When I was listening to the tracks I noticed the files sound like mp3. Using a spectrogram I found that every file missed the 20 - 22 khz range which means they were definitely reconverted to lossless... I know you wouldn't tell for sure from one track only especially from vinyl rips or older tracks but these are all 2012 music from many different providers and studios... You'd be surprised how many fake lossless files are out there. This for example is also a fake in my opinion. Also missing the higher spectrum. Try to download one part only, extract and see (hear) for yourself... This post has been edited by greynol: Nov 16 2012, 04:56
Reason for edit: TOS #9 violation
|
|
|
|
Nov 16 2012, 01:29
Post
#7
|
|
|
Group: Members Posts: 4 Joined: 15-November 12 Member No.: 104547 |
No, its the version and name of the encoder used. Then I don't get it! You say "that tag means you've encoded the file with ffmpeg". Yes, with ffmpeg but I'm assuming ffmpeg is using the "FLAC sources" to do that and not just any codec... The file with the info "Lavf54.36.100" I'm talking about has a .flac extension... This post has been edited by fehers: Nov 16 2012, 01:49 |
|
|
|
Nov 16 2012, 02:51
Post
#8
|
|
|
Group: Members Posts: 4163 Joined: 2-September 02 Member No.: 3264 |
I don't know why you would assume that. Ffmpeg does not use the flac source.
|
|
|
|
Nov 16 2012, 03:41
Post
#9
|
|
![]() Group: Members Posts: 97 Joined: 17-September 06 Member No.: 35303 |
The file with the info "Lavf54.36.100" I'm talking about has a .flac extension... The term "FLAC" is commonly used both for the file format (a lossless audio codec) and the compression program itself. An easy way to think about it is to compare it to ZIP files. Whether they're made with WinZip, WinRAR, InfoZip, 7-Zip, etc, they all create the same file format. Both libFLAC and ffmpeg (and FLACCL and &c.) create files that follow the FLAC specification. This means (A) the files are lossless compressions of the source file and (B) they can be decoded by any decompressor that adheres to the standard. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th June 2013 - 21:43 |