← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 373359] Re: MythExport fails to run any ffmpeg commands

 

"Please execute the following command, as it will automatically gather
debugging information, in a terminal:

apport-collect 373359"

Sorry, someone else is going to have to do this.  My mythtv box is now
at Karmic, and I don't use MythExport any more.

-- 
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: Incomplete

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