Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-15 Thread David Whyte
So, using '--transcode' the thing transcode was going to take 3
lifetimes to complete, so I took the fact that the power cut halfway
through as a sign that I should do this using the apparently much
faster ffmpeg.

So I got the latest source from ffmpeg cvs, and compiled and installed
OK.  Now running nuvexport in --ffmpeg mode, I can select XviD (w00t)
and all the options seem to be OK, accepting the defaults.  It says
its waiting for mythtranscode  and then starting ffmpeg, and after a
wee while it crashes with the nasty pipe error.

So I debugged and modified the ffmpeg forked line to remove the
yuvdenoise filter and it went through, taking about an hour to
transcode the 40 minutes DVB-T video down to 320x240 XviD which I was
happy with performance wise.  The problem is, the video is not
playable though the sound is OK both WindowsMedia and
MediaPlayerClassic both complain.  I put this down to the fact that I
possibly mistimed the starting of ffmpeg given I was doing this from
--debug mode.

I have since started the transcode using nuvexport, deselecting
denoise and deinterlace as I selected the options and now, the
transcode is going to take about 3 hours, even though it is running at
20 fps (isn't Mpeg2 only 25fps?).

So, to my question.  How can I get reasonable good and fast
transcoding?  Is ffmpeg faster?  Given I am planning on watching these
on the PocketPC only I may aswell turn of deinterlacing and noise
reduction right?  Should I leave the recording at the native
resolution and let the PDA struggle or is it right to downsize?

Any help is *greatly* apreciated.

Whytey

On 7/14/05, David Whyte [EMAIL PROTECTED] wrote:
 On 7/14/05, David Whyte [EMAIL PROTECTED] wrote:
 
 
  What is the transcode option and how does it differ from normal
  nuvexport?  Why can I transcode to Xvid but not nuvexport.  I am going
  to be able to play these in BetaPlayer on the PocketPC aren't I?
 
 
 I think the nuvexport man page just helped me out.
 
 So, you can either specify to use ffmpeg or the transcode suite.
 Seems transcode is setup on my box where as ffmpeg is not.
 
 The transcode seems to have worked fine, with a fairly decent output,
 though it took 70 minutes to transcode a 22minute show from nuv divx
 to xvid.
 
 I am happy all the same.  Now I can start to catch up with my viewing :P
 --
 --
 GMAIL is 'da bomb babyYEAH
 
 I have GMail invites, if you want one, email me direct.
 


-- 
-- 
GMAIL is 'da bomb babyYEAH

I have GMail invites, if you want one, email me direct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-15 Thread David Whyte
Heh, I hope someone is following this threadChris??? :P

So I chose to nuvexport to DivX last night usin g--ffmpeg and it was
really quite quick, 30 mins for a 40 minute MPEG2, including the
downsizing, though I turned of noise reduction etc.

The problem is, I am running the latest version of ffmpeg and it seems
to have used data partitioning in the encoding of the DivX video and
that is NOT supported by BetaPlayer (or The Core Pocket Media Player
as it is now called).

I can see you can enable or disable this from the command line using
'-part' option in ffmpeg, but I wonder how I can do this from
nuvexport.  Given my plan is to use nuvexport as a UserJob, I can't
see how to prevent ffmpeg from doing that by default.

Any ideasplease =D

Whytey

On 7/15/05, David Whyte [EMAIL PROTECTED] wrote:
 So, using '--transcode' the thing transcode was going to take 3
 lifetimes to complete, so I took the fact that the power cut halfway
 through as a sign that I should do this using the apparently much
 faster ffmpeg.
 
 So I got the latest source from ffmpeg cvs, and compiled and installed
 OK.  Now running nuvexport in --ffmpeg mode, I can select XviD (w00t)
 and all the options seem to be OK, accepting the defaults.  It says
 its waiting for mythtranscode  and then starting ffmpeg, and after a
 wee while it crashes with the nasty pipe error.
 
 So I debugged and modified the ffmpeg forked line to remove the
 yuvdenoise filter and it went through, taking about an hour to
 transcode the 40 minutes DVB-T video down to 320x240 XviD which I was
 happy with performance wise.  The problem is, the video is not
 playable though the sound is OK both WindowsMedia and
 MediaPlayerClassic both complain.  I put this down to the fact that I
 possibly mistimed the starting of ffmpeg given I was doing this from
 --debug mode.
 
 I have since started the transcode using nuvexport, deselecting
 denoise and deinterlace as I selected the options and now, the
 transcode is going to take about 3 hours, even though it is running at
 20 fps (isn't Mpeg2 only 25fps?).
 
 So, to my question.  How can I get reasonable good and fast
 transcoding?  Is ffmpeg faster?  Given I am planning on watching these
 on the PocketPC only I may aswell turn of deinterlacing and noise
 reduction right?  Should I leave the recording at the native
 resolution and let the PDA struggle or is it right to downsize?
 
 Any help is *greatly* apreciated.
 
 Whytey
 
 On 7/14/05, David Whyte [EMAIL PROTECTED] wrote:
  On 7/14/05, David Whyte [EMAIL PROTECTED] wrote:
 
  
   What is the transcode option and how does it differ from normal
   nuvexport?  Why can I transcode to Xvid but not nuvexport.  I am going
   to be able to play these in BetaPlayer on the PocketPC aren't I?
  
 
  I think the nuvexport man page just helped me out.
 
  So, you can either specify to use ffmpeg or the transcode suite.
  Seems transcode is setup on my box where as ffmpeg is not.
 
  The transcode seems to have worked fine, with a fairly decent output,
  though it took 70 minutes to transcode a 22minute show from nuv divx
  to xvid.
 
  I am happy all the same.  Now I can start to catch up with my viewing :P
  --
  --
  GMAIL is 'da bomb babyYEAH
 
  I have GMail invites, if you want one, email me direct.
 
 
 
 --
 --
 GMAIL is 'da bomb babyYEAH
 
 I have GMail invites, if you want one, email me direct.
 


-- 
-- 
GMAIL is 'da bomb babyYEAH

I have GMail invites, if you want one, email me direct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-14 Thread David Whyte
On 7/14/05, David Whyte [EMAIL PROTECTED] wrote:

 
 What is the transcode option and how does it differ from normal
 nuvexport?  Why can I transcode to Xvid but not nuvexport.  I am going
 to be able to play these in BetaPlayer on the PocketPC aren't I?
 

I think the nuvexport man page just helped me out.

So, you can either specify to use ffmpeg or the transcode suite. 
Seems transcode is setup on my box where as ffmpeg is not.

The transcode seems to have worked fine, with a fairly decent output,
though it took 70 minutes to transcode a 22minute show from nuv divx
to xvid.

I am happy all the same.  Now I can start to catch up with my viewing :P
-- 
-- 
GMAIL is 'da bomb babyYEAH

I have GMail invites, if you want one, email me direct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-13 Thread ffrr

Chris Petersen wrote:


Unknown input or output format: dvd

This was using option 5  (option 3 and 4 (vcd) seem to work) . 
Suggestions?



Search the mailing list archives.

Then upgrade ffmpeg.





Already running the latest according to urpmi

ffmpeg-0.4.9-0.pre1.4mdk

The only thing I found in the archives was to use --transcode, but that 
disables export to DVD.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-13 Thread ffrr

Chris Petersen wrote:


 ffmpeg had critical errors:



pipe:: Error while opening file
[EMAIL PROTECTED]

it's very strange.



again, search the mailing list before asking questions that have 
already been answered several times...


most likely reason is that you're missing yuvdenoise.  Either install 
it, or turn off denoise.


-Chris
___



Chris,

I have tried searching the mailing list, but please remember, sometimes 
it is hard to find an answer, unless you already have an idea what 
solution might be. 

What do I do?  Search for nuvexport DVD error?  Not much turns up.   
That's why people like myself end up asking the question again, even if 
it means someone has to tell us what search terms will trigger the 
elusive result from basic search engines.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-13 Thread Chris Petersen

Already running the latest according to urpmi
ffmpeg-0.4.9-0.pre1.4mdk


is there a cvs version available?  some of the mpeg encoding options are 
in cvs, not any released version (pre or otherwise)


The only thing I found in the archives was to use --transcode, but that 
disables export to DVD.


then you're missing large chunks of transcode.  trying to use the 
disabled option will tell you what you're missing.


-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-13 Thread Chris Petersen
I have tried searching the mailing list, but please remember, sometimes 
it is hard to find an answer, unless you already have an idea what 
solution might be.


searching for pipe:: Error while opening file (the error message I 
just deleted off of a your quoted message because it was too far back to 
include here) comes up with a bunch of stuff:


http://www.gossamer-threads.com/lists/engine?list=mythtvdo=search_resultssearch_forum=allsearch_string=pipe%3A%3A+Error+while+opening+filesearch_type=AND

generally, a search on the exact error message (try putting quotes 
around it if just pasting the text in doesn't turn up results) will at 
least give you something.


What do I do?  Search for nuvexport DVD error?  Not much turns up.   
That's why people like myself end up asking the question again, even if 
it means someone has to tell us what search terms will trigger the 
elusive result from basic search engines.


Yes, but I don't know the difference between those who have searched and 
those who haven't unless they say something like searched, couldn't 
find anything.


-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-13 Thread ffrr

Chris Petersen wrote:


Already running the latest according to urpmi
ffmpeg-0.4.9-0.pre1.4mdk



is there a cvs version available?  some of the mpeg encoding options 
are in cvs, not any released version (pre or otherwise)


The only thing I found in the archives was to use --transcode, but 
that disables export to DVD.



then you're missing large chunks of transcode.  trying to use the 
disabled option will tell you what you're missing.



OK.  Odd though, because I have the transcode rpm installed

transcode-1.0.0-0.rc1.0.1.102plf


I tried the disabled option and it said tcmplex was missing
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-13 Thread ffrr

ffrr wrote:



OK.  Odd though, because I have the transcode rpm installed

transcode-1.0.0-0.rc1.0.1.102plf


I tried the disabled option and it said tcmplex was missing
___




Just a followup, I forced an install of

transcode-0.6.9-1plf (after solving many dependencies :-()

and now  nuvexport --transcode has all options enabled.


(I think this rpm system has some gotchas in it still, despite 
urpmi. sigh )

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] nuvexport errors doing DVD export

2005-07-12 Thread ffrr


Here's what happened...

Choose a function, or episode(s) to remove:  c
Where would you like to export the files to? [.] /mnt/mythdata
Enable Myth cutlist? [Yes] no
Enable noise reduction (slower, but better results)? [Yes] no
Enable deinterlacing? [Yes]
Crop broadcast overscan (2% border)? [Yes]
Audio bitrate? [384]
Maximum video bitrate for VBR? [6000]
VBR quality/quantisation (1-31)? [5]

Now encoding:  The Twilight Zone:  Untitled
Encode started:  Tue Jul 12 18:25:49 2005
Waiting for mythtranscode to set up the fifos.
Starting ffmpeg.
processed:  0 of 1258008 frames (0.00%),   0.00 fps

ffmpeg had critical errors:

Unknown input or output format: dvd



This was using option 5  (option 3 and 4 (vcd) seem to work) .  


Suggestions?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-12 Thread Chris Petersen

Unknown input or output format: dvd

This was using option 5  (option 3 and 4 (vcd) seem to work) . 
Suggestions?


Search the mailing list archives.

Then upgrade ffmpeg.

-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-12 Thread andrew matthews
I had a simular problem and still havn't solved it.

You have chosen to export 1 episode:

 1. The 4400:
 As Fate Would Have It (7/11, 12:00 AM) 480x480 MPEG2 (4:3)
 A premonition from Maia threatens the future of the 4400 Center

* Separate multiple episodes with spaces

 c. Continue
 n. Choose another show
 q. Quit

Choose a function, or episode(s) to remove: c
Where would you like to export the files to? [.] 
Enable Myth cutlist? [Yes] no
Enable noise reduction (slower, but better results)? [Yes] 
Enable deinterlacing? [Yes] 
Crop broadcast overscan (2% border)? [Yes] 
Audio bitrate? [128] 
Variable bitrate video? [Yes] 
Multi-pass (slower, but better quality)? [Yes] 
Video bitrate? [960] 
Default resolution based on 4:3 aspect ratio.
Width? [624] 
Height? [464] 

Now encoding: The 4400: As Fate Would Have It
Encode started: Mon Jul 11 12:24:53 2005
First pass...
Waiting for mythtranscode to set up the fifos.
Starting ffmpeg.
processed: 0 of 107685 frames (0.00%), 0.00 fps 

ffmpeg had critical errors:

pipe:: Error while opening file
[EMAIL PROTECTED]

it's very strange.On 7/12/05, Chris Petersen [EMAIL PROTECTED] wrote:
 Unknown input or output format: dvd This was using option 5(option 3 and 4 (vcd) seem to work) . Suggestions?Search the mailing list archives.Then upgrade ffmpeg.-Chris
___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport errors doing DVD export

2005-07-12 Thread Chris Petersen

 ffmpeg had critical errors:


pipe:: Error while opening file
[EMAIL PROTECTED]

it's very strange.


again, search the mailing list before asking questions that have already 
been answered several times...


most likely reason is that you're missing yuvdenoise.  Either install 
it, or turn off denoise.


-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users