myMPX
Advertisement


Go Back MyMPx.org > MyMPx.org Forum > Video related

cannot play videos on mp4 Rockchip player
Reply
Post New Thread
 
LinkBack Thread Tools
  #21 (permalink)  
Old 9th Aug 2007, 7:23 am
Member
I love my MPx player
 
Join Date: Aug 2007
Posts: 92
Default


DaremoS, I have exactly that one but in black. It's a great unit (anyone else want to comment?) and has the usual 320x240 Rockchip :lol: menus - i.e. with tabs across the bottom of the screen. I'll post a review of my one soon.
__________________
On a mission to help confused Rockchip owners get more than just the French and Chinese dance-vids working on their units!
Reply With Quote
  #22 (permalink)  
Old 9th Aug 2007, 2:32 pm
New Member
 
Join Date: Aug 2007
Posts: 7
Default

nope it doesnt look like mine
mine looks almost exactly like a nano
except that it is longer.
Reply With Quote
  #23 (permalink)  
Old 13th Sep 2007, 1:47 am
Junior Member
 
Join Date: Jul 2007
Posts: 36
Default

hello, I don't own a rockchip based player, but I would like to support them in my converter. I understand there are 2 different chips, one being capable of 320x240 and the other 220x176. For which model has the video to be rotated and in which direction ? What about 224x176, is that a 3rd version of the chip ?
Reply With Quote
  #24 (permalink)  
Old 13th Sep 2007, 2:36 am
Senior Member
Valued Member
 
Join Date: Jan 2007
Posts: 1,017
Default

Quote:
Originally Posted by BobbyQ";p=&quot View Post
hello, I don't own a rockchip based player, but I would like to support them in my converter. I understand there are 2 different chips, one being capable of 320x240 and the other 220x176. For which model has the video to be rotated and in which direction ? What about 224x176, is that a 3rd version of the chip ?
Bobby
as far as i understand the 220x176 sized screen is actually a misnomer - when converting files for this size you need to set a size of 224x176 (they are the same) and also a max of 20fps on this size - i have got 25fps on 320*240
if you need to see a set up file then download AviConverter form this site and look at the ini file, some setting are in there
Reply With Quote
  #25 (permalink)  
Old 13th Sep 2007, 5:26 am
Member
I love my MPx player
 
Join Date: Aug 2007
Posts: 92
Default

BobbyQ,
I agree with makd511 - I have both 320x240 and '220'x176 Rockchips ... and I say '220' with caution as 224x176 is what works when I use anything other than Aviconverter !! I will have to dig out the 'French Maiden' video which came with the smaller Rocker and advise the size.

I have to say, I tried your Batman conveter for the first time yesterday for my Meizu M6, and it has produced the clearest, sharpest and smoothest movie out of all the software I have tried with the M6 ! Well done indeed! I still prefer the less jerky movies I get with my Rockchip unts, but you've restored my faith in the M6.

I hope you can get Batman to work with Rockchip devices, and don't hesitate to PM me if you need any testing done - I have both sizes (but not a 'rotated' 176x22(4) player yet.
__________________
On a mission to help confused Rockchip owners get more than just the French and Chinese dance-vids working on their units!
Reply With Quote
  #26 (permalink)  
Old 13th Sep 2007, 7:06 am
Senior Member
MPx Junkie
 
Join Date: Oct 2006
Posts: 381
Default

Quote:
Originally Posted by iixorbiusii";p=&quot View Post
BobbyQ,

I have to say, I tried your Batman conveter for the first time yesterday for my Meizu M6, and it has produced the clearest, sharpest and smoothest movie out of all the software I have tried with the M6 ! Well done indeed! I still prefer the less jerky movies I get with my Rockchip unts, but you've restored my faith in the M6.
iixorbiusii...

Would you share with me the parameters did you use with Batman for M6?

I've bought a M6 to enjoy all the skinning options... now i want to try Batman instead of Meizu converter.

AFAIK batman works with Rockchip players as it support mp2.. is that so BobbyQ ?

Thanks in advance
__________________
Everything that is really great and inspiring is created by the individual who can labor in freedom.
Reply With Quote
  #27 (permalink)  
Old 13th Sep 2007, 12:11 pm
Junior Member
 
Join Date: Jul 2007
Posts: 36
Default

