[FFmpeg-user] I can't copy or embed a picture to an output audio (A-A conversion)

2020-09-06 Thread Ilja
Hello, Reading the manual I tried to execute the following variants of the command to either copy the picture from the input or add it to the output. ffprobe returned the following info about the input file: ffprobe -hide_banner -show_streams /Users/home/Music/iTunes/iTunes\ Media/Music/Black\

Re: [FFmpeg-user] How to downscale an audio-file to 24bit?

2020-09-04 Thread Ilja
Ah, so I need to set a correct encoder. If that’s the case then, indeed, ffmpeg -encoders | grep 24 showed a bunch of those. I thought it’s as simple as supplying the -sample_fmt option. On 04 Sep 2020, at 13:27, Moritz Barsnick wrote: > On Fri, Sep 04, 2020 at 05:27:04 +0300, Ilja wrote: &

Re: [FFmpeg-user] How to downscale an audio-file to 24bit?

2020-09-04 Thread Ilja
u8p 8 s16p 16 s32p 32 fltp 32 dblp 64 s64 64 s64p 64 On 04 Sep 2020, at 13:27, Moritz Barsnick wrote: > On Fri, Sep 04, 2020 at 05:27:04 +0300, Ilja wrote: >> I need to downscale 32-bit audio to 24-bit one. How do you do this >> with ffmpeg

[FFmpeg-user] How to downscale an audio-file to 24bit?

2020-09-03 Thread Ilja
Hi, I need to downscale 32-bit audio to 24-bit one. How do you do this with ffmpeg? I didn’t find any 24-bit option. Sincerely Yours, I.S. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To uns

[FFmpeg-user] Compatibility of FFMPEG builds

2020-08-07 Thread Ilja
Hello, I want to install ffmpeg on one of my older machines with 10.7. What is the latest compatible build and where's the downloadable link? Cheers, Me ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-us

[FFmpeg-user] ffmpeg source code compatibility - OS X 10.9

2020-07-18 Thread Ilja
Hello, One of my computers runs OS X 10.9. Can I use the latest source code builds with it. I recall, seeing the information published at https://ffmpeg.org that the min version was 10.9 but now can’t find it. Do you know what rea the system requirements? I downloaded the most recent build, inst

Re: [FFmpeg-user] FFmpeg manual - asking for clarification of a definition

2017-10-23 Thread ILJA SHEBALIN
Autocorrection option is actiually on hence this gibberish. To reitterate my question: what bits of the data are actually read when -t is put before an input file? On Tue, Oct 24, 2017 at 2:37 AM, ILJA SHEBALIN wrote: > Okm then to simplify the question what what bits of data are actually r

Re: [FFmpeg-user] FFmpeg manual - asking for clarification of a definition

2017-10-23 Thread ILJA SHEBALIN
Okm then to simplify the question what what bits of data are actually read when -t is before an input file? On Tue, Oct 24, 2017 at 2:23 AM, Carl Eugen Hoyos wrote: > 2017-10-23 23:29 GMT+02:00 ILJA SHEBALIN : > > FFmpeg manual - Main options; > > > > -t duration (*input/

[FFmpeg-user] FFmpeg manual - asking for clarification of a definition

2017-10-23 Thread ILJA SHEBALIN
FFmpeg manual - Main options; -t duration (*input/output*) When used as an input option (before -i), limit the duration of data read from the input file. I have a hard time understanding what the formulation was supposed to denote. Is the option limiting the data to the *duration *or is the dat

Re: [FFmpeg-user] man ffmpeg absent

2017-07-18 Thread ILJA SHEBALIN
Ok, guys, let's keep a civil tongue and a technical manner of discussing. For my part, thank you to everyone who responded and special thanks to Anatoly who resolved the original question for obtaining static manual. 18.07.2017, в 18:13, Phil Rhodes написал(а): > I can't quite believe that I'm

Re: [FFmpeg-user] man ffmpeg absent

2017-07-18 Thread ILJA SHEBALIN
I see some help info as to output of every option supplied to ffmpeg. Does that make for a perfect equivalent of "man" pages? 18.07.2017, в 3:32, Anatoly написал(а): > On Tue, 18 Jul 2017 00:32:14 +0300 > ILJA SHEBALIN wrote: > >> Thanks, I'll consider moving to Ma

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread ILJA SHEBALIN
ough make files, compile, move them around system files, > etc. > > It is really easy, I am happy to help if you get stuck. > > > >> On Jul 17, 2017, at 2:15 PM, ILJA SHEBALIN wrote: >> >> So where's the best place to download ffmpeg utilities? I

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread ILJA SHEBALIN
So where's the best place to download ffmpeg utilities? I re-visited ffmpeg.org and instead of going with packages designed for Mac platform I downloaded v3.3.2 zip file with bunch of stuff I'm at loss of what to do with. Is it meant for devs to compile, assemble their software or what? 17.07.20

Re: [FFmpeg-user] man ffmpeg absent

2017-07-16 Thread ILJA SHEBALIN
m only releases source code - complain wherever you downloaded the > binaries > > "building ffmpeg" means compile it from source > this is a sourcecode project not Apple :-) > > Am 16.07.2017 um 18:44 schrieb ILJA SHEBALIN: >> Hi, Lion is the codename for O

Re: [FFmpeg-user] man ffmpeg absent

2017-07-16 Thread ILJA SHEBALIN
Thanks, I googled too but failed to find smth relevant. 16.07.2017, в 20:03, Phil Rhodes написал(а): > Hi there > This is fairly normal, deployments of ffmpeg to any OS other than Linux tend > to have this problem. > If you want to read the ffmpeg man page, you can find at least some version > o

Re: [FFmpeg-user] man ffmpeg absent

2017-07-16 Thread ILJA SHEBALIN
uot;make install" command. After downloading I moved all three to /usr/bin directory. Running man /my/installprefixshare/man/man1/ffmpeg.1 returned No manual entry for /my/installprefixshare/man/man1/ffmpeg.1. 14.07.2017, в 0:27, Moritz Barsnick написал(а): > On Thu, Jul 13, 2017 at 22

Re: [FFmpeg-user] man ffmpeg absent

2017-07-13 Thread ILJA SHEBALIN
From the official source ffmpeg.org 13.07.2017, в 23:01, Carlos E. R. написал(а): > On 2017-07-13 21:11, ILJA SHEBALIN wrote: >> Hi, >> >> I just downloaded ffmpeg set of tools (I'm on Lion). "ffmpeg --help" command >> printed out a guide in

[FFmpeg-user] man ffmpeg absent

2017-07-13 Thread ILJA SHEBALIN
Hi, I just downloaded ffmpeg set of tools (I'm on Lion). "ffmpeg --help" command printed out a guide in which I read that in order to get detailed description of each option I have to run "man ffmpeg" however doing that returns "No manual entry for ffmpeg". Therefore my question would be how d