Re: [mythtv-users] Problem with mythtranscode

2005-03-08 Thread David Morrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
My mistake, I was running the old version on the previous post. The
code seems to be 252. This is a new install of mythtv from Gentoo so
as far as I know the settings are the default ones. I'm using a DVB-T
card in the UK.
I'm getting the following output now:
Stream: 0 Type: 0
Stream: 1 Type: 1
Input #0, mpeg, from
'/mnt/monster/store/1000_20050305222500_20050305235500.nuv':
~  Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 15000 kb/s
~  Stream #0.1: Audio: mp2, 48000 Hz, stereo, 256 kb/s
Only MP2 audio is currently supported, unknown type: 252
mythtranscode: mpeg2trans.cpp:376: uint32_t
MPEG2trans::process_mp2_audio(AVPacket*): Assertion `0' failed.
Aborted
I did try changing the 0xfb check to 0xfc just to see if that would
skip over the error and continue, but it fails:
Stream: 0 Type: 0
Stream: 1 Type: 1
Input #0, mpeg, from
'/mnt/monster/store/1021_20050308081000_20050308082000.nuv':
~  Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 8000 kb/s
~  Stream #0.1: Audio: mp2, 48000 Hz, stereo, 256 kb/s
mythtranscode: mpeg2trans.cpp:669: bool
MPEG2trans::process_video(AVPacket*, bool): Assertion `0' failed.
Aborted
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCLV/+Tvi0LnvdKq0RAriuAJ9myjROMnDrJQ40k3FrVSnLnafnUwCeJjRP
mSKkMopHmEPcSRBvxG/rGG4=
=dlQ1
-END PGP SIGNATURE-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Problem with mythtranscode

2005-03-07 Thread David Morrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Shawn Willden wrote:
| Chris Pinkham wrote:
|
|> cerr << "Only MP2 audio is currently supported, unknown type: "
|> << buf[1] << endl;
|>  
|>
|
| This may be more useful:
|
| cerr << "Only MP2 audio is currently supported, unknown type: "
| << (int)buf[1] << endl;
|
|
| Shawn.
|
| ___
| mythtv-users mailing list
| mythtv-users@mythtv.org
| http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|
Thanks but all I get now is

