Avid Pro Audio Community

Avid Pro Audio Community

How to Join & Post  •  Community Terms of Use  •  Help Us Help You

Knowledge Base Search  •  Community Search  •  Learn & Support


Avid Home Page

Go Back   Avid Pro Audio Community > Pro Tools Software > Pro Tools
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 10-29-2022, 04:23 AM
Teej Teej is offline
Member
 
Join Date: Jan 2009
Location: Berlin, Germany
Posts: 197
Default Re: Why can't Pro Tools import FLAC files?

Quote:
Originally Posted by Eric Lambert View Post
I haven't been concerned about drive space for PT session in years and wouldn't care for a compressed format, however, the ability to "import" FLAC files, offline, would be most welcomed.
This ... I'm not sure why this thread degenerated into talking about using compressed audio on the fly in sessions ... we're simply talking about being able to import a widely used archival audio format directly into PT without other steps/apps.
__________________
MacMini M1 (2020) / macOS 13.6.4 / PTU 2023.12 / Avid S1
Reply With Quote
  #32  
Old 10-29-2022, 06:39 AM
JFreak's Avatar
JFreak JFreak is offline
Moderator
 
Join Date: Jan 2003
Location: Tampere, Finland
Posts: 24,903
Default Re: Why can't Pro Tools import FLAC files?

Just use afconvert if flac is so important. Unnecessary to make this an issue. I have seen people jumping under a train more often than a flac file on anyone's session folder.

Code:
# afconvert -f wave -d lei32 mysource.flac -o mydestination.wav
__________________
Janne
What we do in life, echoes in eternity.
Reply With Quote
  #33  
Old 10-29-2022, 09:26 AM
huzzam huzzam is offline
Member
 
Join Date: Nov 2009
Location: Athens / İstanbul / Oakland
Posts: 564
Default Re: Why can't Pro Tools import FLAC files?

Quote:
Originally Posted by JFreak View Post
Just use afconvert if flac is so important. Unnecessary to make this an issue. I have seen people jumping under a train more often than a flac file on anyone's session folder.

Code:
# afconvert -f wave -d lei32 mysource.flac -o mydestination.wav
wow, i never knew about afconvert, what an amazing tool! it seems like it can convert anything to anything! i've been using a hodgepodge of command line tools all these years...

btw i believe you don't need to specify both the output filename AND the output format (-f) & data format (-d). in brief test, you could simplify your command line to either of these:


Code:
 # afconvert -f wav song.flac
 # afconvert song.flac song.wav
__________________
* Macbook Air : M1 ~ 16gb ~ 1tb ~ Ventura latest
* Hackintosh : i9-9900k ~ 16gb ~ 3tb ~ Monterey 12.6.1
* PT 23.6 + Ableton Suite 11.3
* Soundtoys + Valhalla + Fabfilter + Spitfire
* RME Fireface UCX II ~ Arturia Keylab Essential 49
* various clarinets, trumpets, flutes, plucky stringy thingies

Last edited by huzzam; 10-29-2022 at 09:33 AM. Reason: linebreaks coming out all funky
Reply With Quote
  #34  
Old 10-29-2022, 10:46 AM
off the wall's Avatar
off the wall off the wall is offline
Member
 
Join Date: May 2004
Location: NYC-NJ
Posts: 662
Default Re: Why can't Pro Tools import FLAC files?

Why I’m sure there is a use case for some to import FLAC, in using PT professionally since v1, I have never needed it. Exporting/bouncing to FLAC has come up a few times for deliverables for devices. That would be useful for me.
__________________
offthewallproductions
Mac Pro 5,1 3.46 Ghz 12 core, Open Core 0.9.8, Radeon RX580 GPU, GC-TITAN RIDGE TB3 PCIe card, M.2 NVMe SSD boot drive on PCIe card, 48GB RAM, macOS 12.7.4
Pro Tools Ultimate 2024.3.1/HD Driver 2023.3 HDX, UA Octo PCIe card in external TB3 chassis, MTRX Studio I/O, C|24 control surface.
Genelec 1031AP/7070A 5.1 monitoring.
Reply With Quote
  #35  
Old 10-29-2022, 11:20 AM
dominicperry dominicperry is online now
Member
 
Join Date: Apr 2019
Location: UK
Posts: 920
Default Re: Why can't Pro Tools import FLAC files?

If you want one which doesn't rely on a command line, there are countless options. I like this one. Free.

