View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 5 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: nuvexport replacement ??
PostPosted: Tue Dec 04, 2007 8:26 am 
Offline
Joined: Wed Jul 14, 2004 3:32 pm
Posts: 142
Hi everyone.

Back in the old days of r4v5 I used to use a cool program called 'nuvexport' to convert my nuv recordings to mpeg and edit out the unwanted bits marked with my cut list.

Back to the modern day r5f27, Nuvexport still kinda works, but no sound comes with it, and on the nuvexport menu transcode to mp3 is disabled.

I have seen some talk about transcode, but have no idea how to set it off ? I want to record a program, manually create the cut list, then run it through a program and be left with the edited mpg, to be watched through the 'watch videos' option.....

Can anyone help ???

_________________
Thanks in advance
Matt Shaw
matt@shagshaw.com

AMD Sempron 2400+ on Via Motherboard,
512MB Ram, 160GB IDE HDD,
Nvidia Geforce FX5500 128MB TV-Out,
2 x Twinhan DVB-T BT878 (Freeview UK)
KnoppMYTH R5F27


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 17, 2007 5:16 am 
Offline
Joined: Wed Jul 14, 2004 3:32 pm
Posts: 142
Hi guys

Did a bit more looking round, and found the transcode option on the menu when watching a recording, tried this and it comes up with "errored" on the job status list in information. Also tried mythttranscode from the command line, works ok, but still no sound when watching the transcoded video. The sound is fine when watching the recording. Can anyone offer any help ?????

_________________
Thanks in advance
Matt Shaw
matt@shagshaw.com

AMD Sempron 2400+ on Via Motherboard,
512MB Ram, 160GB IDE HDD,
Nvidia Geforce FX5500 128MB TV-Out,
2 x Twinhan DVB-T BT878 (Freeview UK)
KnoppMYTH R5F27


Top
 Profile  
 
PostPosted: Thu Dec 20, 2007 4:05 am 
Offline
Joined: Sun Aug 28, 2005 7:07 pm
Posts: 821
Location: Melbourne, Australia
mattshaw wrote:
Hi everyone.

Back in the old days of r4v5 I used to use a cool program called 'nuvexport' to convert my nuv recordings to mpeg and edit out the unwanted bits marked with my cut list.

Back to the modern day r5f27, Nuvexport still kinda works, but no sound comes with it, and on the nuvexport menu transcode to mp3 is disabled.

I have seen some talk about transcode, but have no idea how to set it off ? I want to record a program, manually create the cut list, then run it through a program and be left with the edited mpg, to be watched through the 'watch videos' option.....

Can anyone help ???


Hi Matt,

It still works fine. myth2ipod and myt2xvid3 scripts both use it. The sound works perfectly. In R5F27, job#1 is myth2ipod using the cutlist. You can manually kick this off using the right arrow in the recordings menu. All shows are placed into the /myth/video/archive directory. If you've updated from a previous version, you may have to create the directory.

You can't transcode a video to mp3 format. Do you mean mp4?

Mike

_________________
*********************
LinHES 7.4
Australian Dragon
*********************


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 20, 2007 8:48 pm 
Offline
Joined: Sat Aug 21, 2004 1:12 am
Posts: 32
Location: Sydney, Australia
When I used nuvexport in KnoppMyth R5F27 to export a recording to DVD no sound comes out. The ffmpeg command line has changed for DVD so the nuvexport code has broken.

Edit DVD.pm in /usr/local/share/nuvexport/export/ffmpeg

Locate the following code...

$self->{'ffmpeg_xtra'} = $self->param('bit_rate', $self->{'v_bitrate'})
. ' -vcodec mpeg2video'
. ' -qmin ' . $self->{'quantisation'}
. ' -ab ' . $self->{'a_bitrate'}
. " -ar 48000 -acodec mp2 -f dvd";

Change to the following, just the last line...

$self->{'ffmpeg_xtra'} = $self->param('bit_rate', $self->{'v_bitrate'})
. ' -vcodec mpeg2video'
. ' -qmin ' . $self->{'quantisation'}
. ' -ab ' . $self->{'a_bitrate'}
. ' -target dvd';

You may need to do something similar with the other modules, MP4.pm, XviD.pm, etc. I only use nuvexport for DVD.

Maybe the latest nuvexport have already fixed this and may fix your MP3 problem too.

http://www.mythtv.org/wiki/index.php/Nuvexport


Top
 Profile  
 
PostPosted: Sun Dec 23, 2007 3:06 pm 
Offline
Joined: Sun Mar 05, 2006 11:27 am
Posts: 44
Location: Edinburgh, Scotland
mattshaw wrote:
on the nuvexport menu transcode to mp3 is disabled.

If my memory is correct, for export to MP3 nuvexport requires libid3-3.8.3-dev which depends on libid3-3.8.3c2a. It is also worth installing id3v2 so that you can manually change the mp3 tags on the mp3 files created. I think this might also be required if the tags are to be properly completed for an exported mp3.
Code:
apt-get install libid3-3.8.3-dev
apt-get install id3v2
It has been a while since I got this working so the version numbers might not be the same now.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: Google [Bot] and 14 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