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
Run the .ogg file through ffmpeg to convert to .caf: ffmpeg -loglevel error -y -i test.ogg -c:a copy test.caf
Notice the output from ffmpeg: Packet processing failed: Invalid data found when processing input test.ogg: Invalid data found when processing input
The .caf file is created properly but there must be something about the .ogg that ffmpeg doesn't like. I tried converting .ogg files from other sources and ffmpeg did not report any problem.
The text was updated successfully, but these errors were encountered:
To Duplicate:
.ogg
file.ogg
file through ffmpeg to convert to.caf
:ffmpeg -loglevel error -y -i test.ogg -c:a copy test.caf
Notice the output from ffmpeg:
Packet processing failed: Invalid data found when processing input test.ogg: Invalid data found when processing input
The
.caf
file is created properly but there must be something about the.ogg
that ffmpeg doesn't like. I tried converting.ogg
files from other sources and ffmpeg did not report any problem.The text was updated successfully, but these errors were encountered: