I need to limit the size of the 3GPP video generated by Nokia Multimedia Converter 2.0 running in console mode, but the '-sl' sizeLimit parameter does not appear to affect the output video size.
The command I use is:
MMConverterCon.exe -i video.avi -o video -p -sl100
The resulting video.3gpp is 160kilobytes.
Has anyone been successful in using the '-sl' parameter in console mode?