NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 32 33 34 35 36 … 159 Next »
Transcoding H.264 to something else

 
  • 0 Vote(s) - 0 Average
Transcoding H.264 to something else
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#1
2011-01-08, 06:12 PM
Since this really isn't specifically hardware related or NPVR related - anyone know of a relatively simple way to transcode a H.264 ts file to something simpler that a PS3 is capable of playing back? MPEG2 or similar?

I've had hit and miss luck with playback of H.264 files on my PS3. DVD rips through Handbrake work OK if I have the PS3 connected with a hardline, but the ts files that my HD-PVR create (via NPVR) don't play at all (error message).

I have my PS3 set up in my basement and use it as a frontend to remotely play stuff off my HTPC via TVersity media server (and then just browsing to the directory structures). I'm a competitive cyclist, and in Minnesota that means I spend a lot of hours in the basement on my rollers/trainer, so only being able to view some of my recordings (and not all of them) is quite frustrating.

Some googling indicated TMPGenc might do the trick, but I was hoping maybe someone around here had some specific experience. Eventually, I'd like to move whatever solution I come to into the postprocessing.bat so that these programs are automatically available to me.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,093
Threads: 957
Joined: May 2006
#2
2011-01-08, 07:06 PM
PS3 play BluRay so clearly H264 is not the problem. Maybe instead of transcoding try remuxing to m2ts. You might also consider trying AAC instead of AC3.

Martin
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#3
2011-01-08, 08:04 PM
My son just got an HDPVR for recording video from his PS3 to post on YouTube. While reading the docs for the included ArcSoft capture software I noticed that it claims that the PS3 will playback M2TS files natively, but not TS files. I haven't researched it further, but hopefully this, along with Martin's observation above, will get you headed in the right direction.
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#4
2011-01-08, 09:14 PM (This post was last modified: 2011-01-08, 10:02 PM by SickBoy.)
What's the best way to remux to m2ts? is this capability built in to NPVR?

**Edit** Found TsRemux though am having a bugger of a time finding the command line options for it...

**Edit 2** Muxing the HD-PVR files to m2ts definitely fixes the issue. Still digging for command line options so that I can do this programmatically, rather than by hand with the GUI.
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#5
2011-01-08, 11:00 PM (This post was last modified: 2011-01-09, 12:01 AM by SickBoy.)
Here's what I ended up putting into my postprocessing.bat to remux the HDPVR files to m2ts:

Code:
echo Running TsRemux on %1 from channel %2 >>processing.log
Set newfile="%~dpn1.m2ts"
"C:\Program Files\TsRemux\TsRemux.exe" %1 %newfile%
move %1 "%~dpn1_old.ts"
move %newfile% %1

I'm using one of the suggested postprocessing.bat's from one of the NPVR support threads and it had a logic example to skip comskip for certain channels - and I modified that example to have it skip TsRemux for some channels (my HDHR channels) but still run comskip on all. Testing it out right now, should hopefully know the result in a few minutes.
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#6
2011-01-08, 11:54 PM
Alright, my modifications to postprocessing seem to work. Here's the rub - comskip won't run on a ".m2ts" file, so I had to rename TsRemux's output file to a ".ts" extension after it was done (as I did in the code snippet above). Then comskip will run.

Problem now is that NPVR won't play it back. Ideally I want both NPVR and the PS3 to be able to play the same file.

sub - any help or suggestions? logs from playback attempt attached...
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,093
Threads: 957
Joined: May 2006
#7
2011-01-09, 12:05 AM
Keep two copies. If you had said you wanted the same file in the first place, I wouldn't have suggested m2ts. If you want HD, comskip and NPVR support plus PS3 support I think you are out of luck.

Martin
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#8
2011-01-09, 12:08 AM
@martin - I assume that if I just keep a copy in the m2ts extension (but with the same filename as the .ts file) that NPVR will delete it along with the ts file and comskip files when it gets to its expiration?

So long as it does I guess I can learn to deal with the lost disk space...
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#9
2011-01-09, 12:30 AM
if you don't mind some quality loss, just transcode to mpeg2...
both will be able to play them, and it can take hd quality..and comskip no problem..
of course it will take forever to transcode..
but it's only option, as h264 can only be in avi,ts or m2ts..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#10
2011-01-09, 02:22 AM
Nah, the remux to m2ts is actually pretty quick and effective. Having to keep both versions of a file so that I can play back on PS3 is really the only drawback. Not ideal, but having my HTPC's CPU slammed with transcoding at potentially inopportune times is more of a drawback. And given that I actually do about 80% of my recordings from ClearQAM channels on my HDHR (and thus the m2ts remux is unneccessary and will not be done on those channels), it's actually a pretty minimal impact. I might lose another couple hundred GB, but disk space is cheap. Big Grin

Right now my GBPVR/NPVR installs have a dedicated 2 TB drive just for the current recordings - of which I am only using about 700 GB at the moment. I have a separate 2 TB drive for archived stuff which is far closer to being full.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Transcoding/codec help SickBoy 5 3,015 2014-11-16, 03:39 PM
Last Post: SickBoy
  transcoding ideas please stustunz 4 3,083 2014-11-12, 12:45 PM
Last Post: SickBoy
  Need your opinion on transcoding: built-in HDHR vs. do it yourself craigrs84 6 3,145 2014-02-02, 11:25 PM
Last Post: craigrs84
  H/W Quick sync transcoding from the command line. mvallevand 2 3,563 2013-03-23, 08:25 AM
Last Post: pBS
  Common transcoding resolutions and bitrates? bgowland 4 2,541 2013-01-18, 05:17 PM
Last Post: bgowland
  Need help with ffmpeg transcoding Anthony 7 3,126 2009-03-03, 04:43 PM
Last Post: mvallevand
  Transcoding and audio synch... lajams 53 13,249 2007-03-29, 11:18 PM
Last Post: zehd
  Dual Core Transcoding nitrogen_widget 4 2,270 2007-02-02, 07:59 PM
Last Post: nitrogen_widget
  Free Transcoding App bdgbill 2 1,871 2006-11-22, 04:24 PM
Last Post: m.clizzle
  Some simpleton questions on Transcoding and Burning DVD's jksmurf 9 3,902 2006-09-04, 05:44 PM
Last Post: jc8472

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

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

Linear Mode
Threaded Mode