Jump to content

Recommended Posts

Posted

Hi id like to convert all my movies to be able to direct play with ffmpeg but cant work out how to convert to aac wit 2 channels instead of 5.1 6 channels as that seems to stop it from direct playing

Posted (edited)

I know this one! One second and I will copy the command line!

Edited by chef
Posted (edited)

I use this command line:

ffmpeg  -i "E:\Movies\Fantastic Four (2015)\Fantastic.Four.2015.720p.BluRay.x264-GECKOS.mkv" -c:v libx264 -vcodec copy -preset:v veryfast -ac 2 -c:a libvo_aacenc -vbr 3 "E:\Movies\Fantastic Four (2015)\Fantastic.Four.2015.720p.BluRay.x264-GECKOS(1).mkv

notice the (1) in the copied path...

 

it works for me :)

Edited by chef

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...