MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » General Development (no feature request here!)


General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here.

Reply
 
LinkBack (2) Thread Tools Display Modes
Old 2008-01-28, 23:02   #381 (permalink)
Portal Member
 
Noelix's Avatar
 
Join Date: Feb 2006
Location: Phoenix, AZ
Age: 26
Posts: 388
Thanks: 10
Thanked 1 Time in 1 Post

Country:

My System

Send a message via MSN to Noelix
Default

Fabrice, I've been testing 1.0.2 and it's been working wonderfully for me. TVE3 support is great, its scheduling properly and encoding properly as well. I did notice that encoding from MPEG2 to XVID using FFMPEG worked perfectly. That said, using Mencoder produced a bit of audio/video desynchronization in the final file. I'm just using FFMPEG instead so it's no big deal for me but some others might experience the issue if they use mencoder.

Again thanks for all your work. I'm going to look into creating an installer for this and updating the plugin page on the mediaportal site with your instructions.
__________________
Noelix is offline   Reply With Quote
Old 2008-01-29, 18:21   #382 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Stockholm
Posts: 58
Thanks: 0
Thanked 2 Times in 2 Posts

Country:

My System

Default Issues with FFMPEG and AC3

Brilliant plugin! I have been looking for something like this for a long time. I use TVE3 in a single-seat environment and after some trial and error, I have got the transcoder plugin working quite well with mencoder. I am transcoding recorded TV that is saved in .ts format. With Xvid @720x576, video bitrate of 1,534kbps and MP3 @192kbps my transcoded files are about 25-30% the size of the input file with very decent quality.

However, whenever I try to change the transcoder settings to AC3, the output file is completely out of whack. Video frames are flashing by in what looks like some kind of fast forward mode and only part of the audio can be heard. Not a big issue as it works with MP3, but I was unsure wether I could get 5.1 audio without AC3.

The other issue I have is that transcoding doesn't start if I use FFMPEG instead of mencoder. Not a big issue either, but some people on this forum seem to believe that FFMPEG gives better quality.

To conclude, I would like to know if I need AC3 in order to have 5.1 audio in my transcoded files. In addition, I am curious about which bitrate, framerate, resolution, etc. others are using in order to achieve good quality transcodes of recorded TV.

Hat off for Fabrice, for creating such a great plugin!

Cheers,
Tomas
tomoqv is offline   Reply With Quote
This User Say Thank You:
Old 2008-01-30, 14:23   #383 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Hello tomoqv,

Can you provide me the log file (in debug level) of MP and TV server when you try to use FFMPEG to find the problem.

For ac3 is more complex, the AVI container is not designed to store AC3 stream may be you can use the MP4 container to encode with H264/AC3 it works correctly. The disadvantage is than the video cannot be read on all divx player.


I posted an update

Changelog 1.0.3:

* change the bitrate generation with FFMPEG encoder
* fix all Skins to display correctly the enconding statisticals
* Fix 'settings' window to allow tomodify hour of scheduler and nb of jobs
* Fix PSP profile
* Fix ipod/iphone profile
* Fix cleanup function onc eencoding jos has finished (not delete (xml, txt files)
fabriceD06 is offline   Reply With Quote
Old 2008-01-30, 21:51   #384 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Stockholm
Posts: 58
Thanks: 0
Thanked 2 Times in 2 Posts

Country:

My System

Default

Here are my log files. I have upgrade to version 1.03 on both TV Server and client, but FFMPEG transcoding still fails. I couldn't find a relevant log file in the TV Server log directory, only TsWriter.log (with the size of 26MB!), Streaming Server.log and tv.log.

Rgds,
Tomas
Attached Files
File Type: log MediaPortal.log (113.8 KB, 2 views)
File Type: log error.log (1.5 KB, 3 views)
tomoqv is offline   Reply With Quote
Old 2008-01-31, 10:00   #385 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by tomoqv View Post
Here are my log files. I have upgrade to version 1.03 on both TV Server and client, but FFMPEG transcoding still fails. I couldn't find a relevant log file in the TV Server log directory, only TsWriter.log (with the size of 26MB!), Streaming Server.log and tv.log.

Rgds,
Tomas
Hello,

I need tv.log with Debug level, thanks

fab
fabriceD06 is offline   Reply With Quote
Old 2008-01-31, 11:24   #386 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Stockholm
Posts: 58
Thanks: 0
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by fabriceD06 View Post

Hello,

I need tv.log with Debug level, thanks

fab
Sorry, here it comes along with the other two files from the same transcode. I hope this is what you need - tv.log only contains 7 lines.

Tomas
Attached Files
File Type: log MediaPortal.log (132.4 KB, 2 views)
File Type: log error.log (1.5 KB, 0 views)
File Type: log tv.log (529 Bytes, 4 views)
tomoqv is offline   Reply With Quote
Old 2008-01-31, 15:48   #387 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Hello

it is exists an issue with TS file and FFMPEG. If you would use FFMPEG with TS file add the parameter '-acodec copy' in your profile in extra parameter. The audio stream will be not compress.

Tip: don't specify the quantizer settings the auto param is good

Bye
fabriceD06 is offline   Reply With Quote
Old 2008-01-31, 16:24   #388 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Stockholm
Posts: 58
Thanks: 0
Thanked 2 Times in 2 Posts

Country:

My System

Default

Thank you, that did the trick. However, I will stick to mencoder as the ffmpeg transcode I did with the DVD_Quality profile was notably worse than the ones I had compressed with mencoder at similar bitrates.

Best regards,

Tomas
tomoqv is offline   Reply With Quote
This User Say Thank You:
Old 2008-02-01, 04:44   #389 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

I change the bitrate generation for ffmpeg , i specify a max bitrate for FFMPEG and mencoder it is a average

so with FFMPEG the compression is more important and respect the birate (max) then mencoder the birate can be exceeed the value of profile

So if you would a better quality with FFMPEG , just increase the bitrate.

Fab
fabriceD06 is offline   Reply With Quote
Old 2008-02-02, 13:02   #390 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 78
Thanks: 39
Thanked 8 Times in 8 Posts

Country:

My System

Default

Having a few problems
I am recording tv in .ts format, im using Xvid @720x576, video bitrate of 1,534kbps and MP3 @160kbps.

When i use FFMPEG and the aspect ratio is set to auto or 16x9 it converts it to 4x3 but the audio is in sync with the video.But then when i use Mencoder it gets converted to 16x9 which i want but the audio is out of sync.

I can attach logs if you need just let me no which ones.
fo0d is offline   Reply With Quote
Reply

Bookmarks

Tags
plugin, transcoding, video

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/general-development-no-feature-request-here-48/mp-plugin-video-transcoding-15953/
Posted By For Type Date
Evolution(s) De Mon Installation Mp - MP-FR .:: Le forum ::. This thread Refback 2008-08-04 08:11
Comment Graver Un Enregistrement Tv ? - MP-FR .:: Le forum ::. This thread Refback 2008-07-21 21:38

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cutting and transcoding, - please help Dadane General Support 0 2007-01-29 06:34
Transcoding filters etc dman_lfc Tips and Tricks 11 2007-01-25 14:33
Transcoding options Khris Improvement Suggestions 3 2006-03-08 20:53
Transcoding tthomas Improvement Suggestions 3 2005-06-20 10:28
Update Core.Transcoding to handle more in / out formats sporktastic Improvement Suggestions 9 2005-03-17 22:51


All times are GMT +1. The time now is 13:04.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress