Android ffmpeg apply video effects take log time -


I'm using commands to implement the effect, to apply effects for 2 minutes of video May take 6-8 minutes. Please help me improve the effective time for the ffmpeg command.

  string commandstracker "ffmpeg -y -i" + mVideoData.getPath () + "- experimental-vf curves = vintage -s 640x480 -r30 -spect 4: 3 -Ab 48000 - A2R 22050-B20979 -Vodcast MPEG4 / SD Card / VideoKit / CRVMMP4 ";  


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -