NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 97 98 99 100 101 … 193 Next »
Transcode Option in Recordings

 
  • 0 Vote(s) - 0 Average
Transcode Option in Recordings
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,673
Threads: 767
Joined: Nov 2003
#11
2006-11-08, 06:04 PM
I dont know - thats odd. Seems to be working ok here.
gjen
Offline

Member

Posts: 53
Threads: 19
Joined: Aug 2005
#12
2006-11-08, 06:48 PM
I found this problem to and move the ffmpeg files down one directory and it worked. I think it's pointing to the wrong directory.
JuicyFruits
Offline

Member

Posts: 76
Threads: 20
Joined: Jun 2006
#13
2006-11-08, 10:34 PM
which ffmpeg files and where do you mean by down ?
gjen
Offline

Member

Posts: 53
Threads: 19
Joined: Aug 2005
#14
2006-11-09, 11:01 PM
Copy all the files in this directory

C:\Program Files\devnz\gbpvr\Third Party\FFmpeg

into this directory

C:\Program Files\devnz\gbpvr\Third Party
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#15
2006-11-09, 11:23 PM
For me it works when the ffmpeg files are in: C:\Program Files\devnz\gbpvr\Third Party\FFmpeg. :confused:
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#16
2006-11-10, 04:00 AM
It would seem that there are different reports of the correct location of the ffmpeg.exe file...

I think that if the ffmpeg.exe is in the wrong place you will get the problem that JuicyFriuits gets.

Firstly, ffmpeg.exe has for many versions always resided in the devnz/gbpvr/Third Party/FFMpeg folder.

Only recently were there modifications to some people's config.xml (during an upgrade installation I think) where GB-PVR started to get confused as to the location of the ffmpeg.exe file...

if you have the following items without exe=ffmpeg.exe then the path should be as stated as above...

Code:
<CustomFFmpegConversions>
    <Conversion name="MediaMVP MPG" cmd="-y -i {SOURCE_FILE} -f svcd -b 2400 -ab 224 -ac 2 -r 29.97 -s 640x480 -padtop 50 -padbottom 50 {DEST_FILE}" targetExtension=".mpg" />
    <Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1400 -vtag XVID {DEST_FILE}" targetExtension=".avi" />
    <Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1400 -vtag DIVX {DEST_FILE}" targetExtension=".avi" />
    <Conversion name="Video Ipod" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f mp4 -vcodec mpeg4 -s 320x240 -r 15 {DEST_FILE}" targetExtension=".mp4" />
    <Conversion name="Sony PSP" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f psp -r 29.97 -s 368x208 -b 768 -ar 24000 -ab 32 {DEST_FILE}" targetExtension=".mp4" />
    <Conversion name="Mobile .3GP" cmd="-y -i {SOURCE_FILE} -acodec aac -vcodec mpeg4 -s qcif -aspect 4:3 -hq {DEST_FILE}" targetExtension=".3gp" />
    <Conversion name="WMV-1200kb/s" cmd="-y -i {SOURCE_FILE} -vcodec wmv2 -b 1200 {DEST_FILE}" targetExtension=".wmv" />
    <Conversion name="WMV-700kb/s" cmd="-y -i {SOURCE_FILE} -vcodec wmv2 -b 700 {DEST_FILE}" targetExtension=".wmv" />
  </CustomFFmpegConversions>

If there are entries for exe name, then it refers to a file in the Third Party folder and not the Third Party/FFmpeg folder

Code:
<CustomFFmpegConversions>
    <Conversion name="Something with Mencoder" [B]exe=mencoder.exe[/B] cmd="-y -i {SOURCE_FILE} -f svcd -b 2400 -ab 224 -ac 2 -r 29.97 -s 640x480 -padtop 50 -padbottom 50 {DEST_FILE}" targetExtension=".mpg" />
    <Conversion name="Something with ZProcess" [B]exe=ffmpeg.exe[/B] cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1400 -vtag XVID {DEST_FILE}" targetExtension=".avi" />
    <Conversion name="Something with FFMpeg" [B]exe=ffmpeg.exe[/B] cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1400 -vtag XVID {DEST_FILE}" targetExtension=".avi" />
   </CustomFFmpegConversions>

[SIZE="1"]Please note the text in the code boxes are examples to show exe=whatever.exe and will most likely not be appropriate entires...[/SIZE]

So, in summary, if you have ffmpeg.exe in the Third Party/FFMPeg folder and you do not have any reference to exe=whatever.exe in the custom conversions section in your config.xml, then the transcode button should work in the video plugin...
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]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#17
2006-11-10, 08:31 AM
I did a little research: it seems that only in 98.13 the ffmpeg.exe location was changed to gbpvr\third party instead of gbpvr\third party\ffmpeg.
If you have problems it's probably wise to upgrade to 98.13b which has the old (correct) settings again.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
Lightbulb An option when confronted with a "Scheduling Error". Siamese Cat 2 495 2024-07-07, 12:16 PM
Last Post: mvallevand
  Web display of Recordings w/o Pending Recordings turndave 5 981 2023-09-13, 10:08 PM
Last Post: turndave
  subtract time from recordings for web client jobby99 0 553 2023-05-28, 09:09 PM
Last Post: jobby99
  Divide Recordings by Channel (and other properties) ChaosMageX 1 711 2023-03-20, 07:35 PM
Last Post: mvallevand
  Scheduled batch Transcode? buntay20 1 788 2022-08-22, 02:24 PM
Last Post: BrettB
  [Kodi] Directory Folders for Recordings Panic 14 3,020 2022-07-28, 03:59 PM
Last Post: mvallevand
  Resume on recordings mvallevand 13 2,864 2022-05-02, 08:04 PM
Last Post: artmetz
  Delete option from Videos feature artmetz 5 1,389 2022-03-17, 07:38 PM
Last Post: HarryH3
  direct bookmarkable URL for Recent Recordings f0945a5662 2 989 2021-11-18, 07:50 PM
Last Post: f0945a5662
  Cancellation of individual pending recordings Petrovski 25 8,437 2021-11-07, 06:49 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode