NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 838 839 840 841 842 … 1231 Next »
ahhh xvid shrink won't work on movies longer then 1h 27 min

 
  • 0 Vote(s) - 0 Average
ahhh xvid shrink won't work on movies longer then 1h 27 min
terramir
Offline

Member

Posts: 77
Threads: 36
Joined: Feb 2006
#1
2006-03-14, 05:28 PM
Well it works on one hour episodes no problem, but somehow the avi's and I tried dvix too same thing happens after 1h 27 min and 52 seconds it's over lots of movies that it attempts to shrink down in size get killed after that amount of time
anyone else have the same problem?
Is there a fix I missed
thanks
terramir
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#2
2006-03-14, 05:40 PM
Do a search on the forums, it's the bitrate that you're encoding it. Reduce the bitrate in the config.xml and you'll find it will work ok.

It's not a gbpvr problem, it's the library that's used by ffmpeg/mencoder etc.

David.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#3
2006-03-14, 10:47 PM
hmm,welll there's a 2-gig file limit on avi's...only way around that is if all your apps are openDML compatible.. also,make sure you're not using a mencoder with sse ability as they have broken large file support.. [and even with sse2 it doesn't seem any faster]
also possible some ffmpeg's suffer from this issue..
the ffmpeg in gbpvr works fine, and the latest build off mplayer's site are good for mencoder...
not sure if vlc had this bug, as they're all ffmpeg based..
but everything is subject to avi 2gig file limit...
only fix is to compress more or use better file format like ogg or matroska or mpeg instead of avi...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2006-03-14, 11:06 PM
oops...wrong thread...lol silly me...Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
terramir
Offline

Member

Posts: 77
Threads: 36
Joined: Feb 2006
#5
2006-03-15, 12:47 AM
ahhh bit rate seems to be 1400 which with audio at 224 seems to be not the problem of a 2gbyte file limit that seems more like a 1 gb file limit now what about memcoder wtf is that I have xvid and divx installed on my system but I dunno what memcoder is?
anyhow explain to me how to track this down
terramir
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#6
2006-03-15, 04:47 PM
terramir Wrote:ahhh bit rate seems to be 1400 which with audio at 224 seems to be not the problem of a 2gbyte file limit that seems more like a 1 gb file limit now what about memcoder wtf is that I have xvid and divx installed on my system but I dunno what memcoder is?
anyhow explain to me how to track this down
terramir
Humour me, reduce the bitrate!

I had problems except mine were stopping at 1:46:33. I reduced the bitrate to 900 and it worked fine to the end of the movie. It's not the 2GB limit that's the problem here, it seems to be an issue of not being able to correctly create a > 1GB AVI. The actual AVI is > 1GB but it seems that the indexing or whatever is broken so it stops reading at 1GB and assumes the end of video.

Just try it and see...

David.
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#7
2006-03-15, 07:30 PM
Are you using libavcodec? (-ovc lavc).. that is the library that both ffmpeg and mencoder use, and I've had this exact problem with it. When I switched to the native xvid support in mencoder, the problem went away. (-ovc xvid).. See if that can do it for you. btw, I've used bitrates as high as 2000 with xvid and didnt have a problem.. it was lavc that was messing it up for me.

also, put in the -idx option in your commandline since that will write a new index to the avi. by using -idx and xvid, mencoder correctly creates an openDML file for me for files > 1 GB.
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#8
2006-03-16, 08:48 AM
sgilani Wrote:Are you using libavcodec? (-ovc lavc).. that is the library that both ffmpeg and mencoder use, and I've had this exact problem with it. When I switched to the native xvid support in mencoder, the problem went away. (-ovc xvid).. See if that can do it for you. btw, I've used bitrates as high as 2000 with xvid and didnt have a problem.. it was lavc that was messing it up for me.

also, put in the -idx option in your commandline since that will write a new index to the avi. by using -idx and xvid, mencoder correctly creates an openDML file for me for files > 1 GB.
That sounds about right. I don't know which library I have it set to use, I generally compress them down quite a lot anyway because I just take them away to watch on my Archos when away from home but I am sure that what you have said above is absolutely the reason since the same library is called by both ffmpeg and mencoder and when I tried investigating, both stopped at exactly the same point.

David.
terramir
Offline

Member

Posts: 77
Threads: 36
Joined: Feb 2006
#9
2006-03-16, 09:00 PM
Help sorry if I'm like a moron, you might have well spoken spanish to me, dun speak much of that either lol: ok how do I check that and how do I change that? I mean uptill now I've taken one c++ class and well I dun remember jack, On computers I usually find out what broken on hardware or remove viruses. sometimes I have to use commandline for that but that is about the extent, what files am I editing and where to I browse etc to find the stuff?
well that's about it for now Plox help
terramir
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#10
2006-03-17, 01:22 PM
As I said in my first post, edit the value for bitrate in config.xml Smile

You'll find config.xml in the gbpvr folder and if you search in notepad for ffmpeg you'll find the lines that relate to encoding. One of these parameters has a -b <number>, presently I think it's something like 2400? I can't check as I have changed mine, reduce that, try 900 and see if you can encode the whole thing.

See also http://forums.nextpvr.com/showthread.php...g+mencoder

David.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  USB-UIRT InterCodeDelay - does it work? blader_se 19 9,314 2019-03-09, 11:50 AM
Last Post: jksmurf
  GBPVR Webserver does not work - Windows 7 Pro, 64 Bit Ijaja 6 4,426 2011-10-19, 07:21 PM
Last Post: Basher52
  Will A Hauppauge Colossus work in 1.4.7? hondophred 5 3,708 2011-06-29, 09:12 PM
Last Post: sub
  Unable to get Sony MPeg2 card to work... AssarGabrielson 43 17,401 2011-03-17, 11:09 PM
Last Post: Snooze
  Webgrab no longer working, no EPG! mc2xml? ericbiermann 3 2,723 2010-12-23, 09:04 AM
Last Post: ericbiermann
  "Remove unreferenced channels" does not work at all Ijaja 4 2,509 2010-10-28, 11:41 AM
Last Post: Ijaja
  GB-PVR No Longer Recording Scheduled Programs peinkc 4 2,035 2010-08-15, 02:14 PM
Last Post: peinkc
  EPG No Longer Works Paul D. Bellamy 15 4,966 2010-08-13, 11:36 PM
Last Post: serv
  Forward key malfunctions, and sometimes no keys work at all BobAtTorrey 0 1,273 2010-06-30, 01:03 AM
Last Post: BobAtTorrey
  HVR-4400, DVB-T works, DVB-S does not work agerdin 5 2,731 2010-05-30, 07:01 PM
Last Post: agerdin

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode