ffmpeg rtsp Stream in Datei ablegen

Sound, Digitalkameras, TV+Video und Spiele.
Antworten
NetFritz
Beiträge: 2
Registriert: 23.12.2023 16:50:02

ffmpeg rtsp Stream in Datei ablegen

Beitrag von NetFritz » 25.12.2023 14:37:03

Hallo
Ich habe eine Kamera deren rtsp Stream kann ich mit ffvideo anzeigen.
Da ich aber den Stream durch einen extenen Auslöser auf Platte abspeichern will habe ich mal das Internet durchsucht.
Habe dann aus mehren Threads folgenden Befehl zusammen gebaut.

Code: Alles auswählen

ffmpeg -re -hide_banner -nostats -i rtsp://rtsp:xxxxxxxx@192.168.xx.xxx:554/av_stream/ch0 \-f segment -reset_timestamps 1 -segment_time 300 -strftime 1 "/home/fritz/Videos/cam-%Y-%m-%d___%H-%M.mp4"
Da er durch einem Auslöser gestartet werden soll habe ich den Befehl in init.d in ein sh Start Script gepakt.

Code: Alles auswählen

[#! /bin/sh
### BEGIN INIT INFO
# camwp start
# Provides: ffmpeg
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: ffmpeg
# Description:
### END INIT INFO
 
case "$1" in
    start)
        echo "ffmpeg wird gestartet"
        # Starte Programm
        /usr/share/ffmpeg -re -hide_banner -nostats -i rtsp://rtsp:xxxxxxxxxx@192.168.xx.xxx554/av_stream/ch0 \-f segment -reset_timestamps 1 -segment_time 300 -strftime 1 "/home/fritz/Videos/cam-%Y-%m-%d___%H-%M.mp4"
        
Gebe ich den ersten Befehl in der Konsole ein dann wird der rtsp in eine Datei abgelegt..
rufe ich aber das Start Script mit
camwo start
auf wird das Script mit abgebrochen
Hier die Bildschirmausgabe beim Start.

Code: Alles auswählen

camwp.sh start
ffmpeg wird gestartet
Input #0, rtsp, from 'rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0':
  Metadata:
    title           : DYrtpsion
  Duration: N/A, start: 0.598000, bitrate: N/A
  Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 10 fps, 10 tbr, 90k tbn
  Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
':tput #0, segment, to '/home/fritz/Videos/cam-%Y-%m-%d___%H-%M.mp4
Output file #0 does not contain any stream
Kann mir jemand bei der Fehler suche helfen.
Ein Frohe Weihnachtsfest NetFritz

Benutzeravatar
GregorS
Beiträge: 2627
Registriert: 05.06.2008 09:36:37
Wohnort: Freiburg
Kontaktdaten:

Re: ffmpeg rtsp Stream in Datei ablegen

Beitrag von GregorS » 25.12.2023 20:43:41

NetFritz hat geschrieben: ↑ zum Beitrag ↑
25.12.2023 14:37:03
...
Hier die Bildschirmausgabe beim Start.

Code: Alles auswählen

camwp.sh start
ffmpeg wird gestartet
Input #0, rtsp, from 'rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0':
  Metadata:
    title           : DYrtpsion
  Duration: N/A, start: 0.598000, bitrate: N/A
  Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 10 fps, 10 tbr, 90k tbn
  Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
':tput #0, segment, to '/home/fritz/Videos/cam-%Y-%m-%d___%H-%M.mp4
Output file #0 does not contain any stream
...
Die Meldungen scheinen nicht vollständig zu sein - ich meine die Zeile, die mit
':tput #0,
beginnt.

Gruß

Gregor
Wenn man keine Probleme hat, kann man sich welche machen. ("Großes Lötauge", Medizinmann der M3-Hopi [und sog. Maker])

NetFritz
Beiträge: 2
Registriert: 23.12.2023 16:50:02

Re: ffmpeg rtsp Stream in Datei ablegen

Beitrag von NetFritz » 26.12.2023 10:11:11

Hallo
@GregorS
Die Meldungen scheinen nicht vollständig zu sein - ich meine die Zeile, die mit
':tput #0,
beginnt.
Mehr habe ich aber nicht in der Ausgabe.
Danke

Habe jetzt einen anderen Weg gewählt.
Habe ein kleines sh Script geschriebeń.
Da steht nur der ffmpeg Befehl drin.
Das Script läuft manmal ohne Fehlermeldungen bis zum Abbruch.
Manchmal aber mit Fehlermeldung.
Kann mir die Datei aber ohne Fehler anschauen.

Code: Alles auswählen

  ./camwp.sh
Input #0, rtsp, from 'rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0':
  Metadata:
    title           : DYrtpsion
  Duration: N/A, start: 1.368000, bitrate: N/A
  Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 10 fps, 10 tbr, 90k tbn
  Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  Stream #0:1 -> #0:1 (pcm_alaw (native) -> aac (native))
Press [q] to stop, [?] for help
[aac @ 0x564d833e9500] Too many bits 8832.000000 > 6144 per frame requested, clamping to max
[libx264 @ 0x564d833ec380] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
[libx264 @ 0x564d833ec380] profile High, level 4.0, 4:2:0, 8-bit
[libx264 @ 0x564d833ec380] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=10 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[segment @ 0x564d833f0480] Opening '/home/fritz/Videos/cam-2023-12-26___09-56.mp4' for writing
Output #0, segment, to '/home/fritz/Videos/cam-%Y-%m-%d___%H-%M.mp4':
  Metadata:
    title           : DYrtpsion
    encoder         : Lavf59.27.100
  Stream #0:0: Video: h264, yuv420p(progressive), 1920x1080, q=2-31, 10 fps, 10240 tbn
    Metadata:
      encoder         : Lavc59.37.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
  Stream #0:1: Audio: aac (LC), 8000 Hz, mono, fltp, 48 kb/s
    Metadata:
      encoder         : Lavc59.37.100 aac
[rtsp @ 0x564d83391e80] max delay reached. need to consume packet
[rtsp @ 0x564d83391e80] RTP: missed 185 packets
[h264 @ 0x564d833ea300] error while decoding MB 112 17, bytestream -6
[h264 @ 0x564d833ea300] concealing 6057 DC, 6057 AC, 6057 MV errors in P frame
rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0: corrupt decoded frame in stream 0
[rtsp @ 0x564d83391e80] max delay reached. need to consume packet
[rtsp @ 0x564d83391e80] RTP: missed 24 packets
[h264 @ 0x564d834f16c0] error while decoding MB 52 56, bytestream -16
[h264 @ 0x564d834f16c0] concealing 1437 DC, 1437 AC, 1437 MV errors in I frame
rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0: corrupt decoded frame in stream 0
[aac @ 0x564d833e9500] Queue input is backward in time
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49152, current: 34816; changing to 49153. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49153, current: 35840; changing to 49154. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49154, current: 36864; changing to 49155. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49155, current: 37888; changing to 49156. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49156, current: 38912; changing to 49157. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49157, current: 39936; changing to 49158. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49158, current: 40960; changing to 49159. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49159, current: 41984; changing to 49160. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49160, current: 43008; changing to 49161. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49161, current: 44032; changing to 49162. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49162, current: 45056; changing to 49163. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49163, current: 46080; changing to 49164. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49164, current: 47104; changing to 49165. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49165, current: 48128; changing to 49166. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49166, current: 49152; changing to 49167. This may result in incorrect timestamps in the output file.
[rtsp @ 0x564d83391e80] max delay reached. need to consume packet
[rtsp @ 0x564d83391e80] RTP: missed 5 packets
[h264 @ 0x564d833ea300] error while decoding MB 99 67, bytestream -6
[h264 @ 0x564d833ea300] concealing 70 DC, 70 AC, 70 MV errors in P frame
[rtsp @ 0x564d83391e80] max delay reached. need to consume packet
[rtsp @ 0x564d83391e80] RTP: missed 9 packets
rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0: corrupt decoded frame in stream 0
[h264 @ 0x564d83558e00] cabac decode of qscale diff failed at 38 65
[h264 @ 0x564d83558e00] error while decoding MB 38 65, bytestream -8
[h264 @ 0x564d83558e00] concealing 371 DC, 371 AC, 371 MV errors in I frame
rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0: corrupt decoded frame in stream 0
frame=  532 fps=9.6 q=-1.0 Lsize=N/A time=00:00:52.90 bitrate=N/A dup=23 drop=18 speed=0.957x    
video:10359kB audio:37kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
[libx264 @ 0x564d833ec380] frame I:3     Avg QP:16.01  size:530322
[libx264 @ 0x564d833ec380] frame P:134   Avg QP:19.02  size: 57921
[libx264 @ 0x564d833ec380] frame B:395   Avg QP:25.78  size:  3176
[libx264 @ 0x564d833ec380] consecutive B-frames:  0.8%  0.4%  1.1% 97.7%
[libx264 @ 0x564d833ec380] mb I  I16..4: 24.9% 18.1% 57.0%
[libx264 @ 0x564d833ec380] mb P  I16..4:  0.4%  1.4%  0.9%  P16..4: 24.5%  4.5%  5.0%  0.0%  0.0%    skip:63.3%
[libx264 @ 0x564d833ec380] mb B  I16..4:  0.0%  0.0%  0.1%  B16..8:  8.4%  0.8%  0.8%  direct: 0.3%  skip:89.6%  L0:42.0% L1:54.3% BI: 3.7%
[libx264 @ 0x564d833ec380] 8x8 transform intra:36.0% inter:29.0%
[libx264 @ 0x564d833ec380] coded y,uvDC,uvAC intra: 86.9% 60.9% 27.3% inter: 6.3% 5.6% 0.1%
[libx264 @ 0x564d833ec380] i16 v,h,dc,p: 33% 11% 48%  8%
[libx264 @ 0x564d833ec380] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 14% 16%  6%  7% 10%  7%  8% 11%
[libx264 @ 0x564d833ec380] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 18% 13%  6%  7% 12%  5%  6%  9%
[libx264 @ 0x564d833ec380] i8c dc,h,v,p: 58% 16% 20%  5%
[libx264 @ 0x564d833ec380] Weighted P-Frames: Y:0.7% UV:0.0%
[libx264 @ 0x564d833ec380] ref P L0: 66.9% 15.2% 15.5%  2.4%  0.0%
[libx264 @ 0x564d833ec380] ref B L0: 94.1%  5.4%  0.6%
[libx264 @ 0x564d833ec380] ref B L1: 95.6%  4.4%
[libx264 @ 0x564d833ec380] kb/s:1594.99
[aac @ 0x564d833e9500] Qavg: 62641.652
Exiting normally, received signal 2.
 
