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
#241
2006-11-15, 03:29 PM
curt1s Wrote:Hello,
Taxicab Confessions 2001 All's Fare in Love
'Vegas' is not recognized as an internal or external command,
operable program or batch file.
It looks like the script is misreading the "&" character in the show title. I'm not sure how to alleviate that.
curt1s Wrote:c:/windows/fonts/arial.ttf doesn't look like a font description, ignoring.
Cannot load font: c:/windows/fonts/arial.ttf
'304390' is not recognized as an internal or external command,
operable program or batch file.
The rest is standard mencoder and/or script output and should be ignored.

I have a few questions:

How are you using the script (postprocessing.bat, just dropping files on it,etc)?
Is this the only show that pops the extra window up?


curt1s Wrote:Also, how can I add support for the iRiver H340?

I looked up the iRiver H340 and it seems to be a mp3 jukebox that doesn't play any video files? Perhaps I'm missing something. Could you provide more info please?
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#242
2006-11-15, 04:41 PM
Hey,

I am using the script by dropping files on it for now. Eventually I hope to use it as a postprocessing.bat and/or with Dirmon. I have that extra window pop up for the first 4 videos I have tried.


Here is a link to the iRiver video player:

http://www.misticriver.net/showthread.php?t=9585

I used international firmware to enable it to play videos.

Great script! Thanks!
Curtis
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#243
2006-11-16, 07:55 PM
I guess I have another question also.. I have been using a screen reocrding device to capturing media on the internet that I couldnt otherwise download. I tried using the script in 2pass mode to transcode the files into something smaller I guess, and it gave the audio a "chipmunk" voice.

Here are the details of the file I was trying to transcode:

width 384 pixels
height 288 pixels
duration 0:02:07
bit rate 352 kbps
audio sample size 16 bit
Audio format PCM
Frame rate 15 frames/second
Data rate 1784kbps
Video sample size 24 bit
Video compression TSCC

I just got this info by right clicking in windows explorer on the file.

Any idea why 2pass doesnt work with these types of videos? ANy other profiles I should try?

Thanks!
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#244
2006-11-16, 11:11 PM
-stattik- Wrote:* noopendml fix. Certain users were experiencing problems with encoding avi’s that were larger than 1 gig. This may fix that problem.

A little feedback on this... the noopendml does work. I hadn't run into an AVI becoming larger than 1 gb until recently, and sure enough, it wouldn't play in Realplayer, WMP or Nero. However, I re-encoded with the noopendml option and it plays back fine.

What benefit is there to the opendml encoding?
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#245
2006-11-17, 02:00 AM
curt1s Wrote:Hey,

I am using the script by dropping files on it for now. Eventually I hope to use it as a postprocessing.bat and/or with Dirmon. I have that extra window pop up for the first 4 videos I have tried.


Here is a link to the iRiver video player:

http://www.misticriver.net/showthread.php?t=9585

I used international firmware to enable it to play videos.

Great script! Thanks!
Curtis

The window that appears along with the mencoder window is supposed to be there when you drop a file on it. It will close once the transcode is done.

I've seen some of the details for the iRiver transcodes. It shouldn't be too hard to put something together for it. It would probably work well with the hardware profile plus a few tweaks. The hardware profile is being reworked for the next release. Automatic directory transcoding is planned as well.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#246
2006-11-17, 02:03 AM
curt1s Wrote:I guess I have another question also.. I have been using a screen reocrding device to capturing media on the internet that I couldnt otherwise download. I tried using the script in 2pass mode to transcode the files into something smaller I guess, and it gave the audio a "chipmunk" voice.

Here are the details of the file I was trying to transcode:

width 384 pixels
height 288 pixels
duration 0:02:07
bit rate 352 kbps
audio sample size 16 bit
Audio format PCM
Frame rate 15 frames/second
Data rate 1784kbps
Video sample size 24 bit
Video compression TSCC

I just got this info by right clicking in windows explorer on the file.

Any idea why 2pass doesnt work with these types of videos? ANy other profiles I should try?

Thanks!

You could try setting the video_fps to 15. My guess is that it's setting it to 29.97 and that's what's causing the audio issues.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#247
2006-11-17, 02:34 AM
wtg Wrote:A little feedback on this... the noopendml does work. I hadn't run into an AVI becoming larger than 1 gb until recently, and sure enough, it wouldn't play in Realplayer, WMP or Nero. However, I re-encoded with the noopendml option and it plays back fine.

What benefit is there to the opendml encoding?


To tell you the truth I found the noopendml option while going over all the mencoder documentation. I know that opendml was a standard created for interoperability between codecs. If you encode to opendml specs, you could be assured that your file could be played back, especially in the professional scene.

From what I understand (or don't understand) RIFF chunks are limited to 1 GB. Additional RIFF chunks can be added as necessary and this is where things vary. An encode that results in an AVI file larger that 1 GB will fail to play without the noopendml option. However, I've combined two AVI files that add to over 1 GB and during the combine process I see mencoder creating the other RIFF chunk and the file plays fine. I'm not sure what mencoder does with the noopendml option set to make the files playable.
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#248
2006-11-17, 01:09 PM
-stattik- Wrote:You could try setting the video_fps to 15. My guess is that it's setting it to 29.97 and that's what's causing the audio issues.

Sorry, I am so new to this. I tried this:

:: set video_fps=24000/1001
set video_fp=15

That didnt do anything at all. The script actually ended before it began.

I guess I did something wrong here?

I have been trying the script out on a lot of different files. It works great on mpg's, but I have had trouble with these files that I have made from a screen recorder. I have also had trouble with a widescreen movie that was in xvid format already. I was hoping that a re-encode would make it playable on my media player, but it changed it from widescreen to full screen.

Any help is appreciated.

Thanks!
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#249
2006-11-17, 01:27 PM
sorry mis typed.

I got it right this time:

:: set video_fps=24000/1001
set video_fps=15

it still does the chipmunk audio!

Thanks
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#250
2006-11-17, 04:39 PM
curt1s Wrote:I have been trying the script out on a lot of different files. It works great on mpg's, but I have had trouble with these files that I have made from a screen recorder. I have also had trouble with a widescreen movie that was in xvid format already. I was hoping that a re-encode would make it playable on my media player, but it changed it from widescreen to full screen.

Any help is appreciated.

Thanks!

The script was mainly created to transcode mpg files, and to an extent avi files. I plan to add some more compatibility in a future release. I'd have to see what kind of files your screen recorder creates. Mediainfo is a good app to list the properties. If you could drop a file created by the screen grabber onto Mediainfo and paste or attach the results to a post it might help. You could do the same thing with the xvid file.
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (89): « Previous 1 … 23 24 25 26 27 … 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,143 2009-03-01, 05:43 PM
Last Post: Deusxmachina
  Warning: Mencoder and large MPEG2 files can fail jam_zhou 1 1,704 2008-07-26, 01:39 AM
Last Post: sgilani
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,762 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