|
|
| -vdub- |
| Posted: May 27 2011, 11:38 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10

|
FFMpeg Manual
-vcodec copy (force video stream copy) -acodec copy (force audio stream copy) -scodec copy (force subtitle stream copy)
FFMpeg remux example using stream direct copy
ffmpeg -i Source.mpg -vcodec copy -acodec copy -scodec copy Output.mpg
Transcode audio and copy video using ffmpeg utility directly.
Example transcodes input audio (any format) to (any format) ac3 with bitrate 384k. Video is direct copy.
ffmpeg -i Source.mpg -vcodec copy -acodec ac3 -ab 384k Output.mpg |
 |
| Dstruct |
| Posted: Jun 12 2011, 09:15 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 257
Member No.: 24005
Joined: 8-August 08

|
Crash on opening this file:
| CODE | General Format : MPEG-4 Format profile : Base Media Codec ID : isom File size : 354 MiB Duration : 16mn 4s Overall bit rate : 3 081 Kbps Writing application : Lavf52.61.0
Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High@L3.1 Format settings, CABAC : Yes Format settings, ReFrames : 4 frames Format settings, GOP : M=4, N=60 Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 16mn 4s Bit rate mode : Variable Bit rate : 3 000 Kbps Width : 1 280 pixels Height : 720 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 29.970 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.109 Stream size : 345 MiB (97%) Writing library : x264 core 85 Encoding settings : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x133 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / mbaff=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=2 / wpredb=1 / wpredp=0 / keyint=60 / keyint_min=1 / scenecut=1 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=3000 / ratetol=1.3 / qcomp=0.50 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.41 / aq=1:1.00 Language : English
Audio ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : 40 Duration : 16mn 4s Bit rate mode : Variable Bit rate : 76.4 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 44.1 KHz Compression mode : Lossy Stream size : 8.79 MiB (2%) Language : English
|
| CODE | VirtualDub crash report -- build 34093 (release) --------------------------------------
Disassembly: 77c175a0: 8b4508 mov eax, [ebp+08h] 77c175a3: 5e pop esi 77c175a4: 5f pop edi 77c175a5: c9 leave 77c175a6: c3 ret 77c175a7: 90 nop 77c175a8: 8a4603 mov al, [esi+03h] 77c175ab: 884703 mov [edi+03h], al 77c175ae: 8b4508 mov eax, [ebp+08h] 77c175b1: 5e pop esi 77c175b2: 5f pop edi 77c175b3: c9 leave 77c175b4: c3 ret 77c175b5: 8d4900 lea ecx, [ecx+00h] 77c175b8: 8a4603 mov al, [esi+03h] 77c175bb: 884703 mov [edi+03h], al 77c175be: 8a4602 mov al, [esi+02h] 77c175c1: 884702 mov [edi+02h], al 77c175c4: 8b4508 mov eax, [ebp+08h] 77c175c7: 5e pop esi 77c175c8: 5f pop edi 77c175c9: c9 leave 77c175ca: c3 ret 77c175cb: 90 nop 77c175cc: 8a4603 mov al, [esi+03h] 77c175cf: 884703 mov [edi+03h], al 77c175d2: 8a4602 mov al, [esi+02h] 77c175d5: 884702 mov [edi+02h], al 77c175d8: 8a4601 mov al, [esi+01h] 77c175db: 884701 mov [edi+01h], al 77c175de: 8b4508 mov eax, [ebp+08h] 77c175e1: 5e pop esi 77c175e2: 5f pop edi 77c175e3: c9 leave 77c175e4: c3 ret 77c175e5: cc int 3 77c175e6: cc int 3 77c175e7: cc int 3 77c175e8: cc int 3 77c175e9: cc int 3 77c175ea: cc int 3 77c175eb: cc int 3 77c175ec: cc int 3 77c175ed: cc int 3 77c175ee: cc int 3 77c175ef: cc int 3 77c175f0: 8b54240c mov edx, [esp+0ch] 77c175f4: 8b4c2404 mov ecx, [esp+04h] 77c175f8: 85d2 test edx, edx 77c175fa: 7447 jz 77c17643 77c175fc: 33c0 xor eax, eax 77c175fe: 8a442408 mov al, [esp+08h] 77c17602: 57 push edi 77c17603: 8bf9 mov edi, ecx 77c17605: 83fa04 cmp edx, 04h 77c17608: 722d jc 77c17637 77c1760a: f7d9 neg ecx 77c1760c: 83e103 and ecx, 03h 77c1760f: 7408 jz 77c17619 77c17611: 2bd1 sub edx, ecx 77c17613: 8807 mov [edi], al 77c17615: 47 inc edi 77c17616: 49 dec ecx 77c17617: 75fa jnz 77c17613 77c17619: 8bc8 mov ecx, eax 77c1761b: c1e008 shl eax, 08h 77c1761e: 03c1 add eax, ecx 77c17620: 8bc8 mov ecx, eax 77c17622: c1e010 shl eax, 10h 77c17625: 03c1 add eax, ecx 77c17627: 8bca mov ecx, edx 77c17629: 83e203 and edx, 03h 77c1762c: c1e902 shr ecx, 02h 77c1762f: 7406 jz 77c17637 77c17631: f3ab rep stosd <-- FAULT 77c17633: 85d2 test edx, edx 77c17635: 7406 jz 77c1763d 77c17637: 8807 mov [edi], al 77c17639: 47 inc edi 77c1763a: 4a dec edx 77c1763b: 75fa jnz 77c17637 77c1763d: 8b442408 mov eax, [esp+08h] 77c17641: 5f pop edi 77c17642: c3 ret 77c17643: 8b442404 mov eax, [esp+04h] 77c17647: c3 ret 77c17648: cc int 3 77c17649: cc int 3 77c1764a: cc int 3 77c1764b: cc int 3 77c1764c: cc int 3 77c1764d: cc int 3 77c1764e: cc int 3 77c1764f: cc int 3 77c17650: 8d42ff lea eax, [edx-01h] 77c17653: 5b pop ebx 77c17654: c3 ret 77c17655: 8da42400000000 lea esp, [esp+00] 77c1765c: 8d642400 lea esp, [esp+00h] 77c17660: 33c0 xor eax, eax 77c17662: 8a442408 mov al, [esp+08h] 77c17666: 53 push ebx 77c17667: 8bd8 mov ebx, eax 77c17669: c1e008 shl eax, 08h 77c1766c: 8b542408 mov edx, [esp+08h] 77c17670: f7c203000000 test edx, 00000003 77c17676: 7413 jz 77c1768b 77c17678: 8a0a mov cl, [edx] 77c1767a: 42 inc edx 77c1767b: 38d9 cmp cl, bl 77c1767d: 74d1 jz 77c17650 77c1767f: 84c9 test cl, cl 77c17681: 7451 jz 77c176d4 77c17683: f7c203000000 test edx, 00000003 77c17689: 75ed jnz 77c17678 77c1768b: 0bd8 or ebx, eax 77c1768d: 57 push edi 77c1768e: 8bc3 mov eax, ebx 77c17690: c1e310 shl ebx, 10h 77c17693: 56 push esi 77c17694: 0bd8 or ebx, eax 77c17696: 8b0a mov ecx, [edx] 77c17698: bffffefe7e mov edi, 7efefeff 77c1769d: 8bc1 mov eax, ecx 77c1769f: 8b db 8bh
Built on Althena on Sat Apr 02 20:03:48 2011 using compiler version 1400
Windows 5.1 (Windows XP x86 build 2600) [Service Pack 3] Memory status: virtual free 1995M/2048M, commit limit 4967M, physical total 2046M
EAX = 00000000 EBX = 100036c0 ECX = 000010c4 EDX = 00000000 EBP = 0012fd08 ESI = 00c13ea8 EDI = 100036c0 ESP = 0012fcd4 EIP = 77c17631 EFLAGS = 00210202 FPUCW = ffff027f FPUTW = ffff0fff
Crash reason: Access Violation
Crash context: An out-of-bounds memory access (access violation) occurred in module 'msvcrt'...
...writing address 100036C0.
Pointer dumps:
EBX 100036c0: 83ec8b55 575640ec 85087d8b 8b0474ff 3302eb17 56a0a1d2 0d8b1001 100156a4 ESI 00c13ea8: 10015a48 00000000 10015a74 00000000 00000000 00000000 00000000 00000000 EDI 100036c0: 83ec8b55 575640ec 85087d8b 8b0474ff 3302eb17 56a0a1d2 0d8b1001 100156a4 ESP 0012fcd0: 00000000 00c13e90 68b89300 100036c0 00000000 00004310 0000000c 10018208 0012fcf0: 00100030 00000000 1000386b 100036c0 00000001 00000030 0012fd18 10004210 0012fd10: 00bea920 00bea8e0 0012fd94 004eb6c5 00c13e90 00000000 0012fd38 00000001 0012fd30: 00bea8e0 00beb710 00000000 00bea940 0062901c 0000059a 0012fd88 006009f2 EBP 0012fd08: 0012fd18 10004210 00bea920 00bea8e0 0012fd94 004eb6c5 00c13e90 00000000 0012fd28: 0012fd38 00000001 00bea8e0 00beb710 00000000 00bea940 0062901c 0000059a 0012fd48: 0012fd88 006009f2 00000001 00470c8d 00000000 00000001 00000000 0012ff0c 0012fd68: 00bea1a0 00bea23c 00bea23c 00beb710 00000000 0012fda4 005387cb 0012fd5c
Thread call stack: 77c17631: msvcrt!memset [77be0000+375f0+41] 68b89300: avutil-51!av_init_lls [68b80000+92e0+20] 1000386b: FFInputDriver!0000386b 10004210: FFInputDriver!00004210 004eb6c5: VDInputDriverPlugin::CreateInputFile() 00470c8d: VDProject::Open() 005387cb: VDAutoLogger::VDAutoLogger() 00452add: VDProcessCommandLine() 7e368734: USER32!GetDC [7e360000+86c7+6d] 7e36885a: USER32!GetDC [7e360000+86c7+193] 7e36882a: USER32!GetDC [7e360000+86c7+163] 7e36882a: USER32!GetDC [7e360000+86c7+163] 7e3689cd: USER32!GetWindowLongW [7e360000+88a6+127] 7e3693e9: USER32!PeekMessageW [7e360000+929b+14e] 7e3693a8: USER32!PeekMessageW [7e360000+929b+10d] 7e37a43b: USER32!PeekMessageA [7e360000+1a340+fb] 0045c838: WinMain@16() 005ddc8b: __tmainCRTStartup() 7c817077: kernel32!RegisterWaitForInputIdle [7c800000+1702e+49]
-- End of report
|
VirtualDub 1.10.1-test7 + FFInputDriver 0.2 + FFmpeg git-39dbe9b + Windows XP SP3 |
 |
| dloneranger |
| Posted: Jun 12 2011, 10:57 AM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
Is that the same file that you reported the directshow plugin wouldn't open either? Possibly a bad (damaged) file????
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |
| Dstruct |
| Posted: Jun 12 2011, 11:16 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 257
Member No.: 24005
Joined: 8-August 08

|
| QUOTE (dloneranger @ Jun 12 2011, 12:57 PM) | | Is that the same file that you reported the directshow plugin wouldn't open either? | It is. Windows Media Player 11.0.5721.5280 (Haali splitter + ffdshow tryouts decoder) and Media Player Classic Homecinema 1.5.2.3196 (internal splitter and filters) both can play it back fine! |
 |
| dloneranger |
| Posted: Jun 12 2011, 12:22 PM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
MPC, as you say, uses it's own playback mechanism (although you can disable the internal ones if you wish) On win7, so does windows media player
Also, they're designed to ignore as many errors as possible - a glitch on screen, or garbled audio etc As long as they can keep playing, they're happy
Video editors are usually less tolerant of errors though
Does Graphedit or Graphstudio load and play the video correctly?
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |
| -vdub- |
| Posted: Jun 12 2011, 02:38 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10

|
Incase you have have email notifications raythe0n. Let us know how it's going, and any new updates for us. Is raythe0n still developing this FFInputDriver be nice to hear if he is |
 |
| raythe0n |
| Posted: Jun 14 2011, 07:21 PM |
 |
|
Member
 
Group: Members
Posts: 19
Member No.: 31262
Joined: 10-May 11

|
| QUOTE (Dstruct @ Jun 12 2011, 09:15 AM) | Crash on opening this file:
| CODE | General Format : MPEG-4 Format profile : Base Media Codec ID : isom File size : 354 MiB Duration : 16mn 4s Overall bit rate : 3 081 Kbps Writing application : Lavf52.61.0
Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High@L3.1 Format settings, CABAC : Yes Format settings, ReFrames : 4 frames Format settings, GOP : M=4, N=60 Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 16mn 4s Bit rate mode : Variable Bit rate : 3 000 Kbps Width : 1 280 pixels Height : 720 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 29.970 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.109 Stream size : 345 MiB (97%) Writing library : x264 core 85 Encoding settings : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x133 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / mbaff=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=2 / wpredb=1 / wpredp=0 / keyint=60 / keyint_min=1 / scenecut=1 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=3000 / ratetol=1.3 / qcomp=0.50 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.41 / aq=1:1.00 Language : English
Audio ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : 40 Duration : 16mn 4s Bit rate mode : Variable Bit rate : 76.4 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 44.1 KHz Compression mode : Lossy Stream size : 8.79 MiB (2%) Language : English
|
| CODE | VirtualDub crash report -- build 34093 (release) --------------------------------------
Disassembly: 77c175a0: 8b4508 mov eax, [ebp+08h] 77c175a3: 5e pop esi 77c175a4: 5f pop edi 77c175a5: c9 leave 77c175a6: c3 ret 77c175a7: 90 nop 77c175a8: 8a4603 mov al, [esi+03h] 77c175ab: 884703 mov [edi+03h], al 77c175ae: 8b4508 mov eax, [ebp+08h] 77c175b1: 5e pop esi 77c175b2: 5f pop edi 77c175b3: c9 leave 77c175b4: c3 ret 77c175b5: 8d4900 lea ecx, [ecx+00h] 77c175b8: 8a4603 mov al, [esi+03h] 77c175bb: 884703 mov [edi+03h], al 77c175be: 8a4602 mov al, [esi+02h] 77c175c1: 884702 mov [edi+02h], al 77c175c4: 8b4508 mov eax, [ebp+08h] 77c175c7: 5e pop esi 77c175c8: 5f pop edi 77c175c9: c9 leave 77c175ca: c3 ret 77c175cb: 90 nop 77c175cc: 8a4603 mov al, [esi+03h] 77c175cf: 884703 mov [edi+03h], al 77c175d2: 8a4602 mov al, [esi+02h] 77c175d5: 884702 mov [edi+02h], al 77c175d8: 8a4601 mov al, [esi+01h] 77c175db: 884701 mov [edi+01h], al 77c175de: 8b4508 mov eax, [ebp+08h] 77c175e1: 5e pop esi 77c175e2: 5f pop edi 77c175e3: c9 leave 77c175e4: c3 ret 77c175e5: cc int 3 77c175e6: cc int 3 77c175e7: cc int 3 77c175e8: cc int 3 77c175e9: cc int 3 77c175ea: cc int 3 77c175eb: cc int 3 77c175ec: cc int 3 77c175ed: cc int 3 77c175ee: cc int 3 77c175ef: cc int 3 77c175f0: 8b54240c mov edx, [esp+0ch] 77c175f4: 8b4c2404 mov ecx, [esp+04h] 77c175f8: 85d2 test edx, edx 77c175fa: 7447 jz 77c17643 77c175fc: 33c0 xor eax, eax 77c175fe: 8a442408 mov al, [esp+08h] 77c17602: 57 push edi 77c17603: 8bf9 mov edi, ecx 77c17605: 83fa04 cmp edx, 04h 77c17608: 722d jc 77c17637 77c1760a: f7d9 neg ecx 77c1760c: 83e103 and ecx, 03h 77c1760f: 7408 jz 77c17619 77c17611: 2bd1 sub edx, ecx 77c17613: 8807 mov [edi], al 77c17615: 47 inc edi 77c17616: 49 dec ecx 77c17617: 75fa jnz 77c17613 77c17619: 8bc8 mov ecx, eax 77c1761b: c1e008 shl eax, 08h 77c1761e: 03c1 add eax, ecx 77c17620: 8bc8 mov ecx, eax 77c17622: c1e010 shl eax, 10h 77c17625: 03c1 add eax, ecx 77c17627: 8bca mov ecx, edx 77c17629: 83e203 and edx, 03h 77c1762c: c1e902 shr ecx, 02h 77c1762f: 7406 jz 77c17637 77c17631: f3ab rep stosd <-- FAULT 77c17633: 85d2 test edx, edx 77c17635: 7406 jz 77c1763d 77c17637: 8807 mov [edi], al 77c17639: 47 inc edi 77c1763a: 4a dec edx 77c1763b: 75fa jnz 77c17637 77c1763d: 8b442408 mov eax, [esp+08h] 77c17641: 5f pop edi 77c17642: c3 ret 77c17643: 8b442404 mov eax, [esp+04h] 77c17647: c3 ret 77c17648: cc int 3 77c17649: cc int 3 77c1764a: cc int 3 77c1764b: cc int 3 77c1764c: cc int 3 77c1764d: cc int 3 77c1764e: cc int 3 77c1764f: cc int 3 77c17650: 8d42ff lea eax, [edx-01h] 77c17653: 5b pop ebx 77c17654: c3 ret 77c17655: 8da42400000000 lea esp, [esp+00] 77c1765c: 8d642400 lea esp, [esp+00h] 77c17660: 33c0 xor eax, eax 77c17662: 8a442408 mov al, [esp+08h] 77c17666: 53 push ebx 77c17667: 8bd8 mov ebx, eax 77c17669: c1e008 shl eax, 08h 77c1766c: 8b542408 mov edx, [esp+08h] 77c17670: f7c203000000 test edx, 00000003 77c17676: 7413 jz 77c1768b 77c17678: 8a0a mov cl, [edx] 77c1767a: 42 inc edx 77c1767b: 38d9 cmp cl, bl 77c1767d: 74d1 jz 77c17650 77c1767f: 84c9 test cl, cl 77c17681: 7451 jz 77c176d4 77c17683: f7c203000000 test edx, 00000003 77c17689: 75ed jnz 77c17678 77c1768b: 0bd8 or ebx, eax 77c1768d: 57 push edi 77c1768e: 8bc3 mov eax, ebx 77c17690: c1e310 shl ebx, 10h 77c17693: 56 push esi 77c17694: 0bd8 or ebx, eax 77c17696: 8b0a mov ecx, [edx] 77c17698: bffffefe7e mov edi, 7efefeff 77c1769d: 8bc1 mov eax, ecx 77c1769f: 8b db 8bh
Built on Althena on Sat Apr 02 20:03:48 2011 using compiler version 1400
Windows 5.1 (Windows XP x86 build 2600) [Service Pack 3] Memory status: virtual free 1995M/2048M, commit limit 4967M, physical total 2046M
EAX = 00000000 EBX = 100036c0 ECX = 000010c4 EDX = 00000000 EBP = 0012fd08 ESI = 00c13ea8 EDI = 100036c0 ESP = 0012fcd4 EIP = 77c17631 EFLAGS = 00210202 FPUCW = ffff027f FPUTW = ffff0fff
Crash reason: Access Violation
Crash context: An out-of-bounds memory access (access violation) occurred in module 'msvcrt'...
...writing address 100036C0.
Pointer dumps:
EBX 100036c0: 83ec8b55 575640ec 85087d8b 8b0474ff 3302eb17 56a0a1d2 0d8b1001 100156a4 ESI 00c13ea8: 10015a48 00000000 10015a74 00000000 00000000 00000000 00000000 00000000 EDI 100036c0: 83ec8b55 575640ec 85087d8b 8b0474ff 3302eb17 56a0a1d2 0d8b1001 100156a4 ESP 0012fcd0: 00000000 00c13e90 68b89300 100036c0 00000000 00004310 0000000c 10018208 0012fcf0: 00100030 00000000 1000386b 100036c0 00000001 00000030 0012fd18 10004210 0012fd10: 00bea920 00bea8e0 0012fd94 004eb6c5 00c13e90 00000000 0012fd38 00000001 0012fd30: 00bea8e0 00beb710 00000000 00bea940 0062901c 0000059a 0012fd88 006009f2 EBP 0012fd08: 0012fd18 10004210 00bea920 00bea8e0 0012fd94 004eb6c5 00c13e90 00000000 0012fd28: 0012fd38 00000001 00bea8e0 00beb710 00000000 00bea940 0062901c 0000059a 0012fd48: 0012fd88 006009f2 00000001 00470c8d 00000000 00000001 00000000 0012ff0c 0012fd68: 00bea1a0 00bea23c 00bea23c 00beb710 00000000 0012fda4 005387cb 0012fd5c
Thread call stack: 77c17631: msvcrt!memset [77be0000+375f0+41] 68b89300: avutil-51!av_init_lls [68b80000+92e0+20] 1000386b: FFInputDriver!0000386b 10004210: FFInputDriver!00004210 004eb6c5: VDInputDriverPlugin::CreateInputFile() 00470c8d: VDProject::Open() 005387cb: VDAutoLogger::VDAutoLogger() 00452add: VDProcessCommandLine() 7e368734: USER32!GetDC [7e360000+86c7+6d] 7e36885a: USER32!GetDC [7e360000+86c7+193] 7e36882a: USER32!GetDC [7e360000+86c7+163] 7e36882a: USER32!GetDC [7e360000+86c7+163] 7e3689cd: USER32!GetWindowLongW [7e360000+88a6+127] 7e3693e9: USER32!PeekMessageW [7e360000+929b+14e] 7e3693a8: USER32!PeekMessageW [7e360000+929b+10d] 7e37a43b: USER32!PeekMessageA [7e360000+1a340+fb] 0045c838: WinMain@16() 005ddc8b: __tmainCRTStartup() 7c817077: kernel32!RegisterWaitForInputIdle [7c800000+1702e+49]
-- End of report
|
VirtualDub 1.10.1-test7 + FFInputDriver 0.2 + FFmpeg git-39dbe9b + Windows XP SP3 | Hi Dstruct,
Can you send me a sample of crashing file? Seems it is a bug in ffmpeg init funcs.
Thanks. |
 |
