You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works on local mac - ffmpeg(not-native-ffmpeg-kit)
However, when I run this command on react-native ios simulator, I receive the following error message:
Environment:
FFmpeg version: 60.3.100 (via react-native-ffmpeg-kit)
H.264 codec, 30 fps, 1220 kbps
Command options:
Video codec: hevc_videotoolbox
Resize: 1920x1080
Video bitrate: 3000k
Frame rate: 30 fps
Audio codec: aac
Other: -movflags +faststart
Issue:
It seems there’s an issue with the encoder (hevc_videotoolbox) while initializing the output stream. The error message suggests that the problem might be related to incorrect parameters, but I’m not sure which parameters are causing the issue (bitrate, resolution, frame rate, or something else).
Has anyone experienced this issue before? Any help or insights on how to resolve this would be greatly appreciated!
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello,
I am using react-native-ffmpeg-kit to encode a video with the following FFmpeg command:
It works on local mac - ffmpeg(not-native-ffmpeg-kit)
However, when I run this command on react-native ios simulator, I receive the following error message:
Environment:
FFmpeg version: 60.3.100 (via react-native-ffmpeg-kit)
H.264 codec, 30 fps, 1220 kbps
Command options:
Video codec: hevc_videotoolbox
Resize: 1920x1080
Video bitrate: 3000k
Frame rate: 30 fps
Audio codec: aac
Other: -movflags +faststart
Issue:
It seems there’s an issue with the encoder (hevc_videotoolbox) while initializing the output stream. The error message suggests that the problem might be related to incorrect parameters, but I’m not sure which parameters are causing the issue (bitrate, resolution, frame rate, or something else).
Has anyone experienced this issue before? Any help or insights on how to resolve this would be greatly appreciated!
Thank you in advance!
The text was updated successfully, but these errors were encountered: