op_video is unable to get frame rate and size data from the video file, so it's using bad flags when it runs ffmpeg:

-b k -r -g 0 -s 0x0

when the correct values are inserted on the module config page it does not override the bad values, but uses both the bad flags as above and the custom flags that I inserted, causing ffmpeg to fail.

Comments

jbrown’s picture

Assigned: Unassigned » jbrown

This shouldn't happen. Can you post the offending video to openpackage.biz?

Also, the extra parameters field is really designed for global flags.

eclauset’s picture

This is the file:
http://www.daylightmagazine.org/files/videos/original/daylight_issue6_po...

here is is on openpackage.biz:
http://openpackage.biz/video/841

still not working on my server, though. how is it getting the frame size/rate?

eclauset’s picture

Any updates on this? I looked at the code but couldn't figure out how it's trying to get the frame size/rate.

jbrown’s picture

Status: Active » Closed (fixed)