Re: [FFmpeg-user] How to concat two videos with same size but different source?

2022-10-14 Thread Bo Berglund
On Tue, 11 Oct 2022 13:52:14 +0200, pehache wrote: >Le 08/10/2022 à 10:31, Bo Berglund a écrit : >> I have two mp4 videos both at 480p resolution, which I want to concat. >> They are together about 80 minutes long. >> >> When I do this using the common way with this command: >> >> ffmpeg -f con

Re: [FFmpeg-user] How to extract the video stream m3u8 URL in a script?

2022-10-14 Thread Bo Berglund
On Mon, 10 Oct 2022 14:00:48 +0100, Rob Hallam wrote: >On Mon, 10 Oct 2022 at 13:29, Bo Berglund wrote: >> I have tried in various places to get a solution to this problem without >> success >> so I try it here too: > >Haven't you asked this or something similar here already? Yes, but I got no

[FFmpeg-user] Video concat problem

2022-10-14 Thread iburman
I have two videos that I want to concatenate: Video 1 - very short one with a silent audio track (2 seconds) Video 2 - About 2 minutes. The audio starts around 10 seconds from start The final concatenation is strange: Starts with video 1 as expected (2 seconds) Next, a blank for ab

[FFmpeg-user] raw file to video

2022-10-14 Thread Naveen.B
Hello, I am trying to convert a set of raw files in directory to the .mp4 video using the ffmpeg command, the converted .mp4 video looks completely blank and I don't see any pictures in it. ffmpeg -pixel_format gray10le -video_size 1600x1300 -framerate 30 -i CapturedImage-%03d.raw -c:v libx264 ra

[FFmpeg-user] Can i use ffmpeg command to change loudness metadata on audio

2022-10-14 Thread An Ngo via ffmpeg-user
Hi, I was wondering if there is any way I can change the loudness metadata value on the audio file? Like : ffmpeg.exe -i input -metadata:s:a:0 "LoudnessRange"="1.8" -c copy output I try multiple time but it does not change the loudness metadata Thanks -- *An Ngo* | ORANGE LOGIC