Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 13th February 2010, 08:25   #3321  |  Link
Anakunda
Registered User
 
Join Date: Jan 2010
Posts: 330
Hi Stax !

You offer launching VirtualDubmod from staxrp ide but do they two cowork?
Apparently VDM can't pass it's results to Staxrip any way, saving reencoded source is unacceptable.
I need edit externally -> pass results to Staxrip as AviSynth script Trim(...) + Trim(...) + .....
What about the Frame server? Suggestions?
Anakunda is offline  
Old 13th February 2010, 13:53   #3322  |  Link
Desaster Dan
Registered User
 
Desaster Dan's Avatar
 
Join Date: Nov 2009
Location: Frankfurt / Germany
Posts: 27
DGMultidecode+Chapters

At first a big
1.1.4.7 is running perfect with NV Tools!
But why not DGMultidecode?

Second Question:
Is it possible to automate the chapter ripping, and mux them automatically in the same way as subtitles?
Most time i forget to rip chapters and to config the container.
So i have to remux manually.

O.K, call me lazy
But isn't a ripping GUI for lazy people?
Desaster Dan is offline  
Old 13th February 2010, 14:41   #3323  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
1.1.4.7 is running perfect with NV Tools!
But why not DGMultidecode?
Nobody found the problem, could be StaxRip, DGDecNV or Nvidia.

Quote:
Is it possible to automate the chapter ripping, and mux them automatically in the same way as subtitles?
Yes, this should be integrated.

Quote:
You offer launching VirtualDubmod from staxrp ide but do they two cowork?
No inter-operation there, just a quick way to access all included applications having a graphical user interface.

Quote:
FFmpegSource 2.13
Added, thanks.

Quote:
StaxRip is not adjusting the file size after running compressibility checks
Code inspection showed there was a 10 GB limit so my first guess that it could be size related was probably true.
stax76 is offline  
Old 13th February 2010, 16:21   #3324  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@stax76

please remove the --merange limit and add profile name to the settings dialog



mkvtoolnix v3.2.0 released
MuLTiTaSK is offline  
Old 13th February 2010, 17:07   #3325  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
please remove the --merange limit and add profile name to the settings dialog
I already tested if 64 is accepted and since it was changed it to 64 and stepping to 8. Regarding profile name, you mean like in the audio dialog? I already noticed that it's not ideal so yes I should think about improving it. I've a bigger feature in the works you'll like I'm sure so maybe I'll do it after it's completed.
stax76 is offline  
Old 13th February 2010, 17:08   #3326  |  Link
minda76
Registered User
 
Join Date: Feb 2006
Posts: 35
@stax76

x264 recommended revision: 1416. could u update please?
minda76 is offline  
Old 13th February 2010, 17:29   #3327  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
@minda76

Who made this recommendations? Since r1376 work on big features has started and naturally this leads to big bugs so I'm very skeptical on updating anytime soon, users are free to do so of course, on their own risk.
stax76 is offline  
Old 13th February 2010, 17:33   #3328  |  Link
minda76
Registered User
 
Join Date: Feb 2006
Posts: 35
@stax76

just look at x264.nl
minda76 is offline  
Old 13th February 2010, 17:39   #3329  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@stax76

cant wait to test what your coding buddy always awesomeness

ProjectX 0.90.04.00.b32 vom 31.10.2009

StaxRip "theefrontend"
MuLTiTaSK is offline  
Old 13th February 2010, 17:43   #3330  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@minda76

just replace x264.exe with the build you like it's one binary so no biggie to replace just make sure you backup the last working version just in case i been using r1416 with no problems but there are issues being reported and alot reverting going on
MuLTiTaSK is offline  
Old 13th February 2010, 17:53   #3331  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@stax76

the audio dialog would work
MuLTiTaSK is offline  
Old 13th February 2010, 18:22   #3332  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@stax76

AutoMKVchapters
Chapter Grabber
BD Chapters

Last edited by MuLTiTaSK; 13th February 2010 at 18:24.
MuLTiTaSK is offline  
Old 13th February 2010, 18:50   #3333  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@stax76

BDTools-1.5 by JohnAStebbins

Quote:
Originally Posted by JohnAStebbins View Post
Look in the doc directory for a collection of notes I took while reverse engineering things and some sources of information I used.
Also, vlc has added code for parsing BD playlists etc. If you check out the latest vlc from git, look in modules/access/bd.

There are 3 programs. Running the programs with no parameters will print a help message.

mpls_parse parses playlists and dumps various information contained in them. It's useful for finding which playlist is the main title. For multi-part titles, it can show you the collection of m2ts files and the order they play in.

Examples:
Dump a list of all the titles and their m2ts clips, ignore titles shorter than 2 min, ignore duplicates titles, ignore titles that have multiple duplicate clips
Code:
# mpls_dump.exe -fl \path\to\BD
Dump a list of the m2ts clips for a particular title
Code:
# mpls_dump.exe -l \path\to\BD\BDMV\PLAYLIST\00001.mpls
Dump a list of the chapter marks for a particular title
Code:
# mpls_dump.exe -c \path\to\BD\BDMV\PLAYLIST\00001.mpls

clpi_parse does the same for clipinfo files. The information in clipinfo isn't all the useful to look at, but bdsplice uses this info to properly splice multi-part titles and find chapter boundaries.

Example:
Dump a list of random access points for clip 00001.m2ts
Code:
# clpi_dump.exe -i \path\to\BD\BDMV\CLIPINF\00001.clpi
bdsplice takes as input a playlist number and root directory of the BD tree and splices multi-part titles into a singe m2ts. It now takes a chapter range parameter and creates an m2ts with those chapters.

Example:
Create m2ts file from title 00001.mpls and chapter range 1-4
Code:
# bdsplice.exe -t 1 -c 1-4 \path\to\BD outfile.m2ts
BDTools-1.5 Source Code
MuLTiTaSK is offline  
Old 13th February 2010, 19:21   #3334  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@stax76

ChapterGen: manipulate with chapters in various i/o formats, with CLI support

Code:
Syntax: ChapterGen -i <inputfile> -o <outputfile> -f <destination format> -infps <inputFPS> -outfps <outputFPS> 

Options:

-i <string>	Specify input file
-o <string>	Specify output file
-f <string>	Specify destination format:
		- OGG: OGG Text File
		- x264: x264 QP Text File
		- HC: HC Enc Text File
		- CCE: CCE SP Text File
		- Cinevision: Sonic Cinevision CSV File
		- Scenarist: Sonic Scenarist CSV File
		- Maestro: Spuce DVD Maestro CHP File
		- tsMuxer: tsMuxer Meta File
		- Timecodes: Timecodes Text File
		- Celltimes: Celltimes Text File
-infps <float>	Specify InputFPS [24/1.001] 
		- 23.976
		- 24.000
		- 25.000
		- 29.970
		- 30.000
		- 50.000
		- 50.940
		- 60.000
-outfps <float>	Specify OutputFPS [24/1.001] 
		- 23.976
		- 24.000
		- 25.000
		- 29.970
		- 30.000
		- 50.000
		- 50.940
		- 60.000

NOTES: fps values can be aslo entered in this formats: 24000/1001 or 24/1.001 for example

Last edited by MuLTiTaSK; 13th February 2010 at 19:30.
MuLTiTaSK is offline  
Old 14th February 2010, 02:09   #3335  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@stax76

DVD/Bluray chapter extraction/conversion
MuLTiTaSK is offline  
Old 14th February 2010, 13:35   #3336  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,542
Well, if any spare time is left, please add chapter generation from multiple input files
__________________
@turment on Telegram
tormento is offline  
Old 14th February 2010, 21:50   #3337  |  Link
Anakunda
Registered User
 
Join Date: Jan 2010
Posts: 330
a bug report here: on some conditions SR doesnot sync and video stream properly (time shift).
not always
Input=MPEG2 Output=x264/mkv cutting in effect
Anakunda is offline  
Old 14th February 2010, 22:21   #3338  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
@MuLTiTaSK

Thanks for posting the links.

@Anakunda

Please mail the log file then.
stax76 is offline  
Old 14th February 2010, 22:21   #3339  |  Link
MuLTiTaSK
Registered User
 
MuLTiTaSK's Avatar
 
Join Date: Nov 2006
Posts: 668
@Anakunda

post project .log please
MuLTiTaSK is offline  
Old 14th February 2010, 22:27   #3340  |  Link
Betsy25
Registered User
 
Join Date: Sep 2008
Location: Holland, Belgium
Posts: 330
v 1.1.4.8 beta (Windows 7 32bit)

Can someone acknowledge, but checking Remind to Crop,Remind to Do Compressibility Check and Remind to Set Filters don't stay sticked after saving the profile in the Libraries/Documents folder.


EDIT: Please disregard, I used the normal Save option, using the Save as Template... option worked.

Last edited by Betsy25; 14th February 2010 at 22:31. Reason: Works, please disregard.
Betsy25 is offline  
Closed Thread

Tags
gui, h.264, h.265, hevc, mkv, x264, x265

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 00:29.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.