|
|
| fccHandler |
| Posted: Feb 12 2011, 03:43 AM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
Fix for Dstruct's crash: http://fcchandler.home.comcast.net/Plugins/Matroska
-------------------- May the FOURCC be with you... |
 |
| Dstruct |
| Posted: Feb 12 2011, 09:41 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 257
Member No.: 24005
Joined: 8-August 08

|
Yep, all fine now in 2.1! Thanks! |
 |
| dumah |
| Posted: Feb 14 2011, 04:20 AM |
 |
|
Newbie

Group: Members
Posts: 3
Member No.: 29463
Joined: 28-December 10

|
Is there any way to fix a first few green frames in mkv? |
 |
| fccHandler |
| Posted: Feb 15 2011, 02:17 AM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
The honest answer is, I don't know. I'm not really sure yet what causes the green frames.
-------------------- May the FOURCC be with you... |
 |
| JaliM |
| Posted: Feb 17 2011, 08:20 AM |
 |
|
Member
 
Group: Members
Posts: 23
Member No.: 29948
Joined: 17-February 11

|
I have a FLV (AVC+AAC) file dl from Internet TV. If I import to VDub (using FLV fcchandler's filter) the AVC stream is detected but audio AAC stream not, VD info file audio section says nothing (empty). If I convert FLV to MKV with no audio or video recompression and import to VDub with Matroska fcchandler's filter, then AVC+AAC are detected properly, then I can edit and export to AVI with 'Direct Stream copy' without any problem in A/V sync.!!.
Is it easy to implement an AAC source-parser for FLV VD filter as MKV does? In case it is possible, the 'Direct Stream copy' for Video and Audio could be achived without streams decompression as MKV does?
It should simplify the automation for processes and will avoid the use of other 3rd party video encoders such as Avidemux/FFmpeg to convert firstly FLV to MKV before using VirtualDub.
I upload a FLV sample in http://www.mediafire.com/?grigmz19ee5ivuq to test.
Thanks, |
 |
| Jam One |
| Posted: Feb 17 2011, 09:23 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 580
Member No.: 25518
Joined: 8-May 09

|
I think you may also wish to consider to go the DirectShow Input Driver way, at least as a temporary measure. |
 |
| JaliM |
| Posted: Feb 17 2011, 10:19 AM |
 |
|
Member
 
Group: Members
Posts: 23
Member No.: 29948
Joined: 17-February 11

|
| QUOTE (Jam One @ Feb 17 2011, 09:23 AM) | I think you may also wish to consider to go the DirectShow Input Driver way, at least as a temporary measure. |
But direct Stream copy is not possible (I mean without decompreesion-keeping AVC and AAC in resulting AVI) |
 |
| ale5000 |
| Posted: Feb 17 2011, 12:53 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07

|
Edit: Post removed
-------------------- New VirtualDub forum VirtualDub AIO (All-in-One installer for VirtualDub and plugins) Codec Toolbox RS (A tool to read/change merit of codecs and many other things) Input plugins for VirtualDub / ACM codecs / VFW codecs |
 |
| JaliM |
| Posted: Feb 17 2011, 04:24 PM |
 |
|
Member
 
Group: Members
Posts: 23
Member No.: 29948
Joined: 17-February 11

|
but... can this be fixed? |
 |
| ale5000 |
| Posted: Feb 17 2011, 05:46 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07

|
You need to wait a reply from fccHandler.
-------------------- New VirtualDub forum VirtualDub AIO (All-in-One installer for VirtualDub and plugins) Codec Toolbox RS (A tool to read/change merit of codecs and many other things) Input plugins for VirtualDub / ACM codecs / VFW codecs |
 |
| fccHandler |
| Posted: Feb 19 2011, 04:02 AM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
Thank you JaliM for providing a sample file. The problem was a bug in my FLV plugin. (One of the audio blocks in your sample file is written in an unusual way, but it isn't wrong.) I've uploaded version 1.4 to fix the bug:
http://fcchandler.home.comcast.net/Plugins/FLV
-------------------- May the FOURCC be with you... |
 |
| JaliM |
| Posted: Feb 19 2011, 05:08 PM |
 |
|
Member
 
Group: Members
Posts: 23
Member No.: 29948
Joined: 17-February 11

|
Oh Thanks! Working in ALL my downloaded FLV files now! |
 |
| pureocean |
| Posted: Feb 19 2011, 06:43 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 53
Member No.: 27197
Joined: 13-March 10

|
@fccHandler: Thank you very much for non-stop updates.
This FLV files cannot import with VirtualDub. Error message: "Couldn't parse FLV"
File-1: http://members.chello.nl/d.heeswijk7/Showr...el_2007_DvH.flv
File-2: http://fareastcinema.com/wp-content/spiegl...-and-Lizard.flv
Note: I've tried previously and lastest version(v1.4). No change. |
 |
| JaliM |
| Posted: Feb 19 2011, 06:56 PM |
 |
|
Member
 
Group: Members
Posts: 23
Member No.: 29948
Joined: 17-February 11

|
Yes, Virtualbub fails to parse.
If you open in Avidemux, it says there is not a 'video stream' but it repairs and opens so, if you resave to a new FLV file in Avidemux, with no recompresion, then it open in VirtualDub, so I deduce there's a problem in FLV headers... |
 |
| Gral |
| Posted: Feb 19 2011, 08:08 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 125
Member No.: 11018
Joined: 11-July 04

|
I can open these files with Moitah's plugin (intalled simultaneously with fccHandler's one, but with lower priority). It seems fccHandler's plugin fails and skip parsing, allows Moitah's plugin to works. |
 |