mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #01600
[Bug 373359] Re: MythExport fails to run any ffmpeg commands
This bug was fixed in the package mythexport - 2.1.5-0ubuntu1
---------------
mythexport (2.1.5-0ubuntu1) lucid; urgency=low
* Modified help link to point at new wiki page.
* Fixed cgi permission issue. (LP: #560379)
* Adjusted ffmpeg lines to match current ffmpeg args. (LP: #373359)
* Tweaked web UI options to avoid bad settings.
* Added regex to remove whitespace when saving config. (LP: #393492)
-- John Baab <rhpot1991@xxxxxxxxxx> Sat, 10 Apr 2010 19:00:18 -0400
** Changed in: mythexport (Ubuntu)
Status: Confirmed => Fix Released
--
MythExport fails to run any ffmpeg commands
https://bugs.launchpad.net/bugs/373359
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythexport in ubuntu.
Status in “mythexport” package in Ubuntu: Fix Released
Bug description:
Binary package hint: mythexport
I'm using MythExport 2.0-0 for Intrepid from the PPA.
No matter what I tried, I couldn't get any files to be created using the "Custom" profile. I've tried XBox as well, and get nothing. I don't know Perl (almost at all), so I couldn't do much poking around.
I found where you set $APCommand, which seems to work fine, but the lines:
foreach (@args){
$log->notice("Exporting $newfilename");
logdebug("command = $_");
system($_) == 0|| logerror("ERROR: $_ FAILED/");
}
don't seem to be getting run. Here's a snippet from my logfile:
http://pastebin.com/m62ef9d42
and my settings:
http://pastebin.com/m46c3ef59