Stream: 0 Type: 0
Stream: 1 Type: 1
Input #0, mpeg, from
'/mnt/monster/store/1049_2005030716_20050307163000.nuv':
~  Stream #0.0: Video: mpeg2video, 704x576, 25.00 fps, 15000 kb/s
~  Stream #0.1: Audio: mp2, 48000 Hz, stereo, 192 kb/s
Only MP2 audio is currently supported
mythtranscode: mpeg2trans.cpp:375: uint32_t
MPEG2trans::process_mp2_audio(AVPacket*): Assertion `0' failed.
Aborted
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCLVrWTvi0LnvdKq0RAt9VAJ9h5A7beDwgL+ZTdEwURelgyngv/wCffWXY
FHlsqMyELZQ+sMC+ehUqlVM=
=cNQs
-END PGP SIGNATURE-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Problem with mythtranscode

2005-03-07 Thread Shawn Willden
Chris Pinkham wrote:
cerr << "Only MP2 audio is currently supported, unknown type: "
<< buf[1] << endl;
 

This may be more useful:
cerr << "Only MP2 audio is currently supported, unknown type: "
<< (int)buf[1] << endl;
Shawn.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Problem with mythtranscode

2005-03-06 Thread David Morrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris Pinkham wrote:
|> '/mnt/monster/store/1006_20050305125500_20050305144500.nuv':
|> Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 15000 kb/s
|> Stream #0.1: Audio: mp2, 48000 Hz, stereo, 192 kb/s Only MP2
|> audio is currently supported mythtranscode: mpeg2trans.cpp:375:
|> uint32_t MPEG2trans::process_mp2_audio(AVPacket*): Assertion `0'
|> failed. Aborted
|
|
| Haven't touched that part of the transcoder, so I'm not sure.  Can
| you search for the following line in mythtv/programs/mpeg2trans.cpp
|  and change it:
|
| cerr << "Only MP2 audio is currently supported\n";
|
| Change it to this:
|
| cerr << "Only MP2 audio is currently supported, unknown type: " <<
| buf[1] << endl;
|
| Then recompile and try to transcode again.
|
| That should print out the code that it is checking to see if is
| mp2. Maybe it needs to check for more codes than the one it checks
| for now.
|
|
| --
|
|
| ___ mythtv-users
| mailing list mythtv-users@mythtv.org
| http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
I tried this again on another file and managed to get it to assert at
the same line as before.. here's the output but I don't think it'll
help much. The actual type appears on the screen as a 'empty square
symbol' not as \u.
office mythtranscode # ./mythtranscode -i
/mnt/monster/store/1049_2005030516_20050305163000.nuv
Stream: 0 Type: 0
Stream: 1 Type: 1
Input #0, mpeg, from
'/mnt/monster/store/1049_2005030516_20050305163000.nuv':
~  Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 15000 kb/s
~  Stream #0.1: Audio: mp2, 48000 Hz, stereo, 192 kb/s
Only MP2 audio is currently supported, unknown type: \u
mythtranscode: mpeg2trans.cpp:376: uint32_t
MPEG2trans::process_mp2_audio(AVPacket*): Assertion `0' failed.
Aborted
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCKyYnTvi0LnvdKq0RAhFUAJ9BkWcJMZPDxhm2oF1Kp0l0z9nIyACfdgsx
p6Jeo8/9Q4hkBYZrLesUHgo=
=z4Vb
-END PGP SIGNATURE-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Problem with mythtranscode

2005-03-06 Thread David Morrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris Pinkham wrote:
|> '/mnt/monster/store/1006_20050305125500_20050305144500.nuv':
|> Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 15000 kb/s
|> Stream #0.1: Audio: mp2, 48000 Hz, stereo, 192 kb/s Only MP2
|> audio is currently supported mythtranscode: mpeg2trans.cpp:375:
|> uint32_t MPEG2trans::process_mp2_audio(AVPacket*): Assertion `0'
|> failed. Aborted
|
|
| Haven't touched that part of the transcoder, so I'm not sure.  Can
| you search for the following line in mythtv/programs/mpeg2trans.cpp
|  and change it:
|
| cerr << "Only MP2 audio is currently supported\n";
|
| Change it to this:
|
| cerr << "Only MP2 audio is currently supported, unknown type: " <<
| buf[1] << endl;
|
| Then recompile and try to transcode again.
|
| That should print out the code that it is checking to see if is
| mp2. Maybe it needs to check for more codes than the one it checks
| for now.
|
|
| --
|
|
| ___ mythtv-users
| mailing list mythtv-users@mythtv.org
| http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Adding that code didn't seem to make any difference. I compiled the
whole of MythTV 0.7 then edited that file which is actually in the
mythtv/programs/mythtranscode/ directory and ran make from the same
directory. I also assumed that all should be on one line (I'm no
programmer).  Then I ran the ./mythtranscode version and compared it
to the installed version.. Only difference is the line number it
failed at.. and that's because I commented out the original.
[EMAIL PROTECTED] mythtranscode $ ./mythtranscode -i
/mnt/monster/store/1020_20050304023000_20050304033000.nuv
Stream: 0 Type: 0
Stream: 1 Type: 1
Input #0, mpeg, from
'/mnt/monster/store/1020_20050304023000_20050304033000.nuv':
~  Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 8000 kb/s
~  Stream #0.1: Audio: mp2, 48000 Hz, stereo, 256 kb/s
mythtranscode: mpeg2trans.cpp:669: bool
MPEG2trans::process_video(AVPacket*, bool): Assertion `0' failed.
Aborted
[EMAIL PROTECTED] mythtranscode $ mythtranscode -i
/mnt/monster/store/1020_20050304023000_20050304033000.nuv
Stream: 0 Type: 0
Stream: 1 Type: 1
Input #0, mpeg, from
'/mnt/monster/store/1020_20050304023000_20050304033000.nuv':
~  Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 8000 kb/s
~  Stream #0.1: Audio: mp2, 48000 Hz, stereo, 256 kb/s
mythtranscode: mpeg2trans.cpp:668: bool
MPEG2trans::process_video(AVPacket*, bool): Assertion `0' failed.
Aborted
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCKx9WTvi0LnvdKq0RAmSQAKCRph0kUUmgI8fbyBNVgvzb94nteQCfWfoD
iysAGWs6/ICS6czivHbgqaw=
=O2MY
-END PGP SIGNATURE-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Problem with mythtranscode

2005-03-05 Thread Chris Pinkham
> '/mnt/monster/store/1006_20050305125500_20050305144500.nuv':
>   Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 15000 kb/s
>   Stream #0.1: Audio: mp2, 48000 Hz, stereo, 192 kb/s
> Only MP2 audio is currently supported
> mythtranscode: mpeg2trans.cpp:375: uint32_t
> MPEG2trans::process_mp2_audio(AVPacket*): Assertion `0' failed.
> Aborted

Haven't touched that part of the transcoder, so I'm not sure.  Can
you search for the following line in mythtv/programs/mpeg2trans.cpp
and change it:

cerr << "Only MP2 audio is currently supported\n";

Change it to this:

cerr << "Only MP2 audio is currently supported, unknown type: "
 << buf[1] << endl;

Then recompile and try to transcode again.

That should print out the code that it is checking to see if is mp2.
Maybe it needs to check for more codes than the one it checks for now.

-- 

Chris

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


[mythtv-users] Problem with mythtranscode

2005-03-05 Thread David Morrison
Hi,
I recently installed MythTV on my Gentoo box and seem to be having
trouble with the mythtranscode program. If I try to transcode from the
menu, a few minutes later I get an error reported. If I try it from
the command line I get the following:
$ mythtranscode -i
/mnt/monster/store/1020_20050304023000_20050304033000.nuv
Stream: 0 Type: 0
Stream: 1 Type: 1
Input #0, mpeg, from
'/mnt/monster/store/1006_20050305125500_20050305144500.nuv':
 Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 15000 kb/s
 Stream #0.1: Audio: mp2, 48000 Hz, stereo, 192 kb/s
Only MP2 audio is currently supported
mythtranscode: mpeg2trans.cpp:375: uint32_t
MPEG2trans::process_mp2_audio(AVPacket*): Assertion `0' failed.
Aborted
Does this look familar to anyone?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Problem with mythtranscode + transcode to DVD Mpeg

2004-12-10 Thread Scott Carr
I have been using NuvExport to generate dvd style Mpeg videos.  For most 
of the movies I have generated (somewhere around 75+) things have been 
working great.  Occassionally, I have a movie that develops a strange 
problem.

Basically the transcode works.  I am seeing the video and audio syncing 
fine.  Then, at some point in the movie I'll get 50-100 duplicate 
frames.  The audio does not repeat like the video does, so from that 
point on the sync is out on the video. 

In the latest movie that has developed this issue, from frame 110934 to 
frame 111231 frame 110934 is duplicated, then the movie picks back up 
and completes correctly.  It is the audio that is out of sync for 5-10 
seconds from that point on.

Keep in mind that I can run the same video within mythtv and watch the 
video - audio work fine.

I have a Haupauge WinTV-Go card.  MythTV create a standard NuppelVideo 
file that is not Mpeg, from what I understand.  (I do not have the card 
that exports MP2 streams directly.)

-- First question --
Is there a way to remove several frames from a video, and still be able 
to mpex the files together?  If so, could I use avidemux on the m2v file 
or is there some other way?

-- Second Question --
Is there anything specific that you can think about that would cause 
this problem?

--
Scott Carr
OpenOffice.org
Documentation Co-Lead
http://documentation.openoffice.org 

___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users