Hello,
the following script will be used :
#!/bin/bash
while IFS= read -r -d $'\0' video
do
filename=$(basename -- "$video")
filename="${filename%.*}"
ffmpeg -y -i "$video" -vcodec libx264 -crf 51 -preset ultrafast
-acodec copy -f mp4 -movflags frag_keyframe+empty_moov+delay_moov p
Example of use of http://k.ylo.ph/2016/04/04/loudnorm.html
A way to get a video with a better relationship of loudness for speech,
music and "Action-Thunder"
Perhaps all ways known, perhaps not.
Example of video with ac3 + h.264
ffmpeg filter, /dual-pass/ mode :
1. Measurement with results :
I use ffmpeg for compression.
The result I do compare with https://github.com/vivictorg/vivictpp
Is there any hint, by ffmpeg, what to compare :
E.g.. Stand pictures, fast movie pictures ...
to see, whether missing information will be present.
Regards
Gloster
You must know, Samsun has *no certified DLNA devices.*
A discussion with Samsung would be senseless, they have said : "They
have an own DLNA Standard.".
Regards
Gloster
Am 31.05.24 um 19:29 schrieb Paul B Mahol:
On Fri, May 31, 2024 at 5:18 PM bbb wrote:
On 5/31/24 17:10, Reindl Harald wro
Hello,
SD e.g.:
Duration: 01:23:37.68, start: 90008.907967, bitrate: 4243 kb/s
Program 17501
Stream #0:0[0x21](deu): Subtitle: dvb_teletext ([6][0][0][0] /
0x0006), 492x250
Stream #0:1[0x1ff]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
yuv420p(tv, top first), 720x576 [SAR 64:45 DA
Someone was asked, by the gods.
"One wish, you have for free, what do you like?"
"I want the laughs on my side."
"The gods were rolling with laughter."
"You will get it"
Gloster
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscri
Am 26.06.24 um 23:43 schrieb Oliver Fromme:
Hi,
I'm using ffmpeg for a long time, but I've just recently started to
use it with 10bit HDR (HDR10) video.
So far I found out how to re-encode HDR10 video with libx265 and
retain the HDR metadata. It's a bit complicated, but it seems to
work fine.
Am 27.06.24 um 22:39 schrieb Mark Filipak:
Hello All,
I'm considering buying professional video software to evaluate and
analyze FFmpeg trims and splices and for troubleshooting. My objective
is to improve my edits, and to improve FFmpeg. I'm retired, I have
plenty of time, I have plenty of mon
Am 28.06.24 um 00:52 schrieb Mark Filipak:
On 27/06/2024 17.55, Richard Bartczak via ffmpeg-user wrote:
Am 27.06.24 um 22:39 schrieb Mark Filipak:
Hello All,
I'm considering buying professional video software to evaluate and
analyze FFmpeg trims and splices and for troubleshootin
Am 27.06.24 um 22:39 schrieb Mark Filipak:
Hello All,
I'm considering buying professional video software to evaluate and
analyze FFmpeg trims and splices and for troubleshooting. My objective
is to improve my edits, and to improve FFmpeg. I'm retired, I have
plenty of time, I have plenty of mo
Hello,
nothing I have found. Neither via ffprobe, nor via ffmpeg, I have found
a solution.
Gloster
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-u
Mark an american, stupi.., like possible.
Where a medicine, no.
Gloster
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org wi
Hello,
the following error will be indicated by ffmpeg , libx264 of a video :
Input #0, mpegts, from './Lion of the Desert - Löwe der Wüste.ts':
Duration: 02:40:30.62, start: 0.084000, bitrate: 4880 kb/s
Program 1
Metadata:
service_name : Service01
service_provider: FFmpeg
Hello,
I would use Avidemux. It is based on ffmpeg.
From my side of view, you need an visual interface, whether the
synchronisation will be O.K..
My experience, a difference of > 50ms will be visible.
But you must have in mind, an offset of +t of audio leads to no audio
during the offset ti
You have understand all !
Am 25.04.25 um 23:07 schrieb Josh Mulligan:
I am really sorry I am a ffmpreg user not a worker contact Custer support
Sent from my iPhone
On 25 Apr 2025, at 20:21, Richard Bartczak via ffmpeg-user
wrote:
Hello,
I would use Avidemux. It is based on ffmpeg
There are fatal errors in the stream.
I did check it with a script (Linux) :
---
frame= 8 fps=0.0 q=40.0 size= 0kB time=00:00:01.13 bitrate=
0.0kbits/s dup=21 drop=0 speed=12.8x
frame= 26 fps=0.0 q=49.0 size= 0kB time=00:00:01.83 bitrate=
0.0kbits/s dup=21 drop=0 speed=3.07
Am 17.05.25 um 06:03 schrieb Alex Xu:
Hi everyone,
I'm working to detelecine a video, attached here (12 MB, first 32 seconds
truncated):
https://www.mediafire.com/file/x4ly6moqb8ayfyy/detelecine_input.mkv/file
I wasn't sure what was the right command to get the result I wanted so I
looped over
Hello,
video recorded for 4/3 :
Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3]*, 25 fps,
25 tbr, 90k tbn
(container ts).
What I want to have is something like that :
Stream #0:0[0x100]: Video: mpeg2video (
Am 26.05.25 um 13:01 schrieb p db:
Dear FFmpeg,
Imagine that you have provided to convert a movie in *.mkv; *.ogv; *.webm;
there is not a
a log after conversion that says, how was converted the movie, if there are
errors in the
movie, why it stopped during the conversion...
and the possibility t
Am 28.05.25 um 00:49 schrieb Connor Grooms:
Hello,
I am currently working on converting a large number of files from wav (Max freq
64000 Hz) to mp3 (max Freq 48000 Hz).
My current call is:
ffmpeg -i "INPUTFILENAME.WAV" -af "aresample=resampler=soxr:precision=33" -q:a 2 -ar
48000 -first_pts 0
Am 23.05.25 um 01:49 schrieb Mark Filipak:
On 20/05/2025 08.16, Richard Bartczak via ffmpeg-user wrote:
Hello,
Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3]*, 25
fps, 25 tbr, 90k tbn
There are no black
Am 23.05.25 um 02:07 schrieb Mark Filipak:
On 22/05/2025 20.04, Richard Bartczak via ffmpeg-user wrote:
Am 23.05.25 um 01:49 schrieb Mark Filipak:
On 20/05/2025 08.16, Richard Bartczak via ffmpeg-user wrote:
Hello,
Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] /
0x0002
Am 20.05.25 um 14:16 schrieb Richard Bartczak via ffmpeg-user:
Hello,
video recorded for 4/3 :
Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3]*, 25
fps, 25 tbr, 90k tbn
(container ts).
What I want to have
Bartczak via ffmpeg-user wrote:
ffmpeg -i "1492-Die Eroberung des Paradieses.ts" -crf 0 -vf
scale=720x576,setsar=64/45,setdar=16/9 -c:a copy out.ts
=> bad quality, but speedx >= 8
-vf scale=720x576,setsar=64/45,setdar=16/9
You are causing the video steam to be decod
Am 23.05.25 um 00:46 schrieb Richard Bartczak via ffmpeg-user:
Am 20.05.25 um 14:16 schrieb Richard Bartczak via ffmpeg-user:
Hello,
video recorded for 4/3 :
Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
yuv420p(tv, bt470bg, top first), *720x576 [SAR 16:15 DAR 4:3
Am 01.06.25 um 17:48 schrieb Paul B Mahol:
On Sun, Jun 1, 2025 at 3:40 PM Mark Filipak
wrote:
I have two ac3 audio streams. One is 'voices+noise', the other is just
'noise' -- no voices. I want
to take 'voices+noise', remove 'noise' leaving just 'voices', then mix
'voices' into a latter,
clipp
Am 30.05.25 um 14:20 schrieb Grilled Tanuki:
Hi all,
I am writing some software to parse through a repository of videos to
detect encoding errors that would result in a visual or audible glitch. I'm
not concerned about minor issues that a decoder can handle gracefully. I
have been using the foll
27 matches
Mail list logo