ok, running on ubuntu 10.04
ffmpeg = 0.5.2
mono looks like this:
Mono JIT compiler version 2.4.4 (Debian 2.4.4~svn151842-1ubuntu4)
Copyright © 2002-2010 Novell, Inc and Contributors.
http://www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
I'm using mencoder to spit out idx/sub files
my video files are avi, fairly low quality
=====
1) every single sub .png is garbled - sometimes i can make out some of the characters but it's pretty much 100% garbage
2) if i try to generate snapshots it gets about halfway through and then crashes out:
FFmpeg version 0.5.2, Copyright © 2000-2009 Fabrice Bellard, et al.
configuration:
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 1 / 52.20. 1
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
built on Jun 5 2010 18:57:48, gcc: 4.4.3
Input #0, avi, from '/home/michael/workspace/FightClub/Video/FIGHT_CLUB.avi':
Duration: 02:19:07.68, start: 0.000000, bitrate: 491 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 416x176 [PAR 233:227 DAR 6058:2497], 23.98 tbr, 23.98 tbn, 23.98 tbc
Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 48 kb/s
[imgconvert @ 0x9b3c190]PIX_FMT_YUV420P will be used as an intermediate format for rescaling
Output #0, image2, to '/home/michael/workspace/FightClub/Out/fc.media/fc_001_00.19.10.270.jpg':
Stream #0.0: Video: mjpeg, yuvj420p, 240x160 [PAR 186:115 DAR 279:115], q=2-31, 200 kb/s, 90k tbn, 23.98 tbc
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
frame= 1 fps= 0 q=2.8 Lsize= -0kB time=0.04 bitrate= -4.2kbits/s
video:6kB audio:0kB global headers:0kB muxing overhead -100.374341%
** (subs2srs.exe:2108): WARNING **: CreateProcess: error creating process handle
Method System.Diagnostics.ProcessStartInfo:get_Arguments () emitted at 0xb3e74d70 to 0xb3e74d7e (code length 14) [subs2srs.exe]
Method System.Diagnostics.ProcessStartInfo:get_WorkingDirectory () emitted at 0xb3e74d80 to 0xb3e74d8e (code length 14) [subs2srs.exe]
Method System.ComponentModel.Win32Exception:.ctor (int,string) emitted at 0xb3e74d90 to 0xb3e74db2 (code length 34) [subs2srs.exe]
Method System.Runtime.InteropServices.ExternalException:.ctor (string) emitted at 0xb3e74dc0 to 0xb3e74de3 (code length 35) [subs2srs.exe]
it goes on for a little longer than that, i can attach a txt or something if you'd like
but yeah, a question on the operation of the program - is it possible to spit the subs out as raw text (as shown in the example shot on page 1)???