Re: [FFmpeg-user] Output to S3

2020-09-08 Thread Moritz Barsnick
Hi Bohdan/Bogdan, On Tue, Sep 08, 2020 at 09:39:26 +0300, Bohdan Fihar wrote: > How can I output a video file to AWS S3 either public bucket ot Presigned > url ? > I tried > *ffmpeg -i small.mkv -f matroska -movflags frag_keyframe+empty_moov -method > PUT

[FFmpeg-user] Output to S3

2020-09-08 Thread Bohdan Fihar
Hi, How can I output a video file to AWS S3 either public bucket ot Presigned url ? I tried *ffmpeg -i small.mkv -f matroska -movflags frag_keyframe+empty_moov -method PUT https://[my-bucket-name].s3.us-east-2.amazonaws.com/video/output.mkv *

Re: [FFmpeg-user] ffmpeg http filter?

2020-09-08 Thread Alex
Server just do post processing of raw rgb image/frame and return it as response for request.Something like so: POST http://localhost:8080 --- Original message --- From: "Edward Park"  Date: 8 September 2020, 02:19:21 Hi, > ffmpeg -i test.jpg -vf format=rgb24,http=localhost:8080 -y out.jpg I

Re: [FFmpeg-user] Output to S3

2020-09-08 Thread Bohdan Fihar
Hi Moritz. Thanks for the answer. I can't rely on "aws s3 cp", since it can be not installed on a machine where I will run ffmpeg. Do you know what this error means ? [image: image.png] On Tue, 8 Sep 2020 at 12:10, Moritz Barsnick wrote: > Hi Bohdan/Bogdan, > > On Tue, Sep 08, 2020 at 09:39:26

Re: [FFmpeg-user] ffmpeg http filter?

2020-09-08 Thread James Darnley
On 08/09/2020, Alex <3.1...@ukr.net> wrote: > I need to send raw frame/image to server for post processing and server > returned new image that I need to complete with ffmpeg. Do any one know how > to do this? > Somethink like that: > ffmpeg -i test.jpg -vf format=rgb24,http=localhost:8080 -y

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

2020-09-08 Thread Moritz Barsnick
On Mon, Sep 07, 2020 at 05:11:53 +0300, Ilja wrote: > ffprobe -hide_banner -show_streams /Users/home/Music/iTunes/iTunes\ > Media/Music/Black\ Sabbath/Born\ Again/01\ Trashed.aiff — the command Please don't use "-hide_banner", especially if it's the only console output you are showing. >

Re: [FFmpeg-user] ffmpeg http filter?

2020-09-08 Thread Alex
Hi! Thank for reply, but no I need next logic: input.jpg => (ffmpeg decode image/video) => (ffmpeg scale frame to 600x600 pix and convert frame format to rgb24) => (ffmpeg send frame to remote address localhost:8080 for post processing of image/frame) => (ffmpeg get result image from remote

Re: [FFmpeg-user] Correct conversion of yuvj420p?

2020-09-08 Thread Peter B.
Dear Paul, On 07.09.20 23:57, Paul B Mahol wrote: On Mon, Sep 07, 2020 at 11:20:10PM +0200, Peter B. wrote: [...] The source video is: yuvj420p(pc, smpte170m/bt709/bt709) The output video is: yuv420p(pc, smpte170m/bt709/bt709) What would be the right commandline to losslessly convert this to

Re: [FFmpeg-user] Output to S3

2020-09-08 Thread Carl Zwanzig
On 9/8/2020 6:07 AM, Bohdan Fihar wrote: I can't rely on "aws s3 cp", since it can be not installed on a machine where I will run ffmpeg. A couple of things- Isn't or can not be? Please just post the error text, not an image of it (actually, you ought to be posting the complete/unedited

[FFmpeg-user] Problem with time-lapse

2020-09-08 Thread Jippo12
Hi! I'm trying to automate time-lapse video from still images. I have all sky camera that captures around 200 images / night. I've managed to do videos like this https://drive.google.com/file/d/1yyihZNypBy0r5y_JJiTHgtvc8N1RAZ3e/view?usp=sharing However what i'm looking for is for smoother

[FFmpeg-user] Problem with time-lapse

2020-09-08 Thread Jippo12
Hi! I'm trying to automate time-lapse video from still images. I have all sky camera that captures around 200 images / night. I've managed to do videos like this https://drive.google.com/file/d/1yyihZNypBy0r5y_JJiTHgtvc8N1RAZ3e/view?usp=sharing However what i'm looking for is for smoother video.

Re: [FFmpeg-user] Output to S3

2020-09-08 Thread Edward Park
Hi, > I can't rely on "aws s3 cp", since it can be not installed on a machine > where I will run ffmpeg. Is setting up a sort of proxy server that will intermediate and upload to s3 an option? > Do you know what this error means ? > [image: image.png] That is a very small window of view into

[FFmpeg-user] Problem with time-lapse

2020-09-08 Thread Jippo12
Hi! I'm trying to automate time-lapse video from still images. I have all sky camera that captures around 200 images / night. I've managed to do videos like this https://drive.google.com/file/d/1yyihZNypBy0r5y_JJiTHgtvc8N1RAZ3e/view?usp=sharing However what i'm looking for is for smoother video.

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

2020-09-08 Thread Edward Park
Hi, > ffprobe -hide_banner -show_streams /Users/home/Music/iTunes/iTunes\ > Media/Music/Black\ Sabbath/Born\ Again/01\ Trashed.aiff — the command > > ##Result: > > Input #0, aiff, from '/Users/home/Music/iTunes/iTunes Media/Music/Black > Sabbath/Born Again/01 Trashed.aiff': ... > Duration:

Re: [FFmpeg-user] Unable to play or import video files in an app that uses ffmpeg

2020-09-08 Thread Jim DeLaHunt
On 2020-09-08 14:30, Tim Stiles wrote: Hi Jim! Hopefully I'm responding correctly, I'm not used to this email way of posting. Unsure if I'm supposed to add my comments inline. Ehh, you are doing fine. Start by doing a "reply to all", and your email program may indent the message to which

Re: [FFmpeg-user] Unable to play or import video files in an app that uses ffmpeg

2020-09-08 Thread Edward Park
Hi, > Issue: For me specifically on my Windows 10 PC, these video playback and > import features do not work. When I select a video to play, nothing happens > (the app is supposed to have an inner window that displays the playback but > that is non-existent when I hit play). Perhaps some

Re: [FFmpeg-user] Unable to play or import video files in an app that uses ffmpeg

2020-09-08 Thread Tim Stiles
Hi Jim! Hopefully I'm responding correctly, I'm not used to this email way of posting. Unsure if I'm supposed to add my comments inline. Tests you asked for: "The first log entry appears to show how the app called FFprobe. You could try to run that same command yourself from the Command Prompt:

Re: [FFmpeg-user] Output to S3

2020-09-08 Thread Bohdan Fihar
> Is setting up a sort of proxy server that will intermediate and upload to s3 an option? It might be the option, but it will be the last option I'd like to accept. I'm seeking for more simple solution. I'm afraid that I'll stuck on sending a video to that server too. > That is a very small

Re: [FFmpeg-user] Output to S3

2020-09-08 Thread Bohdan Fihar
Hi Carl, This is the whole output: d:\Programs\ffmpeg-20200831-4a11a6f-win64-static\bin> ffmpeg -i sample_640x360.ts -method PUT https://bogdan-public.s3.us-east-2.amazonaws.com/video/output.ts ffmpeg version git-2020-08-31-4a11a6f Copyright (c) 2000-2020 the FFmpeg developers built with gcc

Re: [FFmpeg-user] Problem with time-lapse

2020-09-08 Thread Edward Park
Hi, > I'm trying to automate time-lapse video from still images. I have all sky > camera that captures around 200 images / night. I've managed to do videos > like this > https://drive.google.com/file/d/1yyihZNypBy0r5y_JJiTHgtvc8N1RAZ3e/view?usp=sharing Timelapse can be counterintuitive