-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flv to mp4 ? #1
Comments
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.
|
I don't want to convert mp4 to flv format. |
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.
|
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. Thank you for your help. I don't use WeChat. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: