View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 42 posts ] 
Go to page Previous  1, 2, 3

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Myth2iPod Quality Issues
PostPosted: Tue Feb 13, 2007 12:48 am 
Offline
Joined: Sun Nov 09, 2003 8:02 pm
Posts: 47
Location: Escondido CA
I also had blocky video when using the myth2ipod script to convert the file to work on the iPod and PocketPC.

Correcting the 'bit_rate' to 'b' in the XviD.pm worked for others using VCD's.

Quote:
I have managed to fix the bitrate problem for ffmpeg XviD export from nuvexport by editing the /usr/local/share/nuvexport/export/ffmpeg/XviD.pm file. Going on the observation that other people had about the parameters to ffmpeg being incorrect I compared what the perl script was generating and what the ffmpeg docs said. I noticed that the nuvexport script was using bit_rate as the bitrate flag when it looked like it should have been just b.

I found it also corrects the poor vidoe quality on my iPod, but you need to change the same issue in the MP4.pm file as well. The quality is now better than that of the R5C7 version.

Edit the file:
/usr/local/share/nuvexport/export/ffmpeg/MP4.pm

From:
Code:
.$self->param('bit_rate', $self->{'v_bitrate'})

To:
Code:
.$self->param('b', $self->{'v_bitrate'})

Great Job everyone and thanks for the clues.

_________________
--Brian
___________________
BE / FE v8.6
Intel NUC PC NUC7i5BNH
FE for v8.6
Intel NUC PC UDC3217BY
BE / FE v9
Giada Mini PC
3 each WeChip Mini Air Mouse
1 - HDHomeRun Dual Tuner
1 - HDHomeRun Flex Quatro Tuner
OTA Amplified Antenna
Since 2003


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 14, 2007 5:30 pm 
Offline
Joined: Mon Apr 10, 2006 1:03 pm
Posts: 2
bash1979 wrote:
And yeah, it's just a 1/2 hour show. I did make a typo in my original statement....it's actually 1.19 million frames, which is still way higher than your 40 thousand.


Um, 1.19mil = 1 190 000 frames x (1 second/29.97 frames) x (1 minute/60 seconds) x (1 hour/60 minutes) ~ 11.05 hours. There is something seriously wrong here.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 14, 2007 5:43 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Even after this update, there has been another... So, please update again.


Top
 Profile  
 
 Post subject: Re: nuvexport in R5E50
PostPosted: Fri Mar 23, 2007 3:57 pm 
Offline
Joined: Sat Aug 06, 2005 6:58 pm
Posts: 30
Location: Nokesville, VA
cecil wrote:
There is an issue w/ nuvexport in R5E50 to fix, as root:
Code:
wget http://forevermore.net/files/nuvexport-latest.tar.bz2
tar xjvf nuvexport-latest.tar.bz2
cd nuvexport-0.4
make uninstall
make install
exit


Is it just me, or does the "export nuv and sql" option not export a proper sql file (it doesn't actually contain the sql commands)?
I think line 113 of export/NUV_SQL.pm has to change from:
Code:
$sh->execute($episode->{'channel'}, $episode->{'recstartts'})
to
Code:
$sh->execute($episode->{'channel'}, $episode->{'start_time'})


Top
 Profile  
 
 Post subject: Nuvexport update
PostPosted: Thu Mar 29, 2007 10:46 pm 
Another Nuvexport update
March 24, 2007
http://forevermore.net/files/

TVBox

Update
Another Nuvexport update
April 2, 2007


Top
  
 
 Post subject:
PostPosted: Sat Apr 14, 2007 11:28 pm 
Offline
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
Looks like the site is down..... :(


Top
 Profile  
 
 Post subject: Re: nuvexport in R5E50
PostPosted: Mon Jan 14, 2008 9:19 pm 
Offline
Joined: Sun May 28, 2006 4:33 pm
Posts: 2
razalasm wrote:

Is it just me, or does the "export nuv and sql" option not export a proper sql file (it doesn't actually contain the sql commands)?
I think line 113 of export/NUV_SQL.pm has to change from:
Code:
$sh->execute($episode->{'channel'}, $episode->{'recstartts'})
to
Code:
$sh->execute($episode->{'channel'}, $episode->{'start_time'})


Hey, I owe you a virtual beer! That is EXACTLY what was wrong. Once it generates the proper .sql it's a snap to import, too.

Let me pay forward by answering the next obvious question, since everyone was a newbie at one point...

Once you have a good .sql file out of nuvexport, import it by running this mysql command (with the correct filename, of course):
Code:
$ mysql -u mythtv -pmythtv < 1012_20080113200000.sql


Here's an example of what the (channel)_(timestamp).sql file should look like. (It's plain text.)

Code:
$ cat *.sql
USE mythconverg;

INSERT INTO recorded (profile, findid, programid, progstart, hostname, previouslyshown, cutlist, duplicate, starttime, playgroup, editing, preserve, category, transcoded, stars, watched, description, progend, filesize, title, seriesid, recgroup, timestretch, lastmodified, commflagged, autoexpire, endtime, originalairdate, deletepending, transcoder, chanid, basename, subtitle, recpriority, recordid, bookmark) VALUES
        ('Default', '733419', 'EP009310070001', '2008-01-13 20:00:00', 'arbalest', '0', '0', '1', '2008-01-13 20:00:00', 'Default', '0', '0', 'Drama', '0', '0', '0', 'Sarah takes her son, John, to a small town in Mexico, where he befriends the man who will become his protector.', '2008-01-13 21:02:00', '3927899648', 'Terminator: The Sarah Connor Chronicles', 'EP00931007', 'Default', '1', '2008-01-13 21:02:16', '1', '1', '2008-01-13 21:02:00', '2008-01-13', '0', '0', '1012', '1012_20080113200000.nuv', 'Pilot', '0', '41', '0');

INSERT INTO oldrecorded (findid, programid, recstatus, reactivate, duplicate, starttime, endtime, category, rectype, station, chanid, description, subtitle, generic, recordid, seriesid, title) VALUES
        ('733419', 'EP009310070001', '-3', '0', '1', '2008-01-13 20:00:00', '2008-01-13 21:02:00', 'Drama', '10', 'KPTV', '1012', 'Sarah takes her son, John, to a small town in Mexico, where he befriends the man who will become his protector.', 'Pilot', '0', '41', 'EP00931007', 'Terminator: The Sarah Connor Chronicles');

INSERT INTO recordedmarkup (mark, starttime, type, chanid, offset) VALUES
        ('0', '2008-01-13 20:00:00', '-3', '1012', NULL),
        ('22079', '2008-01-13 20:00:00', '4', '1012', NULL),
        ('43216', '2008-01-13 20:00:00', '4', '1012', NULL),
        ('57179', '2008-01-13 20:00:00', '4', '1012', NULL),
        ('81003', '2008-01-13 20:00:00', '4', '1012', NULL),
        ('28152', '2008-01-13 20:00:00', '5', '1012', NULL),
        ('50208', '2008-01-13 20:00:00', '5', '1012', NULL),
        ('63915', '2008-01-13 20:00:00', '5', '1012', NULL),
        ('87521', '2008-01-13 20:00:00', '5', '1012', NULL);

INSERT INTO recordedseek (mark, starttime, type, chanid, offset) VALUES
        ('0', '2008-01-13 20:00:00', '7', '1012', '2020'),
        ('1', '2008-01-13 20:00:00', '7', '1012', '783809'),
        ('2', '2008-01-13 20:00:00', '7', '1012', '1129424'),


That last part goes on for quite a bit... the point is, if your .sql file looks anything like this, that means you've fixed the bug!

Thanks again!


Top
 Profile  
 
PostPosted: Mon Jan 14, 2008 9:20 pm 
Offline
Joined: Sun May 28, 2006 4:33 pm
Posts: 2
I'm actually running Debian Gutsy, so this probably applies to all current versions of NUV_SQL.pm


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 14, 2008 9:33 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
R5F27 already has that fix, so it's just a matter of using a more recent version of the release-0-20-fixes branch. The header on the file says:
Code:
# $Date: 2006-09-04 12:06:27 -0700 (Mon, 04 Sep 2006) $
# $Revision: 272 $
# $Author: xris $
#
#  export::NUV_SQL
#  Maintained by Chris Petersen <mythtv@forevermore.net>

So the fix is over 15 months old...


Top
 Profile  
 
 Post subject: Re: nuvexport in R5E50
PostPosted: Sat Mar 08, 2008 5:06 am 
Offline
Joined: Tue Dec 12, 2006 9:52 am
Posts: 139
cecil wrote:
There is an issue w/ nuvexport in R5E50 to fix, as root:
Code:
wget http://forevermore.net/files/nuvexport-latest.tar.bz2
tar xjvf nuvexport-latest.tar.bz2
cd nuvexport-0.4
make uninstall
make install
exit


whe i try this, i get the following output on my screen:

Code:
root@mythtv:/# wget http://forevermore.net/files/nuvexport-latest.tar.bz2
--11:58:55--  http://forevermore.net/files/nuvexport-latest.tar.bz2
           => `nuvexport-latest.tar.bz2'
Resolving forevermore.net... 70.90.184.178
Connecting to forevermore.net|70.90.184.178|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden

11:58:56 ERROR 403: Forbidden.


what could be wrong on my side?

thanx


Top
 Profile  
 
 Post subject: Re: nuvexport in R5E50
PostPosted: Sat Mar 08, 2008 8:46 am 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
knopprob wrote:
whe i try this, i get the following output on my screen:

Code:
root@mythtv:/# wget http://forevermore.net/files/nuvexport-latest.tar.bz2
--11:58:55--  http://forevermore.net/files/nuvexport-latest.tar.bz2
           => `nuvexport-latest.tar.bz2'
Resolving forevermore.net... 70.90.184.178
Connecting to forevermore.net|70.90.184.178|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden

11:58:56 ERROR 403: Forbidden.


what could be wrong on my side?
Ummm, maybe the fact that over the course of the past 14 months they could have changed the locations? :shock:

http://forevermore.net/files/nuvexport/


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 08, 2008 10:08 am 
Offline
Joined: Tue Dec 12, 2006 9:52 am
Posts: 139
it's clear i am not used to move the furniture.

thanks for your hint, i could have found this myself :oops:


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 42 posts ] 
Go to page Previous  1, 2, 3



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu