NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 211 212 213 214 215 … 1231 Next »
Has anybody had luck converting HDTV DVR-MS files???

 
  • 0 Vote(s) - 0 Average
Has anybody had luck converting HDTV DVR-MS files???
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#31
2007-02-09, 01:18 AM
Quote:I tried the above on a short .ts file, saw an error flash by "error, non monotone timestamps". Resulting mpg video is good, but no audio.
ok - I dont know what that error means though.

I wonder if there are any newer version of ffmpeg that might correct that.
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#32
2007-02-09, 03:16 AM
Is there any chance (when we get the transcode figured out) for auto-convert of .ts to .mpg?
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#33
2007-02-09, 03:51 AM
Yes, I'll probably add that for the next release. It'll have to use the Cyberlink mux for this though, so probably very similar results to recording directly with the Cyberlink mux.
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#34
2007-02-09, 06:11 PM
I've had good results today using VideRedo to convert .ts to .mpg with mpeg audio. Converts quickly, file size stays about the same, audio and video are good. I'll see how it plays on the MVP tonight.

I guess we should start a new thread for .ts to .mpg conversion. Smile
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#35
2007-02-09, 06:18 PM
As a free tool, VLC has worked very well for me as a .ts to .mpg converter. It has so many options that it can be a bit overwhelming, but it works really well. And being able to accept a stream and convert it in real-time makes it ideal for use with the HDHomeRun a few of us around here are using. I don't even same my streams as .ts format... they just pipe right through VLC directly to .MPG on disk

It does not have the ability to cut commercials out like I believe VideoRedo does however.
Turbe
Offline

Junior Member

Posts: 49
Threads: 9
Joined: Feb 2007
#36
2007-02-09, 07:24 PM
roy Wrote:I've had good results today using VideRedo to convert .ts to .mpg with mpeg audio. Converts quickly, file size stays about the same, audio and video are good. I'll see how it plays on the MVP tonight.

I guess we should start a new thread for .ts to .mpg conversion. Smile

Do you automate this process in post processing (after a recording)?
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#37
2007-02-09, 07:59 PM
wtg Wrote:As a free tool, VLC has worked very well for me as a .ts to .mpg converter. It has so many options that it can be a bit overwhelming, but it works really well. And being able to accept a stream and convert it in real-time makes it ideal for use with the HDHomeRun a few of us around here are using. I don't even same my streams as .ts format... they just pipe right through VLC directly to .MPG on disk

It does not have the ability to cut commercials out like I believe VideoRedo does however.
I tried VLC also. Didn't like the initial results, but as you said, there are alot of options to play with. It took a loooong time to process, but the file size was down to normal mpg size from .ts size.

Turbe Wrote:Do you automate this process in post processing (after a recording)?
No, I'm not to that point yet.
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#38
2007-02-10, 05:45 PM
roy Wrote:I tried VLC also. Didn't like the initial results, but as you said, there are alot of options to play with. It took a loooong time to process, but the file size was down to normal mpg size from .ts size.

This is the command line I use for converting .ts to .mpg. It's extremely fast because it doesn't do anything other than copy the program stream out of the file... no real conversion going on and the best I can tell, there's no qualify loss since the program stream is simply copied out.

Code:
"c:\program files\videolan\vlc\vlc.exe" input.ts :sout=#duplicate{dst=std{access=file,mux=ps,dst="output.mpg"}}

It pops up the gui when it runs, and while it doesn't play the file visibly while it processes, you do have to close VLC manually when it's finished. I suspect there's a way to keep it from popping up the gui altogether, but VLC has so many friggin' options I haven't invested the time to figure it out.
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#39
2007-02-10, 09:22 PM
wtg Wrote:This is the command line I use for converting .ts to .mpg.
I'll give this a try. I have not had any success getting anything converted to play on the mvp. The only conversion that would play on the MVP is the FFMpeg (from sub above) that did not have any audio.Sad
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#40
2007-02-11, 02:38 AM
roy Wrote:I'll give this a try. I have not had any success getting anything converted to play on the mvp. The only conversion that would play on the MVP is the FFMpeg (from sub above) that did not have any audio.Sad

If it's an HD .ts file, using this command line is going to give you an HD .mpg and that's not going to play on the MVP. However, you'll at least have more tools to convert it.

HD AVI's can be played on the MVP since GB-PVR will transcode them on the fly, though it'd take some changes to the transcode command line to get it to deal with widescreen input. HD mpgs are another story. I started a thread asking how to do it and ended up with some good work-arounds. Sub had some insight that it might work in the next release based on some other work he is already doing.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mygica USB HDTV stick A6808-W7 tuckster 2 3,936 2011-06-27, 01:50 PM
Last Post: qam1600
  0 sized files pjm460 4 2,094 2010-12-17, 05:15 PM
Last Post: sub
  Zero-size recording files rawlings471 1 1,690 2010-12-05, 04:12 PM
Last Post: sub
  original files not deleting David B 2 1,775 2010-11-28, 07:22 PM
Last Post: David B
  Attempts to play .dvd files in Video Library results in PVRX2 not responding Jwbrit 2 2,083 2010-11-04, 11:37 PM
Last Post: Jwbrit
  Missing Crossbar Files? David B 8 3,173 2010-11-02, 01:12 AM
Last Post: David B
  FLV files as recordings keith_leitch 10 3,974 2010-09-22, 09:12 PM
Last Post: keith_leitch
  Unable to process .ts files for recording on DVD Trevor_de_S 1 1,566 2010-08-18, 10:50 PM
Last Post: sub
  Auto Converting TS Files To MPEG2 Not Working skycyclepilot 2 2,012 2010-07-06, 10:35 AM
Last Post: skycyclepilot
  GBPVR log files zonko 10 3,621 2010-07-03, 04:31 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode