Intenso Video Traveller 1.5" any experience? presset?

Discuss about generic usage of MediaCoder.

Moderator: HuggiL

Post Reply
bevasoft
Beginner
Beginner
Posts: 6
Joined: Wed Feb 04, 2009 3:50 am
Location: Germany

Intenso Video Traveller 1.5" any experience? presset?

Post by bevasoft » Mon Aug 16, 2010 3:09 am

Hi All,

I am looking for presset working with the "Intenso Video Traveller 4GB" Player.
It plays 128x128 bit AVI(XviD)


Example inserted:

General
Complete name : D:\download\Aiaon_18.avi
Format : AVI
Format/Info : Audio Video Interleave
File size : 4.32 MiB
Duration : 1mn 12s
Overall bit rate : 503 Kbps
Writing application : MEncoder Sherpya-MinGW-20060312-4.1.0
Writing library : MPlayer

Video
ID : 0
Format : MPEG-4 Visual
Format profile : Simple@L3
Format settings, BVOP : No
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 1mn 11s
Bit rate : 399 Kbps
Width : 128 pixels
Height : 128 pixels
Display aspect ratio : 1.000
Frame rate : 15.000 fps
Resolution : 8 bits
Colorimetry : 4:2:0
Scan type : Progressive
Bits/(Pixel*Frame) : 1.625
Stream size : 3.41 MiB (79%)
Writing library : XviD 1.1.0 (UTC 2005-11-22)

Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 2
Codec ID : 50
Duration : 1mn 12s
Bit rate mode : Constant
Bit rate : 96.0 Kbps
Channel(s) : 1 channel
Sampling rate : 44.1 KHz
Stream size : 846 KiB (19%)
Alignment : Split accross interleaves
Interleave, duration : 26 ms (0.39 video frame)
Interleave, preload duration : 522 ms

BUT i am not able to produce a presset for conversion

THANKS
Thx Beva

meRobs
Expert
Expert
Posts: 3116
Joined: Tue Jun 23, 2009 2:45 pm
Location: Sydney, Australia

Re: Intenso Video Traveller 1.5" any experience? presset?

Post by meRobs » Mon Aug 16, 2010 5:10 pm

Bevasoft:
Is the example you gave a clip that plays in the "Intenso Video Traveller 4GB" Player?
If so, this would explain your difficulty (the Resize options in MediaCoder do not include 128x128!).

If I am correct, a Preset should be easy.
Though, if your source file has a rectangular frame (not square like 128x128, DAR = 1.00) it may need cropping!
Have you checked out the Tips & Guides for MediaCoder? Try: http://forum.mediacoderhq.com/viewtopic.php?f=17&t=8061
Also, get older builds at: http://www.videohelp.com/tools/MediaCoder/old-versions#download

bevasoft
Beginner
Beginner
Posts: 6
Joined: Wed Feb 04, 2009 3:50 am
Location: Germany

Re: Intenso Video Traveller 1.5" any experience? presset?

Post by bevasoft » Tue Aug 17, 2010 2:01 am

Thanks for info,

the original file was a Canon Powershot G3 file.
Format : M-JPEG
Codec ID : MJPG
Bit rate : 1 989 Kbps
Width : 320 pixels
Height : 240 pixels
Display aspect ratio : 4:3

converted by "AVIconverter 5.1.6" a utility delivered together with Intenso Video Traveller.

I have undertood that the video has to be always 128x128 Aspect ration is done through black top and botton part of the picture.

Beva
Thx Beva

meRobs
Expert
Expert
Posts: 3116
Joined: Tue Jun 23, 2009 2:45 pm
Location: Sydney, Australia

Re: Intenso Video Traveller 1.5" any experience? presset?

Post by meRobs » Tue Aug 17, 2010 11:00 am

Assuming that the example you gave in the first post describes a file that suits your player:
1) click File > Revert All Settings
2) on Video tab set: Format/Mode/Source/Encoder = Xvid/Average bitrate 1000 or so/MEncoder/FFmpeg
Audio tab: Encoder/Format/Source/Resample = FFmpeg/MP2/Auto select/44100
Container = AVI and Multiplexer = Auto
Picture tab: Resize/Crop/Frame rate/Aspect Ratio = 128x128/Expand to Fit/15/Keep pixel AR

To get an Aspect ratio of 128x128, select 128x96, use mouse to select the '96' and type 128.
A guide to settings presets is here: viewtopic.php?f=17&t=8131
And a guide to cropping is here: viewtopic.php?f=17&t=8188&start=0

Good luck.
Have you checked out the Tips & Guides for MediaCoder? Try: http://forum.mediacoderhq.com/viewtopic.php?f=17&t=8061
Also, get older builds at: http://www.videohelp.com/tools/MediaCoder/old-versions#download

bevasoft
Beginner
Beginner
Posts: 6
Joined: Wed Feb 04, 2009 3:50 am
Location: Germany

Intenso Video Traveller 1.5" Solved

Post by bevasoft » Thu Aug 19, 2010 5:20 am

All,

Thanks to inspiration from one Ubuntu forum there are commandline paramaters for mencoder:

4:4 HQ: mencoder.exe -ofps 15 -vf-add scale=128:128 -vf-add expand=128:128:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=400:max_bframes=0:quant_type=h263:me_quality=0 -oac lavc -lavcopts acodec=mp2:abitrate=96 source.file -o target.file.avi

4:3 HQ: mencoder.exe -ofps 15 -vf-add scale=128:96 -vf-add expand=128:128:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=400:max_bframes=0:quant_type=h263:me_quality=0 -oac lavc -lavcopts acodec=mp2:abitrate=96 source.file -o target.file.avi

16:9 HQ: mencoder.exe -ofps 15 -vf-add scale=128:72 -vf-add expand=128:128:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=400:max_bframes=0:quant_type=h263:me_quality=0 -oac lavc -lavcopts acodec=mp2:abitrate=96 source.file -o target.file.avi

thanks All for help and inspiration
Thx Beva

Post Reply