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 … 383 384 385 386 387 … 433 Next »
.TS file format ?

.TS file format ?
zvm
Offline

Member

Posts: 70
Threads: 10
Joined: Jan 2007
#21
2011-01-30, 08:57 PM
johnsonx42 Wrote:You might try having a peak at the sticky linked oh-so-prominently in my signature.

Thanks a lot Mr. Johnson. Smile
I read first two posts from the sticky from your signature even before. But Post processing thing is in third. :o
anyway I believe something simple, like ffmpeg line you posted earlier, would satisfy my needs. In the end, that's probably what automated transcoding does, right!?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#22
2011-01-30, 09:07 PM
zvm Wrote:In the end, that's probably what automated transcoding does, right!?
Yep, that's what it does.

If you look at the linked post with my PostProcessing.bat that runs comskip, you can see an example of logic to take different actions based on channel number (though all I use it for is to skip comskip completely on some channels). You could also devise logic to take different actions based on the name of the show (which of course is included in the file name).
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
zvm
Offline

Member

Posts: 70
Threads: 10
Joined: Jan 2007
#23
2011-01-30, 10:35 PM
My PostProcessing.bat either never starts or it does not do anything.

I have created it in "C:\Documents and Settings\All Users\Application Data\NPVR\Scripts" directory and here is the content (the most simple one!)

Quote:cd C:\Program Files\NPVR\Other\

ffmpeg -i %1 -f avi -ab 128k -ac 2 -vcodec mpeg4 -b 1000k %~dpn1.avi

I have scheduled manual recording for test purposes. But after recording has finished, nothing has happened.

If I put real path and filename(e.g. "D:\My Documents\My Videos\Recorded TV\Manual Recordings\htv1_test1.ts") instead of "%1", and run PostProcessing.bat manually, everything is fine!

I don't have time to spend analyzing how to get this work. This is not high priority thing to me right now.
I can put my recordings in Any Video Converter once in a while and get the same result. But, I feel like I lost nice functionality from previous version. Sad
That's why I am not sure whether I will upgrade on my main machine. At least while it works fine with 1.4.7. And there is no skin like Community Skin either! Smile I like vertical skins more. But this is offtopic now - sorry. Wink
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#24
2011-01-30, 10:47 PM
zvm Wrote:My PostProcessing.bat either never starts or it does not do anything.

I have created it in "C:\Documents and Settings\All Users\Application Data\NPVR\Scripts" directory and here is the content (the most simple one!)

I have scheduled manual recording for test purposes. But after recording has finished, nothing has happened.

If I put real path and filename(e.g. "D:\My Documents\My Videos\Recorded TV\Manual Recordings\htv1_test1.ts") instead of "%1", and run PostProcessing.bat manually, everything is fine!

I don't have time to spend analyzing how to get this work. This is not high priority thing to me right now.
I can put my recordings in Any Video Converter once in a while and get the same result. But, I feel like I lost nice functionality from previous version. Sad
That's why I am not sure whether I will upgrade on my main machine. At least while it works fine with 1.4.7. And there is no skin like Community Skin either! Smile I like vertical skins more. But this is offtopic now - sorry. Wink

What does the Nrecord.log say after finishing your test-recording? It should eigter say that no PostProcessing.bat is found or that it has started.

Have you had a look at BlueRetroVE+ skin?

"I'd rather have a bottle in front of me than a frontal lobotomy"
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#25
2011-01-30, 10:52 PM
another guy doing the same sort of thing discovered he accidentally named his file "PostProcessing.bat.bat"

other than something like that I can't think of a reason why it wouldn't work. as Reddwarf said, check your NRecord.log.
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
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,624
Threads: 148
Joined: Mar 2006
#26
2011-01-30, 11:11 PM
Quote:cd C:\Program Files\NPVR\Other\

Because there is a space in the path you will need to put "" around it I would think like

cd "C:\Program Files\NPVR\Other\"
zvm
Offline

Member

Posts: 70
Threads: 10
Joined: Jan 2007
#27
2011-01-30, 11:36 PM
PostProcessing was starting from the beginning.
the problem was with spaces in the path, but not the one Jaggy suggested.
The recording path is "D:\My Documents\My Videos\Recorded TV\Manual Recordings". Source part is handled correctly passing parameter to %1 variable. But destination part(%~dpn1.avi) was not ok! It should be within quotes: "%~dpn1.avi".
now it is ok! Here is my PostProcessing.bat now:

Quote:cd C:\Program Files\NPVR\Other\

ffmpeg -i %1 -f avi -ab 128k -ac 2 -vcodec mpeg4 -b 1000k "%~dpn1.avi"

Thank you guys! Smile
Now I can play with options johnsonx42 mentioned. But some other time.
Good night! (it's past midnight in my timezone)

PS: Regarding Skin, currently I have NextBlue. It is vertical and it is ok, but Community is nicer to me. Smile I can try BlueRetroVE+.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  incorrect frequency in adelaide .ini file spin35 5 2,905 2023-02-01, 05:40 PM
Last Post: sub
  ts file shows length too long? SuttonWillow 2 1,834 2021-03-15, 01:56 PM
Last Post: mvallevand
  Unhandled Exception: file name too long (idiots at pbs made it super long) jobby99 1 1,356 2020-10-29, 09:40 PM
Last Post: mvallevand
  ts file shows length too long SamM 4 2,279 2020-10-06, 02:45 AM
Last Post: Ehrlichia
  Possible to record in different format than .ts files? gadgetgaz 29 12,377 2020-10-04, 03:05 PM
Last Post: Ehrlichia
  EPG displaying small subset of xmltv file. Esteban 9 2,920 2020-07-18, 10:07 PM
Last Post: Esteban
  Recordings Date Format NumberFive 3 1,976 2020-05-14, 11:08 PM
Last Post: NumberFive
  Max File Size jrockow 2 1,489 2020-04-21, 02:38 PM
Last Post: jrockow
  Skip causes fast-forward to the end of the file madbrain 9 3,724 2020-02-27, 10:24 PM
Last Post: Esch
  Be notified when EPG (xml file) is empty ? nonob 2 1,385 2020-02-14, 05:00 PM
Last Post: nonob

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

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

Linear Mode
Threaded Mode