Unable to save stream to mp4 file using CVLC

0

I want to save a stream to a mp4 file. I already have the following code:

cvlc "https://zdf1314-lh.akamaihd.net/i/de14_v1@392878/master.m3u8" --sout="#transcode{vcodec=h264,acodec=mpga,vb=800,ab=128}:file{dst=stream.mp4}"

When I start the video, I can only hear the audio? What am I doing wrong? Thanks for your help!

William M.

Posted 2019-03-10T13:37:04.633

Reputation: 1

No answers