[FFmpeg-user] ffmpeg in jailshell encoding with libx264

2019-09-28 Thread Fred
lter 7. 57.100 /  7. 57.100   libswscale  5.  5.100 /  5.  5.100   libswresample   3.  5.100 /  3.  5.100   libpostproc    55.  5.100 / 55.  5.100 # Anyone some idea what limitation in the jailshell might impact the encoding capability of certain encoders? Ch

Re: [FFmpeg-user] ffmpeg x265 on multi-cpus

2017-04-10 Thread fred fred
écrit : On Mon, Apr 10, 2017 at 09:58:59 +, fred fred wrote: > I have tried all possible ways to use all my 16 cpus (x2 threads) to encode > with libx265, but each time it fails... > -pools, --pools, -p,  --numa-* ... and so on are not recognise at all Those are x265 options (of t

Re: [FFmpeg-user] ffmpeg x265 on multi-cpus

2017-04-10 Thread fred fred
Erik, can you teach me how to reach maximum load  ? at least what is your command line use for that ? Le Lundi 10 avril 2017 15h03, Erik Slagter a écrit : >>> how did you come to the conclusion that parallelization scales magically >>> and with no limits? if that

Re: [FFmpeg-user] ffmpeg x265 on multi-cpus

2017-04-10 Thread fred fred
get it, but then how to reach 800% for one task at least ?as for the girls, well, I strongly believe in practical experiments ;) Le Lundi 10 avril 2017 15h06, Reindl Harald <h.rei...@thelounge.net> a écrit : Am 10.04.2017 um 14:59 schrieb fred fred: > hel

[FFmpeg-user] ffmpeg x265 on multi-cpus

2017-04-10 Thread fred fred
Dear list,I am currently on this equipment : $lscpuArchitecture:          x86_64CPU op-mode(s):        32-bit, 64-bitByte Order:            Little EndianCPU(s):                24On-line CPU(s) list:   0-23Thread(s) per core:    2Core(s) per socket:    6Socket(s):             2NUMA node(s):     

[FFmpeg-user] ffmpeg

2014-12-17 Thread FRED COLLEY
Hi Every time i try and open my VIDEO’S Windows explorer closes it again, now I have a message come up that it is the ffmpeg that is causing the problem and to contact you for advice, I’m running vista...thank you. Regards Fred. ___ ffmpeg-user mailing

Re: [FFmpeg-user] Faster codec with alpha

2016-12-02 Thread Fred Perie
ect "unsubscribe". > > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > ffmpeg-user-re

[FFmpeg-user] How can I stream to a Mac Mini USB output?

2019-04-13 Thread Fred Rotbart
velopers   built with clang version 4.0.1 (tags/RELEASE_401/final)   configuration: --prefix=/Users/fred/anaconda --cc=x86_64-apple-darwin13.4.0-clang --disable-doc --enable-shared --enable-static --enable-zlib --enable-pic --enable-gpl --enable-version3 --disable-nonfree --enable-hardcoded-

Re: [FFmpeg-user] Panasonic GH4 4K live stream using ffmpeg

2019-07-15 Thread Fred Perie
ile ffmpeg with the relevant option : ./configure --enable-decklink --extra-cflags="-I/usr/include/blackmagic" This works fine for me. Fred ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] Compilation Video

2022-02-17 Thread Fred Kemp
I am trying to automatically create a compilation video made up of security cam motion videos of relatively short duration (5 to 10 seconds) - kind of like a time-lapse only with videos instead of images. Each video snippet would append to the same compilation video file.  The compilation

Re: [FFmpeg-user] FFMpeg question on Raspberry Pi

2022-02-22 Thread Fred Kemp
Thanks about the USB tip. I’m trying to concatenate automatically, however. We have many Arlo cameras where we CAN connect to the internet. Otherwise, you’re right, we could just use a trail cam but the time someone would need to be spending going through assembling videos would not be

Re: [FFmpeg-user] FFMpeg question on Raspberry Pi

