Jump to content

Audio in Viveport Video on Flow


Cesar151

Recommended Posts

I have found the origin of the problem. It seems that Vive Flow is not able to read video with ac3 audio.

I have used ffmpeg utility to convert from ac3 to mp3 and now it works.

 

Command line to convert:

ffmpeg -i video.mkv -v:c copy -c:a libmp3lame -q:a 4 video.mp4

-i input video file

-v:c copy copy without video re-encoding

-c:a libmp3lame to use mp3 codec

-q:a 4 to define audio quality (0 the best, 9 the worst)

video.mp4 output video file.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...