NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 17 18 19 20 21 … 193 Next »
I wish I had a volume control ....

 
  • 0 Vote(s) - 0 Average
I wish I had a volume control ....
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#21
2016-05-08, 11:33 AM
puck64 Wrote:Hi Sub,

The settings only seem to work for live tv not on recorded videos (mp4).

Do you mean mp4 that you have created yourself from .ts. You might be the source of the problem either in transcoding or in system setup of mp4. NextPVR doesn't really play much of role in mp4 playback.

Martin
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#22
2016-05-08, 11:37 AM
yeah thats the bit that has me stumped also thats the reason i want a sample
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
puck64
Offline

Member

Australia
Posts: 130
Threads: 24
Joined: Aug 2015
#23
2016-05-08, 11:56 AM
stustunz Wrote:ffdshow and ac3 filter can boost
I am not sure exactly what file you are getting from recordings so cant give exacts on what to use without a sample
(use this and upload somewhere http://www.nextpvr.com/nwiki/pmwiki.php?...y.CutChunk )

Hi Stustunz,

This is not an NextPVR recording, but rather a generic mp4 problem (all my recordings from NPVR and downloads are in mp4)

Typically I use FFmpeg built on Kubuntu for Windows (64 and 32bit bit) to make the conversion from .ts to .mp4. My last build of FFmpeg was 2016-02-11.

I apply normalisation ie. get max_volume and boost the audio by that amount up to a max of 9dB.
EG. Speedweek 2016-05-08 has a max_volume of -9.9 dB so my audio processing is ...
-acodec libfdk_aac -ab 192k -ar 48000 -ac 2 -filter:a volume=9dB -isync

If the audio is ac3 I then apply DRC ....
FFMPEG -drc_scale 4 -I "file.mpg" .......... etc

or I use Handbrake 0.10.2.7286 (the last with LibFDKAAC) or MeGUI to convert to mp4.
If the volume seems a bit low I can and do process the file via FFmpeg as video copy and Audio bost..
-acodec libfdk_aac -ab 192k -ar 48000 -ac 2 -filter:a volume=3 or 6 or 9dB -isync.

Even with all this processing my volume is low in NPVR. WDTV, Sony TV and Apple TV (when I set it up) are all ok.:confused:

I hope this fills you in with what I am doing and how I do it to achieve what I want Big Grin
Regards,
Mark

(Remember not to forget that which you don' t need to know.)
puck64
Offline

Member

Australia
Posts: 130
Threads: 24
Joined: Aug 2015
#24
2016-05-08, 01:45 PM
stustunz Wrote:yeah thats the bit that has me stumped also thats the reason i want a sample

Where can I put the clip ... too big to attach here Sad
Regards,
Mark

(Remember not to forget that which you don' t need to know.)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#25
2016-05-08, 04:09 PM
puck64 Wrote:Where can I put the clip ... too big to attach here Sad

I don't think uploading an mp4 isn't going to help. Unless things have changed playback of mp4 is controlled by Windows DirectShow not NextPVR. I'd try downloading graphEdit plus and try to play the mp4 wtih it and then change the merit of the Windows default decoders to one that is more agreeable.

Martin
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#26
2016-05-08, 06:09 PM
puck64 Wrote:Would I be correct in guessing that ffmpeg is only used for transcoding? :o
It's used for very little. At this stage it's only used to view non-supported file types on a Hauppauge MediaMVP client (by transcoding them to .ts).
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#27
2016-05-08, 07:26 PM
Yip martin is onto it since you have converted it. its now upto windiws to decide on decoders etc
Dont worry about uploading you need to sort it from your end by first finding out what windows uses then tweaking/ changing the decoders

Although if you post a screen dump of the filter check wr might be able to point you t better decoder choices or where the problem might be
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
puck64
Offline

Member

Australia
Posts: 130
Threads: 24
Joined: Aug 2015
#28
2016-05-08, 10:36 PM
stustunz Wrote:Yip martin is onto it since you have converted it. its now upto windiws to decide on decoders etc
Dont worry about uploading you need to sort it from your end by first finding out what windows uses then tweaking/ changing the decoders

Although if you post a screen dump of the filter check wr might be able to point you t better decoder choices or where the problem might be

Hi,

See post 6 in this thread for my used decoders and below for available decoders ....

[ATTACHMENT NOT FOUND]

and

[ATTACHMENT NOT FOUND]

Thank you for all your help so far Smile
Regards,
Mark

(Remember not to forget that which you don' t need to know.)
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#29
2016-05-08, 10:52 PM
The decoders in the screenshot are what's available for NPVR to use for the native .ts files created by NPVR. For any other files, including your mp4, NPVR just says "Hey, Windows, play this file." Windows decides the decoders based on its own priority system and logic. Using a filter manager (a decoder is a filter in Windows-speak) or a decoder manager, you may be able to see the priority used by Windows. In the past, I've used Direct Show Filter Manager which will show the "merit" (Windows term for priority) of each decoder.

Or as Martin suggested, if you get the grafedit utility, and just pick your file and select play, you may see the filter graph that Windows builds to play the file. The graph will show the decoders and other elements that it connects to play the file.

I don't know if any of this stuff works on Win 10, if that's what you're using.
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
puck64
Offline

Member

Australia
Posts: 130
Threads: 24
Joined: Aug 2015
#30
2016-05-09, 11:29 AM
mikeh49 Wrote:The decoders in the screenshot are what's available for NPVR to use for the native .ts files created by NPVR. For any other files, including your mp4, NPVR just says "Hey, Windows, play this file." Windows decides the decoders based on its own priority system and logic. Using a filter manager (a decoder is a filter in Windows-speak) or a decoder manager, you may be able to see the priority used by Windows. In the past, I've used Direct Show Filter Manager which will show the "merit" (Windows term for priority) of each decoder.

Or as Martin suggested, if you get the grafedit utility, and just pick your file and select play, you may see the filter graph that Windows builds to play the file. The graph will show the decoders and other elements that it connects to play the file.

I don't know if any of this stuff works on Win 10, if that's what you're using.

Hi Mike,

I found GraphStudioNext (x64) in K-Lite.
I opened a file ... "Seconds From Disaster S04E05 Alpine Collision [ABC2].mp4" in Windows Media Player and got this ...

[ATTACHMENT NOT FOUND]

Try as I may, I could not get it to see what NextPVR uses to play the same file.

It is still my belief that NextPVR does not output Audio at a high enough level.
Windows Media Player and Films & TV play the same file at a much higher volume than NextPVR Sad

BTW: what does the 5 stars mean on this thread :confused:
Regards,
Mark

(Remember not to forget that which you don' t need to know.)
« 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
  Full screen capable streaming via web browser control. GuruSR 2 2,248 2022-02-04, 03:40 PM
Last Post: sub
  Control Key less control mvallevand 0 1,322 2018-09-15, 07:00 PM
Last Post: mvallevand
  Ability to control which drives are included in "largest free space" pool BrettB 2 1,858 2017-05-01, 12:03 PM
Last Post: BrettB
  More Control While Watching Recordings GWCowling323 2 2,507 2016-09-21, 09:06 AM
Last Post: lost@c
  HDMI-CEC support (Consumer Electronics Control) i.e. remote control over HDMI) tomper 22 12,043 2016-05-28, 06:13 PM
Last Post: fred250
  Config to control what Channel Group is presented to Kodi JavaWiz 1 2,527 2015-11-04, 02:15 AM
Last Post: sub
  Control Over Timeshift Buffer Length and Better/More Reliable Retroactive Recording ChaosMageX 2 4,544 2015-10-24, 05:46 AM
Last Post: sub
  Remote Control KNet 3 2,489 2015-08-17, 05:35 PM
Last Post: sub
  Wishlist: Enhanced remote control features 2leftfeet 13 5,877 2015-01-27, 01:54 AM
Last Post: Jaggy
  Parental Control.... Manni 1 2,052 2013-05-23, 09:11 PM
Last Post: Reddwarf

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

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

Linear Mode
Threaded Mode