NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 63 64 65 66 67 … 115 Next »
Maintaining aspect ratio with ffmpeg transcoding

 
  • 0 Vote(s) - 0 Average
Maintaining aspect ratio with ffmpeg transcoding
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#61
2006-07-06, 08:43 AM
I've discovered that encoding the MPG at those dimesions is the real slow down.

That why Sub has defaults much smaller that 720x576 or 720x480

Changing the bitrate doens't impact the speed or CPU usage as much as dimensions...

In the program I'm releasing really soon, (I'm documenting, I'm documenting ! ) you can benchmark (sort of) and find the best quality to speed...

@SUMO, what dimensions do you use that gives you the two thirds?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
SuMo
Offline

Senior Member

Posts: 371
Threads: 13
Joined: May 2006
#62
2006-07-06, 12:12 PM
I'm not to shure what you mean but I quess you want to know what resolutions/aspect ratio's I'm using to get a 2/3 image (without the padding)

My avi's are all around 600 x 256 pixels,give or take 10 pix, does that make any sence ?
I prefer not to size'm down, like 336x.... or something

hmmm as I said , not to sure what you mean by the two thirds dimensions.:o
-[Arjan]-
___________________________
[SIZE="1"]-I'm not a pessimist, just realistic- :p[/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#63
2006-07-06, 07:05 PM
Oh and for those interested in a preview, I've completed the first part of some documentation explaining my new Post Processing Utility: ZProcess.

You can't download it or install it, (soon though) but a quick look at my page, might give a few more ideas rolled into the final beta release...

I hope it looks like something some of you can use...

http://gbpvr.com/pmwiki/pmwiki.php/Utility/ZProcess
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#64
2006-07-06, 07:13 PM
SuMo Wrote:I'm not to shure what you mean but I quess you want to know what resolutions/aspect ratio's I'm using to get a 2/3 image (without the padding)

Yes. I want to know what is the size you actually have in the command line. Did you use my suggestion of: 336x288 ? That's a good starting point. When and if you try my ZProcess, we can start with those numbers...


Quote:My avi's are all around 600 x 256 pixels,give or take 10 pix, does that make any sence ?

Yes that makes sense. I understand that you don't want to downsize the quality of the Transcodes. I struggled with this too. Then I realized that a stable system , and high WAF was worth only a little degradation...

Quote:I prefer not to size'm down, like 336x.... or something


If you have a powerhouse system, you might be able to get away with a larger format


I hope the webpage I released before I went to bed is enough to keep you going
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#65
2006-07-06, 07:17 PM
[ATTACHMENT NOT FOUND]
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
SuMo
Offline

Senior Member

Posts: 371
Threads: 13
Joined: May 2006
#66
2006-07-06, 10:03 PM
@zehd- I've tried the 336x288 dimensions you suggested but the picture was not filling the screen horizontally, it left a black bar on the right side of the screen, so I ended up with the good old 352x288 res.

I changed the padding from 40 to 140, this would give me:

<MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" {SEEK_CMD} -b 2400 -ac 2 -ab 224 -r 25 -s 352x288 -padtop 140 -padbottom 140 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>

<MVPFFmpegTranscodeCmdLineNTSC>-y -i "{SOURCE_FILE}" {SEEK_CMD} -b 2400 -ac 2 -ab 224 -r 25 -s 352x288 -padtop 140 -padbottom 140 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>

The avi I used was 624x256, it looked a bit squished horizontal but centered on teh screen, most avi's are a bit smaller like 604 or something, I guess it would look even better then.
Hope this gives you the info you wanted.

BTW I'm [SIZE="3"]VERRY[/SIZE] impressed by the ZProcess program your developping.... Hope to see a (beta?) release soon !
-[Arjan]-
___________________________
[SIZE="1"]-I'm not a pessimist, just realistic- :p[/SIZE]
tstngry
Offline

Junior Member

Posts: 15
Threads: 4
Joined: Jun 2006
#67
2006-07-07, 12:44 AM (This post was last modified: 2006-07-07, 12:51 AM by tstngry.)
- Thanks man! That one works perfectly for me, and I think i figured out why the other ones weren't working for me. I have gbpvr installed to c:\program files\gbpvr without the devnz directory. I changed that in the batch file and it worked great. I did it the way you suggested and started the encoding and played the file after a couple seconds and it was fine except there was the audio delay again. After the encoding was finished tho there was no such problem. It could just be the file that I am encoding from is messed up or something. I was having such good luck with this that I decided to try it without pre-starting the encoding and let gbpvr do it on the fly but it just restarted like before. The only problem I have now is with the video and live tv being croped on the right side, but that is for another day. Thanks for both of your help and I look forward to this process being perfected. Peace.

*Edit* WOW! zehd I just took a look @ your software and it looks amazing! I can't wait to give it a try. If only I could use this for the display of my Live TV too. Keep up the good work! Peace.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#68
2006-07-07, 03:23 AM
How cool, I was just unsubscribing to this thread and saw your screen shot zehd....I'll have to give that a go....
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#69
2006-07-07, 05:09 AM
@sumo, well, although I'm still a little confused as to what values you are using as opposed to what are working, it might not matter.

If you're game, we can can try and sort this out with my program. I'll be uploading download and install directions tonight. You should have a chance to play with it within 12 hours from now...

(tick tick tick)
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
SuMo
Offline

Senior Member

Posts: 371
Threads: 13
Joined: May 2006
#70
2006-07-07, 07:27 AM
Sure I'm in, let's give it a try..... that will be a loooooong 12 hours Wink
Or is it 21 hours, since you are in the GMT -8 timezone (and I'm in +1).........

Oh well ... I'm sure ZProcess will give som clarification on dimensions,padding and a lot of other stuff
-[Arjan]-
___________________________
[SIZE="1"]-I'm not a pessimist, just realistic- :p[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 … 4 5 6 7 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  MVP transcoding? dinki 12 9,309 2014-02-03, 09:35 PM
Last Post: mvallevand
  Change FFMPEG commandline Astraeus 5 3,500 2012-01-22, 06:49 PM
Last Post: mvallevand
  LiveTV & ffmpeg MVP playback stops pvruser 4 3,305 2009-02-27, 10:44 PM
Last Post: Bobins
  MVP Transcoding drbenjamin 1 1,725 2008-12-01, 06:07 AM
Last Post: mvallevand
  MVP transcoding with TS Mux daneo 0 1,463 2008-11-09, 09:20 AM
Last Post: daneo
  Transcoding files times out before they begin Zato 3 2,194 2008-10-13, 04:01 AM
Last Post: Zato
  Any way to automatically save MPG output file when transcoding jonrigg68 2 2,140 2008-06-27, 04:14 PM
Last Post: HtV
  MVP TS transcoding config.xml bug. BerkA 1 1,999 2008-06-07, 11:47 AM
Last Post: sub
  Transcoding causes pc to shut down jonrigg68 5 2,534 2008-06-07, 11:04 AM
Last Post: psycik
  MVP problems (Live TV/transcoding) natty 5 2,655 2008-04-11, 06:57 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode