Re: [FFmpeg-user] Converting .trm files ("ForTheRecord") -- force AAC decoding?

2018-06-26 Thread Carl Eugen Hoyos
2018-06-26 20:07 GMT+02:00, John A Hawkinson : > Here's complete uncut console output from a naive attempt: > > pb3:CR24 jhawk$ ffmpeg -c:a aac $t1 t1.wav For future tries using FFmpeg, the syntax is: $ ffmpeg -i input output So, if FFmpeg would support AAC celp, it would be: $ ffmpeg -c:a aac -

Re: [FFmpeg-user] Converting .trm files ("ForTheRecord") -- force AAC decoding?

2018-06-26 Thread John Hawkinson
> Please provide a sample input file if possible. http://mit.edu/jhawk/tmp/t1.trm Thanks! --jh...@mit.edu John Hawkinson ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link ab

Re: [FFmpeg-user] Converting .trm files ("ForTheRecord") -- force AAC decoding?

2018-06-26 Thread Lou Logan
On Tue, Jun 26, 2018, at 10:07 AM, John A Hawkinson wrote: > > How can I tell ffmpeg to attempt to use its AAC decoder? I feel like I'm > missing something obvious, but maybe I've successfully told it to do so > and the AAC decoder is not happy (maybe it's encrypted?). Please provide a sample in

[FFmpeg-user] Converting .trm files ("ForTheRecord") -- force AAC decoding?

2018-06-26 Thread John A Hawkinson
I got some courtroom audio files today that are .trm files, which are apparently a semi-proprietary format produced by software called ForTheRecord. Living on a Mac, I would like to play them and convert them without using their proprietary Windows software (doesn't work under Wine) or their fre