https://www.mediahuman.com/audio-converter/
__________________
MacBookPro M1Max 16" 10/32 64GB 2TB, Ventura 13.6.6, Pro Tools 2023.12.1, Carbon.
Reply With Quote
  #36  
Old 10-29-2022, 11:26 AM
Eric Lambert's Avatar
Eric Lambert Eric Lambert is offline
Member
 
Join Date: Dec 1969
Location: Los Angeles
Posts: 4,593
Default Re: Why can't Pro Tools import FLAC files?

If it's that easy to convert FLAC files then Avid has no (good) excuse for not including it in PT. I'd be curious to hear from them as to why it's not yet been included.
Reply With Quote
  #37  
Old 10-29-2022, 11:27 AM
Teej Teej is offline
Member
 
Join Date: Jan 2009
Location: Berlin, Germany
Posts: 197
Default Re: Why can't Pro Tools import FLAC files?

Quote:
Originally Posted by JFreak View Post
Just use afconvert if flac is so important. Unnecessary to make this an issue. I have seen people jumping under a train more often than a flac file on anyone's session folder.

Code:
# afconvert -f wave -d lei32 mysource.flac -o mydestination.wav
Okay great. I want to be able to drag and drop. Path of least resistance.

I've also never seen FLAC in anyone session folder. Considering there is no native support for the format in Pro Tools, hardly surprising. However, this is not the use case.

Pro Tools cannot have a Spotify/Apple/Tidal audio track. References have to be standalone files. My entire library of references is in FLAC. This is certainly not common, but I'm not unique. I use XLD to convert. It's super fast, drag and drop. Drag and drop directly into PT is faster.

The feature request still stands.
__________________
MacMini M1 (2020) / macOS 13.6.4 / PTU 2023.12 / Avid S1
Reply With Quote
  #38  
Old 10-29-2022, 11:40 AM
JFreak's Avatar
JFreak JFreak is offline
Moderator
 
Join Date: Jan 2003
Location: Tampere, Finland
Posts: 24,903
Default Re: Why can't Pro Tools import FLAC files?

Quote:
Originally Posted by Eric Lambert View Post
If it's that easy to convert FLAC files then Avid has no (good) excuse for not including it in PT. I'd be curious to hear from them as to why it's not yet been included.
Maybe they don't want to introduce so many Mac-only features?
__________________
Janne
What we do in life, echoes in eternity.
Reply With Quote
  #39  
Old 10-29-2022, 12:10 PM
Tweakhead Tweakhead is offline
Member
 
Join Date: Aug 2000
Posts: 2,122
Default Re: Why can't Pro Tools import FLAC files?

For the seemingly limited amount of programming resources Avid have on hand, I'd personally rather they continue to focus everything on an Apple Native code release than divert a single neuron to FLAC support.

... and for the maximum two occasions per year I need to decode FLAC I simply use the opensource XLD.
https://sourceforge.net/projects/xld/
Reply With Quote
  #40  
Old 10-29-2022, 12:49 PM
Sugarnutz Sugarnutz is offline
Member
 
Join Date: Sep 2002
Location: Great State of Mississippi
Posts: 934
Default Re: Why can't Pro Tools import FLAC files?

I use Cubase Pro occasionally to collaborate with a friend in Nashville and the online collaboration section of Cubase uses FLAC for audio files. There is software called FLAC Tools which can be used to quickly convert FLAC to WAV, has batch commands to do a lot of files quickly.
__________________
Gigabyte z390 Designare
I9 990K 4.7 GHz
64 Gb of DDR4 3200
Gigabyte RX580 8 Gb
Win 10 Pro

15" Mid-2015 MBP 2.2 GHz i7 16 Gb RAM
512 Gb Flash Drive - OS X 10.14.6
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Import FLAC Justin1524 Pro Tools 2018 7 05-05-2018 09:19 PM
Session with FLAC Files all Files are Offline... Popschutz Studio Pro Tools 12 10 12-06-2017 01:26 PM
Pro Tools 12.6 not copying audio files on import! = Lost files DJ Hellfire Avid Pro Mixing General Discussion 2 10-07-2016 07:27 PM
ALAC and FLAC files - Bit of opic I know! Johnrg 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Mac) 2 09-27-2010 01:55 AM
Using flac files K.B. 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Win) 10 09-07-2008 05:06 AM


All times are GMT -7. The time now is 05:09 AM.


Powered by: vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Limited. Forum Hosted By: URLJet.com