yes, that's the goal. mp2 and everything else needed is already in the latest beta version, but it is all still under heavy development.
I am gonna reduce the fps of 224x176 version to 20 today. jp could play 24 fps with his 320x240 chip, so I thought that would match with the other chip too.
EDIT : you can download the new beta, the change is in. Looking forward to your feedbacks.
Reply With Quote
Sponsored Links
  #28 (permalink)  
Old 19th Sep 2007, 2:03 am
New Member
 
Join Date: Sep 2007
Location: Hertfordshire
Posts: 7
Default Re: cannot play videos on mp4 Rockchip player

I have a Rockchip MP4 player with 2.4" screen. I download videos from the net in FLV format. To play them on the player I use FFMPEG , which is a free command line AV convertor. I convert the Flash Video into AVI. The thing to remember is that for 2.4" screens the resolution must be 320x240 , the video frame rate must be 20 fps and sound must be in MP2 format. All these parameters may be specified in FFMPEG.
Example: FFMPEG -i flash.FLV -vcodec xvid -s 320x240 -r 20 - b 512 -acodec mp2 -ar 44100 newfile.AVI The important thing here is that the resultant file must be AVI with the xvid codec - unfortunately I cannot get FFMPEG to do this correctly (although it supports it) - therefore I repeat the process using avconvertor 3.1 to compress the newfile into xvid. In windows, Right click & summary tab on the resultant file to see its properties to check all the parameters are correctly set (MUST have video compression of: xvid) . If in doubt, look at the sample video's attributes. Why don't I just use avconvertor? I tried that and the conversions all failed or I got format errors when playing them. Aswell as NOT supporting FLV files, it seems avconvertor 3.1 gets upset if it has to perform too many file attribute changes, if FFMPEG does most of them prior, its fine. PS- when using avconvertor, make sure the resultant file is in the same folder as the input file, its quicker!
Reply With Quote
  #29 (permalink)  
Old 23rd Jul 2008, 12:57 pm
New Member
 
Join Date: Jul 2008
Posts: 1
Default Under Linux

If you are under linux, you can use this:

http://www.sprocketandlube.com/shownews/item/67

I used:

mencoder -noodml input.avi -of avi -o /media/disk/OUTPUT_VID.avi -ofps 15 -vf-add scale=320:-2,expand=320:240 -srate 44100 -ovc xvid -xvidencopts bitrate=400:max_bframes=0:quant_type=h263 -oac lavc -lavcopts acodec=mp2:abitrate=96

My chip is:
ATTRS{vendor}=="RockChip"
ATTRS{vendor}=="0x10de"
ATTRS{subsystem_vendor}=="0x1849"
Reply With Quote
  #30 (permalink)  
Old 18th Aug 2008, 5:17 am
Junior Member
 
Join Date: Mar 2008
Posts: 29
Default

I can't believe how many "experts" there are who claim to have the answer to making videos to play on these Rockchip players. Especially the ones urging you to use xillisoft crap converters. Don't give those scumbags any money.

Just use viDrop. End of story.

And why are so many using 400-500 kbit for the video? You can't see that much quality on 2" screen, so why make your movies so huge? I use around 100kbit 2-pass and it looks perfect. Filesize a bit more than 100 megs. And I use MP2 audio at 48 kbit, even tho it supposedly isn't supported, it works and it sounds just fine.

And, BobbyQ: Don't waste your time. viDrop is already here.

-freddy
Reply With Quote
Reply

Sponsored Links



Similar Threads
Thread Thread Starter Forum Replies Last Post
[solved] Can't get videos to play on my Rockchip player Portak Video related 6 23rd Sep 2009 11:09 am
Rockchip 4GB MP4 Player (Touch Screen) Videos play flipped?? nyc4bx Video related 1 6th Apr 2009 12:09 am
EASYTECH MP4 player won't play videos dave567 Support and How To 3 30th Dec 2008 12:53 pm
Data structure to play Videos on RockChip 2606a general_nomad Video related 0 24th Dec 2008 11:17 am
Mp4 player won`t play videos or images anymore. UrAnus Dead Players 8 23rd Oct 2006 10:29 am


All times are GMT -7. The time now is 11:10 am.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2
Back to Top

Designed by indiqo.media