| raythe0n |
| Posted: Jun 14 2011, 07:40 PM |
 |
|
Member
 
Group: Members
Posts: 19
Member No.: 31262
Joined: 10-May 11

|
| QUOTE (-vdub- @ Jun 12 2011, 02:38 PM) | Incase you have have email notifications raythe0n. Let us know how it's going, and any new updates for us. Is raythe0n still developing this FFInputDriver be nice to hear if he is | Hi -vdub-
Sorry for delay, I have a little vacation now. The work on next update is still in progress where some new features will be available. )
Thanks. |
 |
| -vdub- |
| Posted: Jun 14 2011, 09:02 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10

|
Good to hear your back rested and ready for next phase of FFMpeg Input Driver development. Been reading the plugin is been mentioned in various places, on the net. Am waiting for the next release to test the new changes |
 |
| Dstruct |
| Posted: Jun 15 2011, 10:14 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 257
Member No.: 24005
Joined: 8-August 08

|
| QUOTE (raythe0n @ Jun 14 2011, 09:21 PM) | Hi Dstruct,
Can you send me a sample of crashing file? |
Already deleted. Maybe I can find another one ... |
 |
| ale5000 |
| Posted: Jun 20 2011, 02:44 PM |
 |
|

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

|
@raythe0n: Is it possible to load .dll files from a subdirectory (maybe named FFmpeg)? It is more clean like this.
Can you please also include version information in the resources of "FFInputDriver.vdplugin"?
-------------------- 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 |
 |
| ale5000 |
| Posted: Jun 20 2011, 05:32 PM |
 |
|

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

|
@raythe0n: There is a report of a conflict between FFinputDriver and AVS scripts here => http://forums.virtualdub.org/index.php?act...=ST&f=5&t=20155 (third post)
-------------------- 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 |
 |
| raythe0n |
| Posted: Jun 27 2011, 10:24 AM |
 |
|
Member
 
Group: Members
Posts: 19
Member No.: 31262
Joined: 10-May 11

|
| QUOTE (ale5000 @ Jun 20 2011, 02:44 PM) | @raythe0n: Is it possible to load .dll files from a subdirectory (maybe named FFmpeg)? It is more clean like this.
Can you please also include version information in the resources of "FFInputDriver.vdplugin"? | Hi ale5000,
No problem, I think it really will be cleaner. I've marked it in the todo for the next version.
Thanks.
|
 |
| raythe0n |
| Posted: Jun 27 2011, 11:01 AM |
 |
|
Member
 
Group: Members
Posts: 19
Member No.: 31262
Joined: 10-May 11

|
FFmpeg by itself is able to open files avs. Directly FFInputDriver does not support this feature while this format is present in the template extension. Please, try to open the script file specialized avisynth plugin.
Thanks |
 |
| Placio74 |
| Posted: Jun 27 2011, 12:04 PM |
 |
|

VideoAudio
  
Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07

|
Yes, but also FFInputDriver should not open .avs instead of default AVIFile input driver. .avs files should be opened by default through 'internal' AVIFile input driver - not FFInputDriver.
-------------------- VideoAudio.pl - Serwis o technologii wideo & audio |
 |
|