On Tue, Nov 17, 2009 at 7:52 PM, Simon <grem...@gmail.com> wrote: > > > On Wed, Nov 18, 2009 at 2:41 PM, Carl Karsten <c...@personnelware.com> > wrote: >> >> >> typical next step, run it under gdb, get a back trace, post that. >> >> try this: >> >> (ve)c...@gw42:~/dev/vv/VotaVox/trunk/Votavox/src/VotaVox$ gdb transcode >> > > Thanks Carl.. how do I run the full command with gdb? The command being: > > # /usr/local/bin/transcode -i preview.m4v -o preview_out11.m4v -y ffmpeg -F > mpeg4 -J logo=file=watermark-24bit.png > > I tryed this: > > # gdb "/usr/local/bin/transcode -i preview.m4v -o preview_out11.m4v -y > ffmpeg -F mpeg4 -J logo=file=watermark-24bit.png" > GNU gdb 6.8-debian > Copyright (C) 2008 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "i486-linux-gnu"... > /usr/local/bin/transcode -i preview.m4v -o preview_out11.m4v -y ffmpeg -F > mpeg4 -J logo=file=watermark-24bit.png: No such file or directory. >
with the run command, like i did, look closer, I used your command in my example. -- Carl K