2022-02-24 Thread Fred Kemp
Thanks again for the information!  Sorry for the late reply . . . for some reason, I only just got this . . . I would guess that there is a way to automate that concatenating via FFMpeg and I have a nephew that codes in Linux for a full-time job.  I wanted to ask about the Raspberry Pi group

Re: [FFmpeg-user] FFMpeg question on Raspberry Pi

2022-02-24 Thread Fred Kemp
I will look into Zoneminder, Thanks Anatoly! On 2/23/2022 3:49 AM, Anatoly wrote: On Tue, 22 Feb 2022 14:14:29 -0600 Fred Kemp wrote:     I need help in trying to develop a security camera for a remote area of a farm.  There is no internet in some places there and some of the motion

[FFmpeg-user] FFMpeg question on Raspberry Pi

2022-02-22 Thread Fred Kemp
    I need help in trying to develop a security camera for a remote area of a farm.  There is no internet in some places there and some of the motion videos may be long, e.g., 20 to 30 minutes.     So, I would like to be able to record these longer motion videos on a Raspberry Pi locally,

Re: [FFmpeg-user] Decode ac3 from multichannel USB input

2023-11-03 Thread Fred Rotbart
er the pipe, ffmpeg recognised the format but this only worked for about 15 seconds and then no more data was passed. Nothing I tried solved this problem, so unless I get another bright idea or some help, I guess I am giving up on this for now. On 31/10/2023 17:39, Fred Rotbart wrote: Okay! Aft

Re: [FFmpeg-user] Decode ac3 from multichannel USB input

2023-10-31 Thread Fred Rotbart
a]pan=1C|c0=c0[a0];\ [0:a]pan=1C|c0=c1[a1];\ [a0][a1]amerge=inputs=2[a3]" -map '[a3]' \ -f s16le - \ | ffmpeg -loglevel debug \ -acodec ac3 -i - \ -af 'pan=5.1|c0=FL|c1=FR|c4=FC|c5=LFE|c2=SL|c3=SR' \ -ar 48000 -y output.wav How can I clean this up and make it more stable? Thanks -Fred On 28/

[FFmpeg-user] Decode ac3 from multichannel USB input

2023-10-25 Thread Fred Rotbart
, as one of the many attempts, I tried: ffmpeg -acodec ac3 -f avfoundation -capture_raw_data true -i :1 \ -map_channel 0.0.0, \ -af 'pan=5.1|c0=c0|c1=-|c2=FC|c3=LFE|c4=BL|c5=BR' \ output.wav Can someone help me with this? - Fred ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Decode ac3 from multichannel USB input

2023-10-28 Thread Fred Rotbart
l streams finished [out#0/wav @ 0x7fe03b704840] Terminating muxer thread I've read all the documentation and searched all the forums but could not find anything that would give me a clue. Please help. - Fred On 25/10/2023 14:00, Fred Rotbart wrote: Hi, I have a RME Digiface USB as input to my Mac. Th

[FFmpeg-user] Limiting frame rate on encoding videos

2016-11-05 Thread Fred M. Sloniker
I encode videos for Livestream pretty routinely, and I'm looking to automate the process a bit more. Specifically, classic Livestream (which is what I use) has a 25 FPS maximum to use FLVs straight and not re-encode them. I can use an FFmpeg filter to set my output FPS to 25, but that's not

[FFmpeg-user] Two-pass versus CRF: a curiosity question

2016-11-11 Thread Fred M. Sloniker
I'm given to understand that, under the hood, two-pass and CRF are the same thing, just that two-pass calculates the necessary CRF to get the desired filesize. Is this correct? And if so, is it possible to see what CRF was selected in the two-pass encoding? I'm experimenting with encoding two

[FFmpeg-user] workaround for wrong timings when combining still images?

2022-01-06 Thread fred konkin via ffmpeg-user
I'm trying to combine several png images into a gif or mp4 animation, but with frame durations set individually for each frame. Using concat, with a command line such as: ffmpeg -f concat -i concat_list.txt anim.gif the durations specified for each png in concat_list.txt are rounded to the