Menu
About
News
Contact
Support
Forum
Home
›
RaceChrono for Android
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Categories
Recent Discussions
Categories
1.7K
All Categories
58
RaceChrono for iOS
863
RaceChrono for Android
20
DIY builds
143
General
26
Track library
36
User videos etc
532
Older versions of RaceChrono
Failed:Video/audio codec when exporting
luer1001
April 2020
in
RaceChrono for Android
it juest doesent work, i have heard that you need to disable hardware acceleration, but dont know where to find the setting
Comments
aol
April 2020
edited April 2020
Here's a write-up about the issue:
https://racechrono.com/article/faq/how-to-fix-video-export-failing-with-failed-videoaudio-codec
luer1001
April 2020
my camera records in .mov files but i used vlc media player to cenvert it to .264
aol
April 2020
edited April 2020
Sounds like a problem with the re-encoding.
luer1001
April 2020
is there any way to use the .mov files or do they need to be mp4?
aol
April 2020
It needs to be a .mp4 file on Android. The container format can be changed quickly without actually re-encoding the video or audio, you can try:
ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4