Opened 11 years ago

Closed 11 years ago

#2957 closed defect (invalid)

ffmpeg crashed after ssl installation

Reported by: felix Owned by:
Priority: normal Component: ffmpeg
Version: 2.0.1 Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I was using this code : $cmd = "$ffmpeg -itsoffset -8 -i $temp -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 data/channels/videos/$username/$imagefile";

shell_exec($cmd); until I installed ssl certificate and then ffmpeg crashed. Can`t get it to work anymore. How do I totally uninstall and re-install?

Thanks

Change History (1)

comment:1 by Clément Bœsch, 11 years ago

Resolution: invalid
Status: newclosed

This is not a user support channel/forum, and even less a PHP one. If you are willing to report a crash with FFmpeg, please read the following guidelines: http://ffmpeg.org/bugreports.html

As is, your bug report gives absolutely no information about how to reproduce the problem: no, we won't install PHP, no we won't try to guess your input, no we won't try to guess the exact resulting command line nor its the complete output, ...

Note: See TracTickets for help on using tickets.