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 16 17 18 19 20 … 115 Next »
Transcoded x264 choppy on MVP

 
  • 0 Vote(s) - 0 Average
Transcoded x264 choppy on MVP
JonRoyle
Offline

Member

Posts: 98
Threads: 13
Joined: Feb 2006
#41
2008-12-20, 08:08 PM
stu8080 Wrote:can you post your transcode command line? It didnt seem to make any difference here. There are only two variables here surely: the version of ffmpeg and the parameters passed to it?

No Probs - this is what I now use:

<MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" -sameq -ac 2 -async 1 -ab 256k -r 25 -s 720x576 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>

Jon
Jon
Server: HP ML150 G3, 8GB RAM, 4x500Gb and 2x250GB SATA Disks, Hauppage Nova-T
Software: GBPVR running in XenServer 5.5 VM - Win2003 SP2, GBPVR v1.4.7, VLC v1.0.2,
Dongle: mvpmc-dongle.bin (Sep08)
Plugins: Music v1
Other: Current ffmpeg build
Clients: 3xHauppauge MediaMVP(H4 SCART) & 4PCs
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#42
2008-12-21, 04:02 AM
JonRoyle Wrote:No Probs - this is what I now use:

<MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" -sameq -ac 2 -async 1 -ab 256k -r 25 -s 720x576 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>

Jon

I have yet to play with this. I'm still having trouble with getting MKVs transcoding faster than real time, on my 2 Ghz machine. So far, it's the only file type (not to mention what's inside the file) that I'm having trouble)

Oh well I nailed TS (I think I did) so this is next...
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
#43
2008-12-23, 04:52 PM
JonRoyle Wrote:No Probs - this is what I now use:

<MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" -sameq -ac 2 -async 1 -ab 256k -r 25 -s 720x576 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>

Jon

I'm using the same ainmatrix file. It looks good played natively

I'm getting nothing but stuttering. I've never really had trouble with stuttering audio before but I get it!

I've tried several combinations,

using or removing the -sameq (as it is counter productive to make it the same quality AND in svcd format)

changing dimensions to something smaller (352x240NTSC usually helps out he transcoder)

trying both the default ffmpeg and ffmpeg-alt.exe, (that seems to be great on all my other trouble formats and files)

I suspect transcoding an mkv at all, let alone on the fly is relegated to super computers' domain...
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]
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#44
2008-12-23, 05:22 PM
Nothing i try on that file seems to make any difference, but its not down to horsepower, i vary from x1.5 to x2 speed when transcoding with a dual core 3ghz athlon, not the fastest by any stretch these days.

Im going to have a play with 2 pass when i get chance and see if that makes any difference and perhaps have to d/l both high def and standard avi's from now on!
GBPVR: A64 X2 6000+, ASUS M2A-VM HDMI, 4GB ram, 8800GT GFX, 2x Nova-T DVB-T, 1x D-Box2 Cable reciever, 2x Wired MVP's, 1.0.16. Vista.
Plugins: MusicLibrary2, Weather, Int Cinema Listings, Burn DVDX2, D-Box2 Plugin, DVD Ripper.
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#45
2008-12-23, 06:20 PM
My 2 cts:
I wonder why that svcd parameter is there, or the other way round: why the resolution is there. They don't comply with each other. (is that good english?)
from wikipedia:


Quote:Video

  • Codec: MPEG-2
  • Resolution: 2/3 D1
    • NTSC: 480x480
    • PAL/SECAM: 480x576

  • Aspect Ratio: 4:3 / 16:9
  • Framerate:
    • NTSC: 29.97 frames per second
    • PAL/SECAM: 25 frames per second

  • Bit rate: Up to 2,600 kilobits per second
    • Rate Control: Constant or variable bit rate

Unlike other CD-based formats, such as China Video Disc and Video CD, Super Video CD video is incompatible with the DVD-Video standard due to a conflict in resolution. However, SVCD resolution video is supported by the HD DVD standard.
Interlaced video is supported for SVCD video, though not required, except for any video at 23.976 frames per second which must use 3:2 pulldown.
The combined audio and video bit rates should not exceed 2756 kilobits. This data rate was chosen, in part, to ensure compatibility with slower and less expensive "2 × speed" CD drives

I don't know if it really interferes with each other but it probably doesn't help. I guess -videocodec mpeg2 and -acodec mp2 (or mp3) should do

Hans
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
JonRoyle
Offline

Member

Posts: 98
Threads: 13
Joined: Feb 2006
#46
2008-12-23, 07:50 PM
I don't profess to be an expery in ffmpeg and I arrived at my transcode settings by trial and error so accept that there could be some inconsistencies but if it works....

The use of the "-f svcd" was instead of typing "-acodec mp2 -vcodec mpeg2video" though the latter would be more accurate as the rest of my settings override the svcd standard.

The other settings were chosen to extract the best quality transcode that I could without stutter etc with the aim of using on MVP or elsewhere. I used the -sameq as I found that high quality did not appear to impact playability from a stutter/speed perspective but a low quality did impact visual appearance - so what the heck go for the highest.

I agree this is not an issue on machine horsepower, purely how effectively ffmpeg transcodes. When I play the resultant file from the transcode back via vlc it is watchable but not as smooth as playing the mkv directly with vlc

Would value the wisdom of someone who knows more about ffmpeg (NB the later versions are much better than the default one shipped with native GBPVR install)

Jon
Jon
Server: HP ML150 G3, 8GB RAM, 4x500Gb and 2x250GB SATA Disks, Hauppage Nova-T
Software: GBPVR running in XenServer 5.5 VM - Win2003 SP2, GBPVR v1.4.7, VLC v1.0.2,
Dongle: mvpmc-dongle.bin (Sep08)
Plugins: Music v1
Other: Current ffmpeg build
Clients: 3xHauppauge MediaMVP(H4 SCART) & 4PCs
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#47
2008-12-23, 09:36 PM
JonRoyle Wrote:I don't profess to be an expery in ffmpeg and I arrived at my transcode settings by trial and error so accept that there could be some inconsistencies but if it works....

The use of the "-f svcd" was instead of typing "-acodec mp2 -vcodec mpeg2video" though the latter would be more accurate as the rest of my settings override the svcd standard.

The other settings were chosen to extract the best quality transcode that I could without stutter etc with the aim of using on MVP or elsewhere. I used the -sameq as I found that high quality did not appear to impact playability from a stutter/speed perspective but a low quality did impact visual appearance - so what the heck go for the highest.

I agree this is not an issue on machine horsepower, purely how effectively ffmpeg transcodes. When I play the resultant file from the transcode back via vlc it is watchable but not as smooth as playing the mkv directly with vlc

Would value the wisdom of someone who knows more about ffmpeg (NB the later versions are much better than the default one shipped with native GBPVR install)

Jon

I have started to play with tsmuxer and mkv2vob. I was able to start a re-mux (not a transcode) and then start watching the show being muxed in progress...

My only problem is working with letterbox. I need to be able to pop a 2.35:1 into a 16:9 frame, or It's not worth watching...
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]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#48
2008-12-23, 11:05 PM
Frank, It will be impossible to simply remux most mkv files into a format that the mvp can handle.

Martin
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#49
2008-12-24, 10:32 PM (This post was last modified: 2008-12-24, 11:35 PM by zehd.)
mvallevand Wrote:Frank, It will be impossible to simply remux most mkv files into a format that the mvp can handle.

Martin

I think I know why you say that. Because there can be so many formats in the mkv container, I might have just lucked out.

mkv2vob, gave me only two output options. MPG and m2ts. (I didn't see 'VOB' as the name would suggest but didn't look too hard.)

While processing, the program said that it wasn't transcoding but only remuxing.

The file was a MVP playable file, and I could start watching while the process was in progress...

Huh...


Edit: NEVERMIND
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]
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#50
2008-12-25, 01:55 PM
you are overriding all the other params when you put the -svcd last...
not to mention ffmpeg defaults to ntsc and you haven't specified -f pal-svcd so it's probably trying to make an ntsc svcd out of it!
put the -f pal-svcd at the beginning, just after the -i xxx so it sets all those presets, then the params you have after will override those before them.. the size,rate,etc..
just using "-y -i xxx -f pal-svcd output" sets all the format properties necessary for a pal-svcd...anything after that on the line will override...anything before gets overridden by pal-svcd..

so "-y -i xxxx -f pal-svcd -s 352x576 output.mpg" will correctly set framerate[25],framesize to 480x576, aspect 4:3, then the added -s 352x576 after it, changes the size...
if you want a smaller size [352x288] just specify -f pal-vcd and that's it..Smile

-sameq is relative to size,same amount of comp. errors in each...i use -qscale 4 as it allows *some* compression while maintaining a constant quality without waste..
-sameq is same as -qscale 1

hope that makes more sense...:eek:
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Choppy Playback on MVP TimCoe 2 1,656 2008-03-17, 12:29 AM
Last Post: TimCoe
  HD recordings on MVP (transcoded while recording?) pvruser 6 2,112 2007-06-07, 02:56 AM
Last Post: Pioneer4x4
  Able to stream x264? flipz 2 1,455 2007-06-01, 04:53 PM
Last Post: flipz
  Transcoded AVI won't skip FF/RW like recorded TV zehd 14 4,325 2006-12-07, 06:01 AM
Last Post: zehd
  Choppy Playback on Main PC When MVP Server is running cgmt 14 4,999 2006-11-04, 03:46 PM
Last Post: HtV
  Playback on MVP Choppy Suddenly Landru 10 3,807 2005-06-23, 03:33 PM
Last Post: Lucas_24
  Really really Choppy! rocketman 7 2,494 2005-05-04, 08:32 PM
Last Post: ecamacho

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

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

Linear Mode
Threaded Mode