panda1986 / mp4_to_flv

convert mp4 file to flv file
4 stars 3 forks source link

flv to mp4 ? #1

Open hasnhasan opened 2 years ago

hasnhasan commented 2 years ago

I want to save rtmp stream as mp4. For this, I first save it as flv. I'm converting it to mp4 with ffmpeg. There are too many performance issues.

How can I use this repo as the opposite of yours? flv to mp4

panda1986 commented 2 years ago

just use it. It's not difficult. and I want to know you run into what performance issues?

------------------ 原始邮件 ------------------ 发件人: "panda1986/mp4_to_flv" @.>; 发送时间: 2021年9月10日(星期五) 凌晨4:03 @.>; @.***>; 主题: [panda1986/mp4_to_flv] flv to mp4 ? (#1)

I want to save rtmp stream as mp4. For this, I first save it as flv. I'm converting it to mp4 with ffmpeg. There are too many performance issues.

How can I use this repo as the opposite of yours? flv to mp4

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

hasnhasan commented 2 years ago

I don't want to convert mp4 to flv format. rtmp://example.com/live/view > save mp4 Can you show an example for this?

panda1986 commented 2 years ago

ffmpeg -re -i rtmp://example.com/live/view -c copy -f mp4 -y save.mp4 is this ok? and email is a little difficult. Do you have a WeChat? You can add my WeChat 'zilinangel'.

------------------ 原始邮件 ------------------ 发件人: "panda1986/mp4_to_flv" @.>; 发送时间: 2021年9月10日(星期五) 晚上9:35 @.>; @.**@.>; 主题: Re: [panda1986/mp4_to_flv] flv to mp4 ? (#1)

I don't want to convert mp4 to flv format. rtmp://example.com/live/view > save mp4 Can you show an example for this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

hasnhasan commented 2 years ago

No, I don't want to do this with ffmpeg.

I can record in flv format using the code below. But I want to record in Mp4 format. https://github.com/notedit/rtmp-example/blob/master/flv-recorder/main.go

Thank you for your help. I don't use WeChat.