Gruß NetFritz

mediauser
Beiträge: 9
Registriert: 04.01.2024 15:27:59

Re: ffmpeg rtsp Stream in Datei ablegen

Beitrag von mediauser » 04.01.2024 16:06:58

NetFritz hat geschrieben: ↑ zum Beitrag ↑
26.12.2023 10:11:11
Hallo
@GregorS
Die Meldungen scheinen nicht vollständig zu sein - ich meine die Zeile, die mit
':tput #0,
beginnt.
Mehr habe ich aber nicht in der Ausgabe.
Danke

Habe jetzt einen anderen Weg gewählt.
Habe ein kleines sh Script geschriebeń.
Da steht nur der ffmpeg Befehl drin.
Das Script läuft manmal ohne Fehlermeldungen bis zum Abbruch.
Manchmal aber mit Fehlermeldung.
Kann mir die Datei aber ohne Fehler anschauen.

Code: Alles auswählen

  ./camwp.sh
Input #0, rtsp, from 'rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0':
  Metadata:
    title           : DYrtpsion
  Duration: N/A, start: 1.368000, bitrate: N/A
  Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 10 fps, 10 tbr, 90k tbn
  Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  Stream #0:1 -> #0:1 (pcm_alaw (native) -> aac (native))
Press [q] to stop, [?] for help
[aac @ 0x564d833e9500] Too many bits 8832.000000 > 6144 per frame requested, clamping to max
[libx264 @ 0x564d833ec380] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
[libx264 @ 0x564d833ec380] profile High, level 4.0, 4:2:0, 8-bit
[libx264 @ 0x564d833ec380] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=10 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[segment @ 0x564d833f0480] Opening '/home/fritz/Videos/cam-2023-12-26___09-56.mp4' for writing
Output #0, segment, to '/home/fritz/Videos/cam-%Y-%m-%d___%H-%M.mp4':
  Metadata:
    title           : DYrtpsion
    encoder         : Lavf59.27.100
  Stream #0:0: Video: h264, yuv420p(progressive), 1920x1080, q=2-31, 10 fps, 10240 tbn
    Metadata:
      encoder         : Lavc59.37.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
  Stream #0:1: Audio: aac (LC), 8000 Hz, mono, fltp, 48 kb/s
    Metadata:
      encoder         : Lavc59.37.100 aac
[rtsp @ 0x564d83391e80] max delay reached. need to consume packet
[rtsp @ 0x564d83391e80] RTP: missed 185 packets
[h264 @ 0x564d833ea300] error while decoding MB 112 17, bytestream -6
[h264 @ 0x564d833ea300] concealing 6057 DC, 6057 AC, 6057 MV errors in P frame
rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0: corrupt decoded frame in stream 0
[rtsp @ 0x564d83391e80] max delay reached. need to consume packet
[rtsp @ 0x564d83391e80] RTP: missed 24 packets
[h264 @ 0x564d834f16c0] error while decoding MB 52 56, bytestream -16
[h264 @ 0x564d834f16c0] concealing 1437 DC, 1437 AC, 1437 MV errors in I frame
rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0: corrupt decoded frame in stream 0
[aac @ 0x564d833e9500] Queue input is backward in time
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49152, current: 34816; changing to 49153. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49153, current: 35840; changing to 49154. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49154, current: 36864; changing to 49155. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49155, current: 37888; changing to 49156. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49156, current: 38912; changing to 49157. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49157, current: 39936; changing to 49158. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49158, current: 40960; changing to 49159. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49159, current: 41984; changing to 49160. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49160, current: 43008; changing to 49161. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49161, current: 44032; changing to 49162. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49162, current: 45056; changing to 49163. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49163, current: 46080; changing to 49164. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49164, current: 47104; changing to 49165. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49165, current: 48128; changing to 49166. This may result in incorrect timestamps in the output file.
[segment @ 0x564d833f0480] Non-monotonous DTS in output stream 0:1; previous: 49166, current: 49152; changing to 49167. This may result in incorrect timestamps in the output file.
[rtsp @ 0x564d83391e80] max delay reached. need to consume packet
[rtsp @ 0x564d83391e80] RTP: missed 5 packets
[h264 @ 0x564d833ea300] error while decoding MB 99 67, bytestream -6
[h264 @ 0x564d833ea300] concealing 70 DC, 70 AC, 70 MV errors in P frame
[rtsp @ 0x564d83391e80] max delay reached. need to consume packet
[rtsp @ 0x564d83391e80] RTP: missed 9 packets
rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0: corrupt decoded frame in stream 0
[h264 @ 0x564d83558e00] cabac decode of qscale diff failed at 38 65
[h264 @ 0x564d83558e00] error while decoding MB 38 65, bytestream -8
[h264 @ 0x564d83558e00] concealing 371 DC, 371 AC, 371 MV errors in I frame
rtsp://rtsp:12345678@192.168.2.112:554/av_stream/ch0: corrupt decoded frame in stream 0
frame=  532 fps=9.6 q=-1.0 Lsize=N/A time=00:00:52.90 bitrate=N/A dup=23 drop=18 speed=0.957x    
video:10359kB audio:37kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
[libx264 @ 0x564d833ec380] frame I:3     Avg QP:16.01  size:530322
[libx264 @ 0x564d833ec380] frame P:134   Avg QP:19.02  size: 57921
[libx264 @ 0x564d833ec380] frame B:395   Avg QP:25.78  size:  3176
[libx264 @ 0x564d833ec380] consecutive B-frames:  0.8%  0.4%  1.1% 97.7%
[libx264 @ 0x564d833ec380] mb I  I16..4: 24.9% 18.1% 57.0%
[libx264 @ 0x564d833ec380] mb P  I16..4:  0.4%  1.4%  0.9%  P16..4: 24.5%  4.5%  5.0%  0.0%  0.0%    skip:63.3%
[libx264 @ 0x564d833ec380] mb B  I16..4:  0.0%  0.0%  0.1%  B16..8:  8.4%  0.8%  0.8%  direct: 0.3%  skip:89.6%  L0:42.0% L1:54.3% BI: 3.7%
[libx264 @ 0x564d833ec380] 8x8 transform intra:36.0% inter:29.0%
[libx264 @ 0x564d833ec380] coded y,uvDC,uvAC intra: 86.9% 60.9% 27.3% inter: 6.3% 5.6% 0.1%
[libx264 @ 0x564d833ec380] i16 v,h,dc,p: 33% 11% 48%  8%
[libx264 @ 0x564d833ec380] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 14% 16%  6%  7% 10%  7%  8% 11%
[libx264 @ 0x564d833ec380] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 18% 13%  6%  7% 12%  5%  6%  9%
[libx264 @ 0x564d833ec380] i8c dc,h,v,p: 58% 16% 20%  5%
[libx264 @ 0x564d833ec380] Weighted P-Frames: Y:0.7% UV:0.0%
[libx264 @ 0x564d833ec380] ref P L0: 66.9% 15.2% 15.5%  2.4%  0.0%
[libx264 @ 0x564d833ec380] ref B L0: 94.1%  5.4%  0.6%
[libx264 @ 0x564d833ec380] ref B L1: 95.6%  4.4%
[libx264 @ 0x564d833ec380] kb/s:1594.99
[aac @ 0x564d833e9500] Qavg: 62641.652
Exiting normally, received signal 2.
 
Gruß NetFritz



Hallo

das ist der grund

Non-monotonous DTS in output stream 0:1; previous: 49165, current: 48128; changing to 49166. This may result in incorrect timestamps in the output file.

dein stream läuft nicht syncron desshalb stürzt es dann ab This may result in incorrect timestamps i

mein beispiel

ffmpeg -fflags +genpts+igndts -re -i rfgfdgd -fpsmax output

poste mal nur deinen befehl

Antworten