henrywoo / kazam

Kazam - Linux Desktop Screen Recorder and Broadcaster
GNU General Public License v3.0
136 stars 15 forks source link

no audio on iphone from mp4 file created by kazam #15

Open freemant2000 opened 1 year ago

freemant2000 commented 1 year ago

Hi,

Thank you for making this excellent piece of software! It works very well but somehow there is no sound when the mp4 file created is played on the iPhone. I am using the default settings on Ubuntu 22.04. I am attaching the mp4 file. Below is the output from ffprobe:

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Screencast 2022-12-14 20:09:53.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: mp42mp41isomiso2
    creation_time   : 2022-12-14T12:07:39.000000Z
    encoder         : x264
  Duration: 00:02:05.07, start: 0.000000, bitrate: 369 kb/s
  Stream #0:0(und): Video: h264 (High 4:4:4 Predictive) (avc1 / 0x31637661), yuv444p(tv, bt709), 1280x758 [SAR 1:1 DAR 640:379], 251 kb/s, 15 fps, 15 tbr, 1500 tbn, 30 tbc (default)
    Metadata:
      creation_time   : 2022-12-14T12:07:39.000000Z
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
  Stream #0:1(und): Audio: mp3 (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 116 kb/s (default)
    Metadata:
      creation_time   : 2022-12-14T12:07:39.000000Z
      handler_name    : SoundHandler
      vendor_id       : [0][0][0][0]

https://user-images.githubusercontent.com/1174319/208101070-3f5e5dad-03b5-48b2-95e4-a8e634196552.mp4

Thanks in advance for any hint!