We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
command = ' -ss $startPoint -i "$videoPath" -t ${endPoint - startPoint} -avoid_negative_ts make_zero -c:a aac -crf 15 -c:v libx264 -preset veryfast ' + '-y "$outputPath"';
input: HEVC xxx.mov output code=1
IPhone select a video,want to get a h264 xxx.MP4 video
Logs FFmpeg processing failed. Couldn't save the video Environment
arm-v7a
arm-v7a-neon
arm64-v8a
x86
x86_64
armv7
armv7s
arm64
arm64-mac-catalyst
arm64-simulator
arm64e
i386
x86-64
x86-64-mac-catalyst
v5.1
v5.1.LTS
main
1.15.2
The text was updated successfully, but these errors were encountered:
implementation group: 'com.arthenica', name: 'ffmpeg-kit-min-gpl', version: '6.0-2.LTS'
bad and confusing document
Sorry, something went wrong.
I have the same problem
implementation group: 'com.arthenica', name: 'ffmpeg-kit-min-gpl', version: '6.0-2.LTS' bad and confusing document
We are open to PRs if you have an idea to improve it.
No branches or pull requests
Description
command = ' -ss $startPoint -i "$videoPath" -t ${endPoint - startPoint} -avoid_negative_ts make_zero -c:a aac -crf 15 -c:v libx264 -preset veryfast ' + '-y "$outputPath"';
input: HEVC xxx.mov
output code=1
IPhone select a video,want to get a h264 xxx.MP4 video
Logs
FFmpeg processing failed.
Couldn't save the video
Environment
arm-v7a
,arm-v7a-neon
,arm64-v8a
,x86
,x86_64
,armv7
,armv7s
,arm64
,arm64-mac-catalyst
,arm64-simulator
,arm64e
,i386
,x86-64
,x86-64-mac-catalyst
v5.1
/v5.1.LTS
main
1.15.2
The text was updated successfully, but these errors were encountered: