Ticket #2286 (closed defect: duplicate)
Crash when trying to capture camera / libx264
| Reported by: | async | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | undetermined |
| Version: | unspecified | Keywords: | crash |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Hi,
ffmpeg crashes whenever I try to execute the following command-line:
ffmpeg -y -f dshow -i video="Integrated Webcam" -vcodec libx264 -pix_fmt yuv420p output.mkv
OS:
reproduced on Windows 7 & 8 64 bits
Build:
Feb 17 2013 02:47:14 with gcc 4.7.2 (GCC)
Note:
It works fine with build Mar 25 2012 20:28:42 with gcc 4.6.2
Thank You
Attachments
Change History
comment:1 Changed 3 months ago by cehoyos
- Keywords crash added; Windows 7/8 64 bits removed
- Priority changed from critical to important
- Component changed from FFmpeg to undetermined
comment:2 Changed 3 months ago by async
Using command-line
ffmpeg -y -f dshow -i video="Integrated Webcam" -vcodec mpeg4 -r 25 output.mpg
works fine
comment:3 Changed 3 months ago by cehoyos
Does the following also crash?
$ ffmpeg -f lavfi -i color -t 10 out.mp4
Note: See
TracTickets for help on using
tickets.




Does it also crash if you do not use an external library (libx264) but -vcodec mpeg4?
Please add the complete console output to make this a valid ticket.