PDA

View Full Version : ffmpeg, xvid and nuvexport


GuiGuy
October 25th, 2009, 05:45 PM
Is there a reasonably simple way to get ffmpeg to do xvid etc with nuvexport?

I've tried to follow these instructions (http://ubuntuforums.org/showthread.php?t=1279156) but although it compiles it still won't do xvid.

Thanks.

andyfrizzle
November 3rd, 2009, 12:29 PM
I personally don't use ffmpeg. (due to previous inconsistencies)

I install Nuvexport using apt-get from the normal repositories.

I use the mencoder option for transcoding recordings to Xvid and it seems to work perfectly for me.

See the thread here (http://ubuntuforums.org/showthread.php?t=346778) for more information and details of transcoding options.

klc5555
November 3rd, 2009, 01:40 PM
I personally don't use ffmpeg. (due to previous inconsistencies)

I install Nuvexport using apt-get from the normal repositories.

I use the mencoder option for transcoding recordings to Xvid and it seems to work perfectly for me.

See the thread here (http://ubuntuforums.org/showthread.php?t=346778) for more information and details of transcoding options.

The --transcode option also works for xvid and generally gives better results than ffmpeg (particularly using the single-pass, higher quality command options), but is slower. (See the nuvexport wiki page at the mythtv wiki.)

If nuvexport (with or without a home-compiled ffmpeg) is bailing out, the cause is frequently a missing support library for ffmpeg (regardless of the nearly useless "svn-version" nuvexport/ffmpeg error message). Sometimes just issuing the command "ffmpeg" at a command prompt will indicate what that missing library is, or what the first missing library is, if there are several, so that the library can be added.

GuiGuy
November 3rd, 2009, 04:08 PM
The --transcode option also works for xvid and generally gives better results than ffmpeg (particularly using the single-pass,

--transcode gives me the same immediate exit error on --xvid as ffmpeg.



If nuvexport (with or without a home-compiled ffmpeg) is bailing out, the cause is frequently a missing support library for ffmpeg (regardless of the nearly useless "svn-version" nuvexport/ffmpeg error message). Sometimes just issuing the command "ffmpeg" at a command prompt will indicate what that missing library is, or what the first missing library is, if there are several, so that the library can be added.

I had already exhausted all of those options prior to coming here.

The issue for me is that I have a rapidly filling HDD and no way to archive. I'm going to reinstall everything from new this weekend.If I cannot get it to work I do think it is time to face reality(see my signature line)

GuiGuy
November 3rd, 2009, 04:10 PM
I personally don't use ffmpeg. (due to previous inconsistencies)

I install Nuvexport using apt-get from the normal repositories.

I use the mencoder option for transcoding recordings to Xvid and it seems to work perfectly for me.

It's good to hear it works for some. It used to work perfectly form me in 9.04 as well.


See the thread here (http://ubuntuforums.org/showthread.php?t=346778) for more information and details of transcoding options.

I make a habit of exhausting all the solutions and suggestions I can find on the 'net before posting here. The link above was among them. I would point out that it is a fairly old post and much of it's advice is redundant.

blackoper
November 12th, 2009, 06:38 PM
I installed nuvexport from scratch last week and it was able to transcode mpeg 2 hd to mkv just fine. I had to do some trial and error and read the logs to narrow things down

fimbar
December 1st, 2009, 06:32 PM
I installed nuvexport from scratch last week and it was able to transcode mpeg 2 hd to mkv just fine. I had to do some trial and error and read the logs to narrow things down

Care to give some pointers as to how you achieved that, please?

nuvexport keeps returning a "removeDatabase: connection 'DBManager0' is still in use, all queries will cease to work." error which I've googled and it seems the version of nuvexport in the repositories (0.21) under Karmic is incompatible with MythTV (which is 0.22)

blackoper
December 1st, 2009, 09:30 PM
I switched over completely to mythnuv2mkv and havn't had any problems with the conversions since then. it has an xvid option in it.

Follow the directs on this page to get it working: http://web.aanet.com.au/~auric/?q=node/6 and http://www.mythtv.org/wiki/Mythnuv2mkv

It usually gives me an error in the myth job queue but completes fine.

fimbar
December 2nd, 2009, 08:48 AM
I switched over completely to mythnuv2mkv and havn't had any problems with the conversions since then. it has an xvid option in it.

Follow the directs on this page to get it working: http://web.aanet.com.au/~auric/?q=node/6 and http://www.mythtv.org/wiki/Mythnuv2mkv

It usually gives me an error in the myth job queue but completes fine.

Thank you, I'll take a look at those links. Not heard of mythnuv2mkv before :)