Tuesday, September 08, 2015

Transcoding and More Transcoding...

Another go for ffmpeg...
This time I had to use a special flag for the audio, "-ac 2".
Without that one, the transcoding failed with the error:

[libvo_aacenc @0xb182fe0] Unable to set encoding parameters

So, I had to use this to trancode the whole movie:

ffmpeg -i my.movie.avi -b:v 2132k -b:a 384k -r 23.97\

-s 720x400 -ac 2 -vcodec mpeg4 my.movie.mp4

Labels: , , ,

0 Comments:

Post a Comment

<< Home