xvidcap fails to record multi- or single- frame
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| xvidcap (Ubuntu) |
Medium
|
Unassigned | ||
| Jaunty |
Undecided
|
Unassigned |
Bug Description
Running xvidcap on the latest Ubuntu 8.10 with all updates, I find that as soon as I try to record anything the program quits with an error.
xtoffmpeg.c add_video_stream(): video codec not found
This occurs even if single-frame mode is chosen.
Versions installed:-
xvidcap: 1.1.6-0.1ubuntu3
libavcodec: 3:0.svn20080206
ffmpeg: 3:0.svn20080206
Reinhard Tartler (siretart) wrote : Re: [Bug 290728] [NEW] xvidcap fails to record multi- or single- frame | #1 |
John Carlyle-Clarke (jpcc) wrote : | #2 |
Installing libavcodec-
chadeldridge (chadeldridge) wrote : | #3 |
I also had this problem .. and thank you for the quick response, that fixes it for me as well. Would it be possible to make that a dependency upon install ?
Reinhard Tartler (siretart) wrote : Re: [Bug 290728] Re: xvidcap fails to record multi- or single- frame | #4 |
chadeldridge <email address hidden> writes:
> Would it be possible to make that a dependency upon install ?
since avidemux is in multiverse it can (and given this BR it even
should) depend on libavcodec-
I prospective patch should probably add a debian/shlib.local file
instead of messing around in debian/control
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
Changed in xvidcap: | |
importance: | Undecided → Medium |
status: | New → Triaged |
lrbabe (public-lrbabe) wrote : | #5 |
Same problem here.
I launch it without any specific options and it exit as soon as I try to record a video.
kang (dump-tzib) wrote : | #6 |
another confirm suppose its enough ^^
please fix the dependency
wearetherock (wearetherock) wrote : | #7 |
use gtk-recordMyDesktop instead , it work well
Akkana Peck (akkzilla) wrote : | #8 |
In 8.10, this does get rid of the error message and the immediate exit, but xvidcap still can't record (after clicking the record button, all buttons grey out forever and nothing is written to test-0000.mpeg). Looks like maybe it has another dependency that I don't have installed.
If I attach to the process in gdb after trying to click the grey Stop button a few times, this is where it is (probably not very useful):
#0 0xb70d6096 in __pthread_
from /lib/tls/
#1 0xb7809f5f in g_type_
from /usr/lib/
#2 0xb7aa756a in gdk_gc_set_values () from /usr/lib/
#3 0xb7aa79c3 in gdk_gc_
#4 0xb7abcabd in gdk_window_
#5 0xb7d79148 in gtk_main_do_event () from /usr/lib/
#6 0xb7abb9b5 in ?? () from /usr/lib/
#7 0xb7abbfcf in gdk_window_
from /usr/lib/
#8 0xb7cf5ecf in ?? () from /usr/lib/
#9 0xb7a9f46b in ?? () from /usr/lib/
#10 0xb774f7c1 in ?? () from /usr/lib/
#11 0xb77516f8 in g_main_
#12 0xb7754da3 in ?? () from /usr/lib/
#13 0xb77552c2 in g_main_loop_run () from /usr/lib/
#14 0xb7d793a9 in gtk_main () from /usr/lib/
#15 0x0805bc4b in xvc_ui_run ()
#16 0x080688b0 in main ()
Gerv (gerv) wrote : | #9 |
This is still broken on 9.04 - when you try and record a video, you get:
xtoffmpeg.c add_video_stream(): video codec not found
I'm not the only person seeing this; see this forum thread: http://
Gerv
ull (uros-film-noir) wrote : | #10 |
Confirming for Ubuntu 9.04 Jaunty:
Clicking on "Record" button in xvidcap:
xtoffmpeg.c add_video_stream(): video codec not found
shaman.sir (shaman-sir) wrote : | #11 |
Yes, the same issue @ 9.04
64bit Jaunty.
I have same problem and additionally xvidcap --aucodec-help said binary has no audio support.
I compiled from source and now it works - with sounds.
svn co https:/
#e.g. revision 318 works
cd xvidcap/trunk/
./autogen.sh
#install missing dev-libraries and autogen.sh again
fakeroot debian/rules binary
sudo dpkg -i ../xvidcap_
Reinhard Tartler (siretart) wrote : | #13 |
aapo: that's because the xvidcap svn defaults to use a private copy of ffmpeg, which is not acceptable for ubuntu.
we could make xvidcap depend on ubuntu-
a shlibs.local file would probably do as well.
dipaish (kiran-pokharel) wrote : | #14 |
I am trying to record the screen with xvidcap in ubuntu 9.04 version...video is recorded in very good quality but there is no audio....after I stop recording there comes a box saying Audio Codec : None....and I tried to change the audio codec but there is no option for audio in preferences ...I am new with linux so I dont know much,,,,reading upper comments I tried this command in terminal but it didn work..
$ sudo apt-get install libavcodec-
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libavcodec-
Please help me fix the audio.
Thanks in advance.
dipaish : Try sudo apt-get install libavcodec-
Greg Grossmeier (greg.grossmeier) wrote : | #16 |
Is my understanding correct that xvidcap will fail to work if libavcode-
dipaish (dipaish) wrote : | #17 |
hi i did that but still it doesnt work....
apt-get install libavcodec-
and
chmod a+rw /dev/dsp
Should make it OK.
Packager should add libavcodec-
Alessio Treglia (quadrispro) wrote : | #19 |
I'm on it
Changed in xvidcap (Ubuntu): | |
assignee: | nobody → Alessio Treglia (quadrispro) |
status: | Triaged → In Progress |
status: | In Progress → Fix Committed |
assignee: | Alessio Treglia (quadrispro) → nobody |
Launchpad Janitor (janitor) wrote : | #20 |
This bug was fixed in the package xvidcap - 1.1.7-0.2ubuntu3
---------------
xvidcap (1.1.7-0.2ubuntu3) karmic; urgency=low
* debian/rules:
- Run make command without the -j option.
- A bit of cleanup.
* debian/control:
- Add dependency on libavcodec-
- Bump Standards:
+ Add ${misc:Depends} macro to Depends field.
+ Add debian/
-- Alessio Treglia <email address hidden> Mon, 31 Aug 2009 16:30:47 +0200
Changed in xvidcap (Ubuntu): | |
status: | Fix Committed → Fix Released |
Reinhard Tartler (siretart) wrote : | #21 |
Launchpad Bug Tracker <email address hidden> writes:
> This bug was fixed in the package xvidcap - 1.1.7-0.2ubuntu3
>
> ---------------
> xvidcap (1.1.7-0.2ubuntu3) karmic; urgency=low
>
> * debian/rules:
> - Run make command without the -j option.
> - A bit of cleanup.
> * debian/control:
> - Add dependency on libavcodec-
please change that to libavcodec-
mailing list
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
Alessio Treglia (quadrispro) wrote : | #22 |
xvidcap (1.1.7-0.2ubuntu4) karmic; urgency=low
* debian/contol: s/libavcodec-
Randy Earl (randy-earl) wrote : | #23 |
I can confirm the problem as well (although it's well established by now). However, I could not confirm the fix mentioned above. Instead I solved it following the advice to download the binary from the sourceforge page, as recorded on bug 375711:
https:/
Alessio Treglia (quadrispro) wrote : | #24 |
Accepted xvidcap into jaunty-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
Changed in xvidcap (Ubuntu Jaunty): | |
status: | New → Fix Committed |
tags: | added: verification-needed |
Launchpad Janitor (janitor) wrote : | #26 |
This bug was fixed in the package xvidcap - 1.1.7-0.2ubuntu1.1
---------------
xvidcap (1.1.7-
* Depend on libavcodec-
* debian/
- debian/
+ Force check to enable the audio support (LP: #375711).
-- Alessio Treglia <email address hidden> Sun, 29 Nov 2009 10:36:34 +0100
Changed in xvidcap (Ubuntu Jaunty): | |
status: | Fix Committed → Fix Released |
try 'apt-get install libavcodec- unstripped- 51'
does this help?
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4