Log in

View Full Version : NanoRipV.082 - a simple MPEG-4 encoder GUI


NanoRip
21st October 2008, 21:39
NanoRip is a simple encoder with two click encoding. It can also run custom profiles. Written to be fast and easy (for my teenagers and their ipods ;) )

Features:
*Free
*Automatic letterbox detection.
*Basic video analysis w/MediaInfo.
*2 clicks - 'load file' and 'encode' - ipod compatible defaults.
*Custom profiles are integrated with the gui; input fields on the form are visible only if used by profile.
*Queue.
*Intended to be as fast and easy as possible.
*Latest release: V.082

Webpage:http://nanorip.googlepages.com/nanorip
Download: http://nanorip.googlepages.com/NanoRipv082.zip

http://img249.imageshack.us/img249/3094/nanoriplbdetectionif3.th.png (http://img249.imageshack.us/my.php?image=nanoriplbdetectionif3.png)http://img242.imageshack.us/img242/9752/nroptionsv082.th.png (http://img242.imageshack.us/img242/9752/nroptionsv082.png)http://img507.imageshack.us/img507/5704/nroptionsv082synced.th.png (http://img507.imageshack.us/img507/5704/nroptionsv082synced.png)

Custom profiles can be written to have both hardcoded settings and variable parameters.

NanoRip
26th May 2009, 23:22
v.082
-misc bug fixes and tweaks, updated ffmpeg
-new tags for custom profiles <_threads>,<n_r_path>, <fn_local>,<out_path>
-new custom profile examples;
Subtitles on the Ipod (soft, requires mp4box)
Subtitles on the psp (hard, requires dgindex and avisynth)
using mp4box, neroAacEnc, mediainfo, avisynth and dgindex
using presets

b66pak
27th May 2009, 17:11
thanks...
_

saltman311
18th August 2010, 00:34
Thank you very much for this software. It has been very helpful with trans-coding to iPod format.

I updated ffmpeg to discover that croptop cropbottom have been deprecated in favor of crop avfilter.

From http://www.ffmpeg.org/ffmpeg-doc.html#SEC47

9.1 crop

Crop the input video to x:y:width:height.

./ffmpeg -i in.avi -vf "crop=0:0:0:240" out.avi

x and y specify the position of the top-left corner of the output (non-cropped) area.

The default value of x and y is 0.

The width and height parameters specify the width and height of the output (non-cropped) area.

A value of 0 is interpreted as the maximum possible size contained in the area delimited by the top-left corner at position x:y.

For example the parameters:

"crop=100:100:0:0"

will delimit the rectangle with the top-left corner placed at position 100:100 and the right-bottom corner corresponding to the right-bottom corner of the input image.

The default value of width and height is 0.

Would you please update Nanorip to reflect these changes?

Thank you. :thanks: