Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-11-23 Thread Artem Makhutov
Hi,

[EMAIL PROTECTED] schrieb:
 Hi
 I have a little question about vdr recording format when in H264 (BBC HD),
 currently I can convert with mencoder my recording made from my HD terminal
 after converting trp to ts.
 When I try to mplayer the same vdr recording (ie 001.vdr) it find no video
 track. I can only see them with xine from vdr or from command line
 Does anybody has successfully convert those records ?
 Thanks for help

you must use a different demuxer with mplayer:

$ mplayer -demuxer lavf 001.vdr

Will playback the recording.

Regards, Artem

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-11-23 Thread dplu
Hi

Very late on answer ;o) I have allready found a very good solution for this
Demuxing with mpeg_ps_extract and remuxing on MKV

Have a nice day

Selon Artem Makhutov [EMAIL PROTECTED]:

 Hi,

 [EMAIL PROTECTED] schrieb:
  Hi
  I have a little question about vdr recording format when in H264 (BBC HD),
  currently I can convert with mencoder my recording made from my HD terminal
  after converting trp to ts.
  When I try to mplayer the same vdr recording (ie 001.vdr) it find no video
  track. I can only see them with xine from vdr or from command line
  Does anybody has successfully convert those records ?
  Thanks for help

 you must use a different demuxer with mplayer:

 $ mplayer -demuxer lavf 001.vdr

 Will playback the recording.

 Regards, Artem

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-11-23 Thread Goga777
  I have a little question about vdr recording format when in H264 (BBC HD),
  currently I can convert with mencoder my recording made from my HD terminal
  after converting trp to ts.
  When I try to mplayer the same vdr recording (ie 001.vdr) it find no video
  track. I can only see them with xine from vdr or from command line
  Does anybody has successfully convert those records ?
  Thanks for help
 
 you must use a different demuxer with mplayer:
 
 $ mplayer -demuxer lavf 001.vdr
 
 Will playback the recording.

thanks for your advice. It's working :)
I didn't know about this hint

btw - when MPlayer developers implement such method ? recently ?

Goga




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-11-23 Thread Artem Makhutov
Hi,

On Sun, Nov 23, 2008 at 06:40:30PM +0100, [EMAIL PROTECTED] wrote:
 Hi
 
 Very late on answer ;o)

Yes, but better late than never.

At lease the solution will be in the mailing list archives now and can
help other people that are facing the same problem.

 I have allready found a very good solution for this
 Demuxing with mpeg_ps_extract and remuxing on MKV

Yes, I know, but there is an easier solution for it, without demuxing it:

http://www.linuxtv.org/pipermail/vdr/2008-November/018452.html

Regards, Artem

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-11-23 Thread Artem Makhutov
Hi,

On Sun, Nov 23, 2008 at 08:59:59PM +0300, Goga777 wrote:
   I have a little question about vdr recording format when in H264 (BBC HD),
   currently I can convert with mencoder my recording made from my HD 
   terminal
   after converting trp to ts.
   When I try to mplayer the same vdr recording (ie 001.vdr) it find no video
   track. I can only see them with xine from vdr or from command line
   Does anybody has successfully convert those records ?
   Thanks for help
  
  you must use a different demuxer with mplayer:
  
  $ mplayer -demuxer lavf 001.vdr
  
  Will playback the recording.
 
 thanks for your advice. It's working :)
 I didn't know about this hint
 
 btw - when MPlayer developers implement such method ? recently ?

It existed the whole time. At least nobody knew it or nobody cared about it.

I saw it a few months ago, when I set up CoreAVC in linux, but I forgot about 
it - until now.

Take a look at the last lines:
http://code.google.com/p/coreavc-for-linux/wiki/MplayerInstallation

Regards, Artem

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-11-23 Thread dplu
Hi Artem

Yes you right, it was a so long time I've posted, stayed on my curent solution.
Just tested your solution and this is very easy and fast, some segfault but due
to discontinuity on test stream

I've got the same error than getting it from streamdev in ts format (with wget)
and trying to read it with mplayer, the fps is not found but not a problem at
all

Playing bbc.ts.
TS file format detected.
VIDEO H264(pid=256) NO AUDIO!  NO SUBS (yet)!  PROGRAM N. 1
FPS not specified in the header or invalid, use the -fps option.
No stream found.


thanks for your help



Selon Artem Makhutov [EMAIL PROTECTED]:

 Hi,

 On Sun, Nov 23, 2008 at 06:40:30PM +0100, [EMAIL PROTECTED] wrote:
  Hi
 
  Very late on answer ;o)

 Yes, but better late than never.

 At lease the solution will be in the mailing list archives now and can
 help other people that are facing the same problem.

  I have allready found a very good solution for this
  Demuxing with mpeg_ps_extract and remuxing on MKV

 Yes, I know, but there is an easier solution for it, without demuxing it:

 http://www.linuxtv.org/pipermail/vdr/2008-November/018452.html

 Regards, Artem

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-11-23 Thread Artem Makhutov
Hi,

On Sun, Nov 23, 2008 at 07:36:18PM +0100, [EMAIL PROTECTED] wrote:
 Hi Artem
 
 Yes you right, it was a so long time I've posted, stayed on my curent 
 solution.
 Just tested your solution and this is very easy and fast, some segfault but 
 due
 to discontinuity on test stream
 
 I've got the same error than getting it from streamdev in ts format (with 
 wget)
 and trying to read it with mplayer, the fps is not found but not a problem at
 all
 
 Playing bbc.ts.
 TS file format detected.
 VIDEO H264(pid=256) NO AUDIO!  NO SUBS (yet)!  PROGRAM N. 1
 FPS not specified in the header or invalid, use the -fps option.
 No stream found.

Can you upload the recoding somewhere?

Regards, Artem

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-06-05 Thread Goga777
MPlayer doesn't understand well h264 pes format
you can try to use --psprobe 50 option with MPlayer but it may doesn't help 
you

 http://lists.mplayerhq.hu/pipermail/mplayer-users/2008-May/072988.html

Goga777

 I have a little question about vdr recording format when in H264 (BBC HD),
 currently I can convert with mencoder my recording made from my HD terminal
 after converting trp to ts.
 When I try to mplayer the same vdr recording (ie 001.vdr) it find no video
 track. I can only see them with xine from vdr or from command line
 Does anybody has successfully convert those records ?
 Thanks for help
 
 VDR 1.7.0 + S2/H264 patch
 Mencoder :
 MEncoder 1.0-1.rc1.20.2plf2008.0-4.2.2 (C) 2000-2006 MPlayer Team
 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (Family: 15, Model: 75,
 Stepping: 2)
 CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
 Compiled with runtime CPU detection.
 98 audio  216 video codecs
 Mplayer :
 MPlayer 1.0-1.rc1.20.2plf2008.0-4.2.2 (C) 2000-2006 MPlayer Team
 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (Family: 15, Model: 75,
 Stepping: 2)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
 Compiled with runtime CPU detection.
 98 audio  216 video codecs


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-06-05 Thread dplu
Thanks for this information, I had search first before posting but not found
this information, --psprobe option give nothing (unknow parameter)
I will continue to use my HD sat receiver when I will have to convert stg
Best regards

Selon Goga777 [EMAIL PROTECTED]:

 MPlayer doesn't understand well h264 pes format
 you can try to use --psprobe 50 option with MPlayer but it may doesn't
 help you

  http://lists.mplayerhq.hu/pipermail/mplayer-users/2008-May/072988.html

 Goga777

  I have a little question about vdr recording format when in H264 (BBC HD),
  currently I can convert with mencoder my recording made from my HD terminal
  after converting trp to ts.
  When I try to mplayer the same vdr recording (ie 001.vdr) it find no video
  track. I can only see them with xine from vdr or from command line
  Does anybody has successfully convert those records ?
  Thanks for help
 
  VDR 1.7.0 + S2/H264 patch
  Mencoder :
  MEncoder 1.0-1.rc1.20.2plf2008.0-4.2.2 (C) 2000-2006 MPlayer Team
  CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (Family: 15, Model: 75,
  Stepping: 2)
  CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
  Compiled with runtime CPU detection.
  98 audio  216 video codecs
  Mplayer :
  MPlayer 1.0-1.rc1.20.2plf2008.0-4.2.2 (C) 2000-2006 MPlayer Team
  CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (Family: 15, Model: 75,
  Stepping: 2)
  CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
  Compiled with runtime CPU detection.
  98 audio  216 video codecs


 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-06-05 Thread Goga777
Приветствую, [EMAIL PROTECTED]
 Thanks for this information, I had search first before posting but not found
 this information, --psprobe option give nothing (unknow parameter)
 I will continue to use my HD sat receiver when I will have to convert stg

sorry, please use mplayer -psprobe 500

Goga777


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-06-05 Thread dplu
Still the same problem , unknow option , I have tried with - , -- and many
option. A google search with psprobe return nothing :o(

I give up for now, maybe the solution is to convert pes to ts and try to
play/convert it as I do with my sat receiver

Thanks for your help



Selon Goga777 [EMAIL PROTECTED]:

 ðÒÉ×ÅÔÓÔ×ÕÀ, [EMAIL PROTECTED]
  Thanks for this information, I had search first before posting but not
 found
  this information, --psprobe option give nothing (unknow parameter)
  I will continue to use my HD sat receiver when I will have to convert stg

 sorry, please use mplayer -psprobe 500

 Goga777


 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Converting H264 vdr 1.7.0 recordings to xvid (or x264) in avi container

2008-06-05 Thread Goga777
 Still the same problem , unknow option , I have tried with - , -- and many
 option. A google search with psprobe return nothing :o(

http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.txt

-psprobe byte position
  When  playing  an  MPEG-PS or MPEG-PES streams, this option lets
  you specify how many bytes in the stream  you  want  MPlayer  to
  scan  in order to identify the video codec used.  This option is
  needed to play EVO or VDR files containing H.264 streams.

 
 I give up for now, maybe the solution is to convert pes to ts and try to
 play/convert it as I do with my sat receiver


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr