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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#42 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
It's more or less for debugging purposes only. Don't touch it unless you think there's a very good reason.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#44 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
R12-RC1 is now available and fixes even more odd corner cases.
It also adds automatic fallback to CPU decoding if no hardware decoder exists for the current format.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#46 | Link |
|
Registered User
Join Date: Nov 2008
Posts: 72
|
Hi, tried BestSource2 v10 and latest v13 and both gives silent audio when opening .VOB with AC3 (tried both 5.1: atrack=1 and 192k stereo: atrack=2):
v= BSSource( "VTS_05_8.vob", atrack=1, cachepath="/") return v żany ideas? Thanks, and great work! |
|
|
|
|
|
#47 | Link |
|
Registered User
Join Date: Nov 2008
Posts: 72
|
Found an issue: VID1.AVI (yuvj422p) was joined with VID2.AVI (yuv420p) using VirtualDub: "VID1-2.AVI". Opening it with BestSource will only return first part of the merged video. Fortunately I still had the originals, so made a script opening each in Avisynth and merging them there (after converting VID2 with ConvertToYUV422). Anyway, maybe in a future version BestSource might be able to deal with mixed AVI inner content, because neither VirtualDub or Player complained.
|
|
|
|
|
|
#48 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
Provide a sample
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#49 | Link |
|
Registered User
Join Date: Sep 2006
Posts: 1,678
|
I ran into a problem with bestsource having frame accurate issue with VOB files. I used DGIndexNV as reference. These are the video length that I got from the different methods, all methods were opened with VD2.
Code:
DGIndexNV -> dgi -> load with DGSource: 24:09.248 DGIndexNV -> demux m2v -> mux to mkv: 24:09.248 DGIndexNV -> demux m2v -> mux to mkv -> BestSource: 19:20.960 mkvtoolnix -> mux vob -> mkv: 24:11.183 mkvtoolnix -> mux vob -> mkv -> BestSource: 19:20.960 vob -> BestSource: 19:20:960 |
|
|
|
|
|
#50 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
How do you know it's wrong? Different from DG stuff by a few frames but that does not a bug make in either of the tools.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#54 | Link | |
|
Registered User
Join Date: Sep 2006
Posts: 1,678
|
Quote:
bs.VideoSource(rff=True) Code:
DGIndexNV -> dgi -> load with DGSource: 24:09.248 frame: 43434 (comb) DGIndexNV -> demux m2v -> mux to mkv: 24:09.248 frame: 43434 (progressive) DGIndexNV -> demux m2v -> mux to mkv -> BestSource: 24:09.248 frame: 43434 (comb) mkvtoolnix -> mux vob -> mkv: 24:11.183 frame: 43492 (progressive) mkvtoolnix -> mux vob -> mkv -> BestSource: 24:09.248 frame: 43434 (comb) vob -> BestSource: 24:09:348 frame: 43437 (comb) |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|