Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 13166  / 1 Year ago, sun, march 19, 2023, 3:14:37

I get this error when I try to convert an wmv to 3gp using this command:



ffmpeg -y -i "inputvid.wmv" -vf scale=352:288 
-f 3gp -vcodec h263 -r 15 -b:v 200k
-acodec libvo_aacenc -ac 2 -ar 32000 -b:v 64k
"outputvid.3gp"


(The command is actually derived from Mobile Media Converter 1.8.2 which recently fails on each conversion and I'm trying to troubleshoot.)



I have made the latest stable ffmpeg (version 0.10.8-7:0.10.8-1~raring1) using these instruction.



I appreciate your hints to either install libvo_aacenc, or some other codec to make conversion possible.


More From » ffmpeg

 Answers
6

Ok, to make the command work, I just needed to revert the install (Reverting Changes Made by This Guide) and start again but add '--enable-libvo-aacenc' to
ffmpeg .configure flags.


[#29347] Sunday, March 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
brailloni

Total Points: 122
Total Questions: 108
Total Answers: 108

Location: North Korea
Member since Tue, Apr 4, 2023
1 Year ago
;