NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 411 412 413 414 415 … 433 Next »
Record to MPEG2

Record to MPEG2
build
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Aug 2010
#1
2010-08-28, 11:29 AM
G'day All,
Is it possible to record to MPEG2?

I noticed there is an MPEG2 decoder listed in >Settings >Decoders but I can't figure out how to use it.

Thanks in anticipation,
build
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#2
2010-08-28, 11:33 AM (This post was last modified: 2010-08-28, 04:42 PM by soccerdad.)
Sorry, NPVR is based on ts file recording. You can record in ts and post process convert it to what ever format you like, but can't directly record to .mpg.
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#3
2010-08-28, 01:51 PM
NPVR is based on MPEG2 and needs MPEG2 decoders. The confusion with some people is that the the MPEG2 is now saved in an MPEG-TS container and not MPEG-PS.

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#4
2010-08-28, 04:57 PM
build, perhaps it would help if you explain what you are trying to accomplish.

if you want your recordings to end up as an mpeg-2 program stream (.mpg) instead of an mpeg-2 transport stream (.ts), then you could remux the file with ffmpeg in your NPVR/scripts/postprocessing.bat file.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
build
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Aug 2010
#5
2010-09-01, 07:57 AM
G'day Johnson,
I want to convert the .TS to MPEG-2 and edit the video and burn to DVD.

Could you post an example of postprocessing.bat? I'll see if I can chase up the command line for winFF.

Thanks,
build
build
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Aug 2010
#6
2010-09-01, 08:14 AM
Actually,
Can you help me with a batch file to run winFF (or ffmpeg) AND comskip but I want to keep the original TS till i'm sure it's all working.

or
A pointer to a thread on the subject.

tia
build
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#7
2010-09-01, 09:34 AM (This post was last modified: 2010-09-01, 09:51 AM by johnsonx42.)
I suppose something along the lines of:

PostProcessing.bat:
Code:
\path\to\ffmpeg -y -i %1 -vcodec copy -acodec copy -f vob "%~dpn1.mpg"
cd \path\to\comskip
comskip "%~dpn1.mpg"
rem del %1

You would just remove the 'rem' from the del command when you want to start deleting the .ts file. NPVR will auto-detect the new .mpg file and use it in place of the missing .ts file.

Now that above is just a simple remux. Depending on your source, the resulting file may not be very dvd compliant. Your dvd authoring program may want to transcode it, or reject it if it requires a completely dvd compliant file. If it can transcode the file anyway, it may be just as happy with the original .ts file.

If you want to actually use ffmpeg to transcode into a proper DVD format file, you'd have to read up a little on the ffmpeg command format. I *think* maybe you can just leave out the -acodec copy and -vcodec copy parameters, and then it will transcode using the proper codecs for and resolution for dvd. I don't use ffmpeg much though, so that may be a misunderstanding on my part.

edit: you may also need to specify a valid DVD resolution with the -size parameter, and probably specify a reasonable bitrate with the -b paramter as ffmpeg defaults to a very blocky 200kb/s.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help with MPEG2 decoder for Windows10 ZachE1 9 12,184 2022-02-23, 03:42 PM
Last Post: sub
  Can't watch certain channels on live tv (but can record) tvwatcher 4 2,118 2021-05-05, 06:23 AM
Last Post: tvwatcher
  Need help with MPEG2 decoder for Windows10? HuffingtonClover 1 1,644 2021-03-05, 03:37 PM
Last Post: Graham
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,070 2021-01-07, 08:47 AM
Last Post: sub
  Possible to record in different format than .ts files? gadgetgaz 29 12,662 2020-10-04, 03:05 PM
Last Post: Ehrlichia
  Can't record repeating programs dave22 2 1,812 2020-04-20, 04:27 PM
Last Post: sub
  Windows 10 Record Issues Captain Jack 11 5,410 2020-02-02, 09:11 PM
Last Post: Captain Jack
  Record direct from live tv? rv0987 3 1,940 2019-11-01, 12:29 PM
Last Post: rv0987
  Won't Record with Windows 10 v. 1903 GWCowling323 5 3,455 2019-10-15, 03:51 PM
Last Post: mvallevand
  NextPVR - black screen when watching and can't record XC-3730C 5 2,968 2019-10-14, 05:08 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