Thursday, September 21, 2023
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 13089  / 7 Months 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, 7 Months  [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
6 Months ago
brailloni questions
Tue, Jun 21, 22, 21:51, 1 Year ago
Thu, Jul 29, 21, 05:25, 2 Years ago
Sat, Apr 2, 22, 17:32, 2 Years ago
Mon, Oct 31, 22, 21:39, 12 Months ago
;