Hi, Guten Morgen,
ich bin neu hier, weil ich sehr gerne mit Multimedia was mache und habe gleich mal zu Beginn eine Frage zu ffmpeg und Screen Capturing.
Mit diesem Befehl:
Code
ffmpeg -video_size 1366x768 -framerate 25 -f x11grab -i :0.0 -f pulse -ac 2 -i default output.mkv
sieht mein Video schon ganz gut aus, allerdings ist das Audio richtig leise.
Ich habe das Video mal auf filehorst hochgeladen:
https://filehorst.de/d/euDvyeuE
welches so aufgebaut ist:
Code
Complete name : output.mkv
Format : Matroska
Format version : Version 4
File size : 3.40 MiB
Duration : 1 min 7 s
Overall bit rate mode : Variable
Overall bit rate : 423 kb/s
Writing application : Lavf58.45.100
Writing library : Lavf58.45.100
ErrorDetectionType : Per level 1
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 4:4:4 Predictive@L3.2
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 4 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 1 min 7 s
Bit rate : 303 kb/s
Width : 1 366 pixels
Height : 768 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Chroma subsampling : 4:4:4
Bit depth : 8 bits
Scan type : Progressive
Stream size : 2.44 MiB (72%)
Writing library : x264 core 160 r3011 cde9a93
Encoding settings : 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=4 / threads=3 / 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=25 / 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
Default : Yes
Forced : No
Audio
ID : 2
Format : Vorbis
Format settings, Floor : 1
Codec ID : A_VORBIS
Duration : 1 min 5 s
Bit rate mode : Variable
Bit rate : 112 kb/s
Channel(s) : 2 channels
Sampling rate : 48.0 kHz
Compression mode : Lossy
Stream size : 893 KiB (26%)
Writing application : Lavc58.91.100
Writing library : libVorbis (Reducing Environment) (20200704 (Reducing Environment))
Default : Yes
Forced : No
Display More
Muss ich noch an den Einstellungen bzw. Parametern schrauben, damit das Audio gut klingt?
Gruß,
Steev