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 257 258 259 260 261 … 433 Next »
Improve quality of TS files produced wrt timeline (not quality of recording itself)

Improve quality of TS files produced wrt timeline (not quality of recording itself)
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#31
2013-04-20, 04:41 AM
mvallevand Wrote:Let's start small with 20MB frames 12355471 12461854

Martin

Foiled at the first hurdle!

"cannot write to disk arithmetic error"

Seems to be independent of PIDs

Any idea what causes this - and do I need to select specifc PIDs?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#32
2013-04-20, 05:03 AM (This post was last modified: 2013-04-20, 05:27 AM by mvallevand.)
I'd want all the pids, but I can't explain this error sorry.

Another option is dd http://www.chrysocome.net/dd but it can be complicated

dd bs=188 skip=12355471 if=inputfile of=outputfile count=104k

Martin
Brad242
Offline

Junior Member

Posts: 17
Threads: 2
Joined: Sep 2012
#33
2013-04-21, 04:00 AM
I run Videoredo's Quickstream fix on every program I record to fix bad timing/bad frames I get on some recordings which can cause playback problems. This is still the only utility I've found that can properly find and remove errors in a stream without messing up the audio-video sync (if there are other utilities, please post).

I posted about it here:
http://forums.nextpvr.com/showthread.php...post441250

I call it in my post-processor now and here's a typical entry in the batch file:
Code:
cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "E:\npvr\King of the Hill\King of the Hill_20130420_01340203.ts" "S:\tv\fixed\2013-04-20 0134 13.1 WTVT DT King of the Hill.Little Horrors of Shop.hdtv.mpg" /t1 /q /na
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#34
2013-04-23, 12:33 AM
Brad242 Wrote:I call it in my post-processor now and here's a typical entry in the batch file:

Out of interest, what line do you have in your post-processing bat file for this?

Quote:I'd want all the pids, but I can't explain this error sorry.

Another option is dd http://www.chrysocome.net/dd but it can be complicated

dd bs=188 skip=12355471 if=inputfile of=outputfile count=104k

Martin

Martin - Thanks - not given up just yet, I was hoping the MPEG 2-TS Packet Analyser author would come back with a quick fix - if that doesn't work soon, I'll try to decipher chrysocome ...!
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#35
2013-04-23, 12:28 PM
mvallevand Wrote:I'd want all the pids, but I can't explain this error sorry.

Another option is dd http://www.chrysocome.net/dd but it can be complicated

dd bs=188 skip=12355471 if=inputfile of=outputfile count=104k

Martin

OK I used dd from chrysocome with

Code:
dd bs=188 skip=12355471 if="Jurassic Park_20130406_21300010.ts" of=JParkoutputfile1.ts count=104k

19MB file available here:

http://www.fileconvoy.com/dfl.php?id=g3f...faa4323470

Let me know file 2 Syntax. I'm getting good at this.... :-)

Cheers

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#36
2013-04-23, 10:36 PM
Great that matches so you have the syntax now I need to ask for a bigger slice 120MB that I can skip in

Code:
dd bs=188 skip=12355471 if="Jurassic Park_20130406_21300010.ts" of=JParkoutputfile2.ts count=624k

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#37
2013-04-23, 11:35 PM
mvallevand Wrote:Great that matches so you have the syntax now I need to ask for a bigger slice 120MB that I can skip in

Code:
dd bs=188 skip=12355471 if="Jurassic Park_20130406_21300010.ts" of=JParkoutputfile2.ts count=624k

Martin

Here you go :-)

http://www.fileconvoy.com/dfl.php?id=gf8...1b2f6fc63a

Also added the Skip Points edl file.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#38
2013-04-24, 12:27 AM
Thanks, that gives me something to work with. Without the timing.info that file is totally bad in the NextPVR PC client too. It reports zero duration and seeking will crash NextPVR. Also it is the lowest bitrate I have seen for broadcast 1080i (5Mbs) so it is a nice sample for my toolchest.

I'm getting old though, just a few years ago asking for a 100MB sample would have been unheard of. Thanks again.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#39
2013-04-24, 12:33 AM
Good to hear that's useful for you!
Is there any info you need me to send regarding broadcast details in my area?
Is there anything I can do to improve biteate - better tuner or settings ?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#40
2013-04-24, 12:51 AM
No nothing what NextPVR sees is what you get, just enjoy knowing that you might be able to watch these HD x264 files on a phone etc without transcoding like most other users.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,754 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 1,114 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,171 2023-11-20, 03:42 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,462 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,800 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,472 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 2,142 2021-03-27, 03:23 PM
Last Post: Jean0987654321
Video Restrict Recording Space foucomm 1 1,386 2021-01-30, 09:25 PM
Last Post: mvallevand
  Directory dropdown on the recording edit dialog MicahMakenzie 1 1,562 2021-01-11, 04:37 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 1,974 2021-01-08, 12:03 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode