NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 236 237 238 239 240 … 1231 Next »
No Title/Subtitle on files manually transcoded to PSP format

 
  • 0 Vote(s) - 0 Average
No Title/Subtitle on files manually transcoded to PSP format
johnnyb
Offline

Member

Posts: 73
Threads: 25
Joined: Apr 2005
#1
2007-01-04, 02:53 PM
Problem existed on 98.13 and on current 99.05

Yes I know it's only a minor bug.... but using the Transcode option from the video library to convert mpg files to PSP mp4 format does code the title and subtitle into the file. Since it is this information which is displayed on the PSP, it makes selecting which program to watch fairly difficult - all programs are listed as 'title - subtitle'.

This works OK for those files automatically converted.

Anyone know of a way to manually add this info into an mp4 file. Can't seem to find tool to display or edit this info.
Asus P5B mobo, Core 2 Duo E6600, 2Gig mem, 500Gb HD, NVidia 7600GS, Hauppauge Nova-T pci x 3, WinXP Pro
johnnyb
Offline

Member

Posts: 73
Threads: 25
Joined: Apr 2005
#2
2007-01-04, 02:55 PM
Oops.....the above should read..

bug.... but using the Transcode option from the video library to convert mpg files to PSP mp4 format does NOT code the
Asus P5B mobo, Core 2 Duo E6600, 2Gig mem, 500Gb HD, NVidia 7600GS, Hauppauge Nova-T pci x 3, WinXP Pro
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#3
2007-01-04, 02:57 PM
I think its just a limit in the program gbpvr calls to transcode the video. I guess it just converts to MP4 rather than PSP compliant MP4.

One for the wishlist maybe cos I agree it would be most useful....
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
johnnyb
Offline

Member

Posts: 73
Threads: 25
Joined: Apr 2005
#4
2007-01-04, 03:08 PM
Hi Fuzzweed,

ffmpeg can add the info....... I autoconvert all my recordings to PSP format (using the autoconvert settings on 'processing' tab on gbpvr config) and ffmpeg does add the title/subtitle to the mp4 files. I am now converting some of my old recordings manually, but title/subtitle do not get added.

Would be nice to fix.
Asus P5B mobo, Core 2 Duo E6600, 2Gig mem, 500Gb HD, NVidia 7600GS, Hauppauge Nova-T pci x 3, WinXP Pro
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,686
Threads: 767
Joined: Nov 2003
#5
2007-01-04, 04:41 PM
It only knows the title/subtitle when you let GB-PVR automatically as it recordings. When you do it from the Video Library, it's just any old file, so none of this extra info is known. The video library knows nothing about recordings.
johnnyb
Offline

Member

Posts: 73
Threads: 25
Joined: Apr 2005
#6
2007-01-04, 11:04 PM
Thanks sub. That explains it.
Asus P5B mobo, Core 2 Duo E6600, 2Gig mem, 500Gb HD, NVidia 7600GS, Hauppauge Nova-T pci x 3, WinXP Pro
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#7
2007-01-05, 12:07 AM
johnnyb Wrote:Thanks sub. That explains it.

Johnnyb, if you're interested in some trial and error, I won't mind writing this into ZProcess, which is a sort of go-between frontend for ffmpeg, which is the default transcoder used by GB-PVR. As sub said, when you manually transcode a file in the Video panel, ffmpeg is unable to know the title, subtitle. But it does know that info when passing the information to the PostProcessing.bat for an auto transcode.

Anyway, what I propose is, starting ZProcess from your desktop, selecting a file to transcode, selecting a PSP profile, and being asked at that time what Title and Subtitle you wish to use.

Currently there would be no way to launch ZProcess with this type of interaction inside GB-PVR unless I build a plugin/skin.

As I don't have a PSP, I have been unable to work on that feature...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
johnnyb
Offline

Member

Posts: 73
Threads: 25
Joined: Apr 2005
#8
2007-01-05, 04:49 PM
Thanks zehd. I am willing to try this. I haven't used ZProcess but have seen it mentioned in the forums. All the files I am converting are old gbpvr recordings, so they have program info in metadata stream of the mpeg file. Is there any way to pick up this info automatically?

I will have a look on the wiki to see what zprocess does etc.
Asus P5B mobo, Core 2 Duo E6600, 2Gig mem, 500Gb HD, NVidia 7600GS, Hauppauge Nova-T pci x 3, WinXP Pro
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#9
2008-10-30, 10:44 AM
just figured out a work around for titling PSP videos from a manual transcode. Add another transcoding option to config.xml:

<Conversion name="Sony PSP manual" cmd="-y -i {SOURCE_FILE} -title {SOURCE_FILE} -f psp -r 29.97 -s 368x208 -b 768k -ar 24000 -ab 64 {DEST_FILE}" targetExtension=".MP4" />

then the PSP video gets titled with the path of the original vid e.g d:\my videos\video.avi

not perfect but it does at least let you see whats there.
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  0 sized files pjm460 4 2,015 2010-12-17, 05:15 PM
Last Post: sub
  Zero-size recording files rawlings471 1 1,638 2010-12-05, 04:12 PM
Last Post: sub
  original files not deleting David B 2 1,699 2010-11-28, 07:22 PM
Last Post: David B
  How to capture teletext subtitle to srt in "UTF-8 or Unicode"? danchoif2 0 2,460 2010-11-17, 10:55 PM
Last Post: danchoif2
  Attempts to play .dvd files in Video Library results in PVRX2 not responding Jwbrit 2 2,002 2010-11-04, 11:37 PM
Last Post: Jwbrit
  Missing Crossbar Files? David B 8 3,017 2010-11-02, 01:12 AM
Last Post: David B
  Channels with identical names-manually creating a channel? keith_leitch 4 1,950 2010-09-25, 08:21 PM
Last Post: martint123
  FLV files as recordings keith_leitch 10 3,798 2010-09-22, 09:12 PM
Last Post: keith_leitch
  Unable to process .ts files for recording on DVD Trevor_de_S 1 1,504 2010-08-18, 10:50 PM
Last Post: sub
  Auto Converting TS Files To MPEG2 Not Working skycyclepilot 2 1,946 2010-07-06, 10:35 AM
Last Post: skycyclepilot

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

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

Linear Mode
Threaded Mode