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) v
« Previous 1 2 3 4 5 6 … 125 Next »
Automated Cutting and Transcoding Guide Using Mencoder

 
  • 0 Vote(s) - 0 Average
Automated Cutting and Transcoding Guide Using Mencoder
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#741
2009-01-29, 06:21 AM
gEd Wrote:I would like to be able to select the encoding method used from within pastro's skiptool plugin. It is possible to pass the encoding method to this script as a command line argument from within skiptool?

(Apologies if I have not understood u correctly)

I'm not sure what you mean here. The way pastro's plugin calls my script is detailed here:

http://forums.gbpvr.com/showpost.php?p=2...tcount=430

I'm not sure if that's what you're looking for though.
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#742
2009-01-29, 10:57 AM
that is exactly what is needed, thanks
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#743
2009-01-29, 02:06 PM
Yea... actually, I just wanted to look at putting Divx in the list.

The reason is, I'm getting a car stereo that does DVDs, and it says it does Divx files. Well, all my stuff has been in Xvid, but I'd like to try to play it in this... so I was going to try a few in Divx.

However, I read somewhere that xvid should work in anything that is Divx compatible.

This is outside the scope of the script, but gives some background for my question. The radio comes today, and should be installed tomorrow. I'll try some Xvid.

stattik:
If I have this:
"C:\path\to\stattik_transcode_0.5.1g.bat" "C:\path\to\show.mpg" "2" "y" "3 5"

what would I change the 2 to to get Divx?
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#744
2009-01-29, 02:55 PM
mkenyon2 Wrote:Yea... actually, I just wanted to look at putting Divx in the list.

The reason is, I'm getting a car stereo that does DVDs, and it says it does Divx files. Well, all my stuff has been in Xvid, but I'd like to try to play it in this... so I was going to try a few in Divx.

However, I read somewhere that xvid should work in anything that is Divx compatible.

This is outside the scope of the script, but gives some background for my question. The radio comes today, and should be installed tomorrow. I'll try some Xvid.

I'd try burning a few if the xvid files you have already on CDRW or DVD-RW media. Depending on the resolution limits, they should play but there may be issues with A/V synch.

Quote:stattik:
If I have this:
"C:\path\to\stattik_transcode_0.5.1g.bat" "C:\path\to\show.mpg" "2" "y" "3 5"

what would I change the 2 to to get Divx?

The script has no options for Divx but there are a few things you can try.

Use the version of the script that comes with pastro's plugin.

If the xvid plays but there is A/V synch issues, try this:

Code:
"C:\path\to\stattik_transcode_0.5.1g.bat" "C:\path\to\show.mpg" "2" "n" "3 5"

If that doesn't work, there another option that was originally created for DVD players that supported Divx. It had limited testing.

Code:
"C:\path\to\stattik_transcode_0.5.1g.bat" "C:\path\to\show.mpg" "8" "y" "3 5"

or

Code:
"C:\path\to\stattik_transcode_0.5.1g.bat" "C:\path\to\show.mpg" "8" "n" "3 5"
tal56
Offline

Member

Posts: 52
Threads: 9
Joined: Aug 2005
#745
2009-02-03, 07:34 PM
I'm trying to use this to re-encode some mpeg files, however it's crashing because the filenames have chinese (unicode) characters in them. If I rename the file, then it runs fine. I'm just using it by dragging the video onto the batch file.

Is there anyone who's ran into this before, or may have a solution? I'm not sure if it's because it uses dos which dosen't like unicode or if it's because mencoder does not support unicode. I've tried google for more info but haven't found anything that has helped. Thanks
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#746
2009-02-03, 08:08 PM
it crashes with some ascii characters as well such as "&".
I believe it is to do with how the dos parser works and I am not aware of a solution to this problem.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#747
2009-02-03, 08:31 PM
tal56 Wrote:I'm trying to use this to re-encode some mpeg files, however it's crashing because the filenames have chinese (unicode) characters in them. If I rename the file, then it runs fine. I'm just using it by dragging the video onto the batch file.

Is there anyone who's ran into this before, or may have a solution? I'm not sure if it's because it uses dos which dosen't like unicode or if it's because mencoder does not support unicode. I've tried google for more info but haven't found anything that has helped. Thanks

I was reading this link http://fixunix.com/ms-dos/21121-enable-u...alent.html

You could try the following command:

Code:
cmd /u /k stattik_transcode.bat "c:\path\to\sourcefile"
tal56
Offline

Member

Posts: 52
Threads: 9
Joined: Aug 2005
#748
2009-02-04, 09:53 PM
Thanks for the suggestion, however I've tried that already as I've found the same site haha. Oh well I guess I'll try to find another way around this. For some reason I don't find windows xp supports unicode very well, windows 2k was much better for this. Even though I've added the languages I use, and extended the service to other programs through the xp language setup, most programs still have a lot of problems with the unicode support.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#749
2009-02-04, 10:49 PM
Here's a shot in the dark. Perhaps you could get one of the renaming utilities from the wiki to rename the file and update the database.
tal56
Offline

Member

Posts: 52
Threads: 9
Joined: Aug 2005
#750
2009-02-05, 07:39 PM
That's partly my frustration with XP, as I've used a program in the past called Karen Directory Printer to save a directory name, then use a rename utility to rename by list, this worked beautifully in Win2k but with XP none of these 3rd party programs seem to have unicode support.

Thanks for the suggestion though, I'll check out the programs in the wiki and maybe one will work with any luck haha.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (89): « Previous 1 … 73 74 75 76 77 … 89 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Yet another guide enhancer :0) carpeVideo 18 10,390 2010-04-07, 03:39 PM
Last Post: carpeVideo
  Guide Questions native 6 4,282 2010-02-10, 01:23 PM
Last Post: native
  Mencoder with multiple TS audio streams lanmat 2 4,623 2009-11-09, 12:15 PM
Last Post: lanmat
  mencoder error messages fvfv 3 2,868 2009-10-19, 08:07 PM
Last Post: -stattik-
  TV guide table colour Pob 3 2,505 2009-09-21, 10:55 PM
Last Post: Snooze
  Searching Guide Contents skycyclepilot 1 2,034 2009-08-23, 03:30 PM
Last Post: McBainUK
  Search for Movies in TV Guide spdrac1 1 2,042 2009-05-23, 03:37 PM
Last Post: JavaWiz
  MPEG2 transcoding to Xvid/AAC -which plug-in/tool are best fit? blizard 6 5,142 2009-03-01, 05:43 PM
Last Post: Deusxmachina
  Warning: Mencoder and large MPEG2 files can fail jam_zhou 1 1,703 2008-07-26, 01:39 AM
Last Post: sgilani
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,761 2008-03-27, 11:45 PM
Last Post: _Dude_

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

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

Linear Mode
Threaded Mode