Tagged Questions

0
votes
1answer
2k views

FFMPEG FLV to 3GP more then 176x144 size

Hi all I am converting my.flv to my.gp3 with this command ffmpeg -i my.flv -acodec libamr_nb -s 176x144 -ar 8000 -b 120000 -vcodec h263 -ab 10.2k -ac 1 my.3gp but size of my flv is 320x240 and I am ...