12-02-2015, 07:21 PM
(This post was last modified: 12-02-2015, 07:24 PM by indigoataxia.)
I am trying to use the Leappad Manager with my 2 year olds LeapsterGS. I am able to get the videos to play but they are off to the right about 150 pixels and down about 50. I know the resolution is different, 320x240, so I converted manually with the command I found you post elsewhere (adjusted for my resolution).
ffmpeg.exe -i downvideo.mp4 -acodec libvorbis -b 800k -ac 2 -ab 56k -ar 16000 -r 15 -vf scale="'if(gt(a,4/3),320,-1)':'if(gt(a,4/3),-1,240)'" outvideo.ogg
The image is still offcenter. I also tried adjusting the VideoInfo.Json file attributes so it read
"SourceWidth":320,
"SourceHeight":240,
"TargetWidth":320,
"TargetHeight":240,
This did not seem to make a difference. If anyone has any suggestions, I would love to hear them!
ffmpeg.exe -i downvideo.mp4 -acodec libvorbis -b 800k -ac 2 -ab 56k -ar 16000 -r 15 -vf scale="'if(gt(a,4/3),320,-1)':'if(gt(a,4/3),-1,240)'" outvideo.ogg
The image is still offcenter. I also tried adjusting the VideoInfo.Json file attributes so it read
"SourceWidth":320,
"SourceHeight":240,
"TargetWidth":320,
"TargetHeight":240,
This did not seem to make a difference. If anyone has any suggestions, I would love to hear them!