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
5%NationofCasiotone
Offline

Member

Posts: 70
Threads: 10
Joined: Jan 2006
#151
2006-03-28, 01:21 AM
Is there a way to have comskip not cut the credits at the end of a show? With some shows (Seinfeld) there is a content while the credits are playing and I don't want comskip to skip that. How can I fix this?
wintermute
Offline

Junior Member

Posts: 42
Threads: 6
Joined: Mar 2006
#152
2006-03-28, 03:44 PM
stattik,

First of all....THANK YOU FOR YOUR HELP!!

Wheeee!! Between you, erik, sub and zalkwaik (sp?) my GB-PVR is working in its basic functions I want it to do.
Record straight to MPG (thanks for the patch sub! and zalkwaik's input, correct muxer guidance from stattik, et al)
comskip is working (thanks erik)
and a few other tid bits.

So I can now watch the shows from GB-PVR and it automatically skips over the commercials! (grin, feel like a kid in a candy store!)

My next challenge has been creating a commercial free mpg file for file storage and/or DVD burning for later use on other software players or set-top DVD players.

AFAIK I have the following:
NTSC and ATSC (focus is on ATSC) signaling from my FusionHDTV 5 USB Gold
AC3 audio that gets resolved to 2 channel or 5.1 channel dependent upon the show being broadcast.

I understand some of the option in the stattik_transcode.bat file, but not most of them.

Is there a wiki or manual that outlines each option and the capabilities of each option in your batch file?

Right now, I want to have a straight copy of the mpg files without commercials. No compressing or anything. I would like to look at that later, but right now I just want to have my current mpg file with the comskip files turned into a mpg file with no commercials and smooth play.

At the moment, the original file plays fine. After processing using the mpeg profile, I get a smaller file (no commmercials), but it is stuttering and the audio is sometimes out of sync.

Help?

Greg
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#153
2006-03-28, 04:25 PM
5%NationofCasiotone Wrote:Is there a way to have comskip not cut the credits at the end of a show? With some shows (Seinfeld) there is a content while the credits are playing and I don't want comskip to skip that. How can I fix this?
That depends.

First find out why comskip decides the credits are not part of the show.
No logo and a blackframe before the credits?
No logo and a AR change?
Then decide what decision method to change such that the credits are not deleted. This can be either difficult or simple.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
tal56
Offline

Member

Posts: 52
Threads: 9
Joined: Aug 2005
#154
2006-03-28, 06:32 PM
That sounds easy enough, I'll give that a try. Just out of curiosity though, I have a pvr150 and it records into mpeg2, so does postprocessing.bat even run since I'm not processing anything after the show is recorded?

Or should I try renaming to a different batch file? Thanks

-stattik- Wrote:Just rename the script postprocessing.bat after setting it up. It will work fine.

I'm working on the target-size script that unixdude wrote. I hope to finish it soon.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#155
2006-03-29, 12:55 AM
tal56 Wrote:That sounds easy enough, I'll give that a try. Just out of curiosity though, I have a pvr150 and it records into mpeg2, so does postprocessing.bat even run since I'm not processing anything after the show is recorded?

Or should I try renaming to a different batch file? Thanks


Postprocessing.bat will run after every show is recorded. Postconversion.bat will run after any processing is don'e be GBPVR as configured in the processing tab in the cofig app.

Postprocessing.bat should work for you. Run the script in test mode if you want to verify quick.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#156
2006-03-29, 01:07 AM
wintermute Wrote:stattik,


At the moment, the original file plays fine. After processing using the mpeg profile, I get a smaller file (no commmercials), but it is stuttering and the audio is sometimes out of sync.

Help?

Greg


Is the original file an atsc stream?
rrraaayyy
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Mar 2006
#157
2006-03-29, 02:03 PM
Hi guys - I've found this forum a great help so thought I might contribute something back.

Like a few others here, I also had a lot of problems with this script producing jerky clips which I thought might be PAL related.

Stattik replied with this:
-stattik- Wrote:Steen I believe I've found a fix to the avsynch issues.

Replace the Confusedtandard config line with this:

start /low /wait %mencoder_path% %name% -edl "%~dpn1.edl" -ovc xvid -xvidencopts bitrate=900:me_quality=6:chroma_me:noqpel:chroma_opt:vhq=4:bvhq=1:trellis:hq_ac:gmc:quant_type=mpeg:max_key_interval=240%turbo% -oac mp3lame -lameopts mode=2:cbr:br=128 -vf filmdint,softskip,scale=512:384,hqdn3d=3:2:3:3 -ofps 24000/1001 %test% -mc 0 -o "%~dpn1.avi"

This fixed the synch isues for me when testing your file. If it works for you I'll release an update to the script.
I tried this but the "-mc 0" didn't help me.

What I did try though was replacing "filmdint" with "pullup" and this at least produced a smooth clip BUT the deinterlacing wasn't that great. It was quite noticable with fast motion clips. I kept digging around and have now got something that works very well for me.

Replace "filmdint" with "pullup,pp=md" and I'm a happy chap!

I hope it helps someone else out there having similar problems.
mciarcia
Offline

Junior Member

Posts: 8
Threads: 2
Joined: Mar 2006
#158
2006-03-29, 07:28 PM
Does anyone know the best way to setup dirmon2 with this script?

I am completely missing something, but it just doesn't seem to work for me.

Any screenshots? Smile

Thanks!
wintermute
Offline

Junior Member

Posts: 42
Threads: 6
Joined: Mar 2006
#159
2006-03-30, 03:44 AM
stattik,

Yes, the original file was from an ATSC broadcast.
wintermute
Offline

Junior Member

Posts: 42
Threads: 6
Joined: Mar 2006
#160
2006-03-30, 11:36 PM
stattik,

Any ideas or assistance with my question with mencoder and ATSC broadcasts with AC3 audio and options/parameters to cut remux to mpg?

Thanks!
Greg
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (89): « Previous 1 … 14 15 16 17 18 … 89 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Yet another guide enhancer :0) carpeVideo 18 10,382 2010-04-07, 03:39 PM
Last Post: carpeVideo
  Guide Questions native 6 4,279 2010-02-10, 01:23 PM
Last Post: native
  Mencoder with multiple TS audio streams lanmat 2 4,620 2009-11-09, 12:15 PM
Last Post: lanmat
  mencoder error messages fvfv 3 2,867 2009-10-19, 08:07 PM
Last Post: -stattik-
  TV guide table colour Pob 3 2,504 2009-09-21, 10:55 PM
Last Post: Snooze
  Searching Guide Contents skycyclepilot 1 2,032 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,702 2008-07-26, 01:39 AM
Last Post: sgilani
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,757 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