![]() |
|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#161
|
||||
|
||||
Meant to say, it's probably best to set the video/audio bitrates to 600/64 (or lower if your eyes/ears can take it) for the -t 30 test, just to keep the file sizes down for uploading/downloading. The ffmpeg maintainer also doesn't like people uploading huge files to his server, so we'll need to keep them small if we want any help from him.
- Neil. |
#162
|
||||
|
||||
sorry, but I didnt even notice that you had a version to try. ill try it when I get home on something.
|
#163
|
||||
|
||||
OK, I've set up a folder on my ftp site to exchange (small) test files on.
The address is: r0x0rz.shacknet.nu (or use this link). The test videos should go in the "Sage" folder. Within that, I suggest using a folder per person, with a "working" or "non-working" label added to the name, depending on whether the tests work for the originator of the files. I've put my first example in there. It's a "working" example, as in it works for me. There's a text file alongside it (of the same name but with a .txt extension) which gives the command line that was used to make it. If some of the people who are having sound dropout issues can get this file and see if the sound works for the full 30 secs, that would be good. Remember to post your results here, either way - a negative is every bit as useful as a positive at this stage. - Neil. |
#164
|
||||
|
||||
Quote:
Quote:
![]() BTW, my impression was that there was a fairly mixed group of people in here, including a fair few with lots of technical know-how. I just assumed everyone was too busy and/or not interested enough in this. Hopefully it's the former, and there'll be a flurry of new activity soon. - Neil. |
#165
|
||||
|
||||
Bubster
I have downloaded Test1 and Test2 and found watching Sky thoroughly enjoyable for all 30 seconds. Audio good. I have uploaded one folder with a file that was originally 1hr 52 min (only first 30 secs encoded). Worked for me.
__________________
Happy Sage customer since 2003 Proud owner of a HD200 connected to a 47" LCD. Loving Sage 7 and Phoenix ![]() |
#166
|
||||
|
||||
Nice one, works here too. Is that some dating show? I do hope that's a random selection and not something you want to compress and keep for posterity.
![]() Hopefully some people who were having problems will be able to test these files soon and upload some broken ones too. BTW, have you tried compressing the whole video yet? Based on what people have been seeing (no change between a full compress and a 30 second one), I suspect it will be fine for you, but there's one thing you can be sure of: that you can't be sure of anything. ![]() - Neil. |
#167
|
||||
|
||||
![]()
That was the wonderfully tacky and yet watchable Amish in the City. Boy those Amish women have good bods!
![]()
__________________
Happy Sage customer since 2003 Proud owner of a HD200 connected to a 47" LCD. Loving Sage 7 and Phoenix ![]() |
#168
|
|||
|
|||
Bubster: After reloading my machine with Xp Pro, downloading the latest version of ffmpeg and trying your command from your test1.txt I no longer have the audio dropout of the atrifacts due to frameloss
![]() So now I'm trying to intergrate this command back into the properties file for ffmpeg pickup and running into some problems. The EXE_Command is set to false, so where does the program pickup the commands from? If I set this to true for testing purposes it works, but doesn't create files in the proper directories with correct names etc. Thanks for your work on this fellow Glasgonian! davey Last edited by davey_fl; 08-06-2004 at 02:04 PM. |
#169
|
|||
|
|||
Quote:
I'm back checking the forums a bit more now...the last few weeks I've been looking/moving and haven't really been able to work on this. Hopefully this weekend I can invest some time and maybe find a compressor that is command line friendly and easy to call.
__________________
ECS K7VTA3 + AthlonXP2400XP+ = $70 250 GB 7200 RPM HD = $160 512 MB Kingston DDR 333 = $80 Hauppage 350 Bundle = $220 SageTv = PriceLess |
#170
|
||||
|
||||
Quote:
Quote:
Also make sure you've got "-i " in front of @INPUT, and put it right after the "ffmpeg" at the start of the command line (parameters to ffmpeg affect the next file mentioned on the command line, and you want all of them to affect the output file, so you shouldn't have much before the input file is specified). Here's a simple example that works, with only @INPUT and @OUTPUT being used: ffmpeg -i @INPUT -hq -deinterlace -y -f avi -vcodec mpeg4 -b 1600 -async 1 -acodec mp3 -ab 192 @OUTPUT If you look in "ffmpegPickup.log" after running the job processor, you can see the commandline that was constructed. It's worth checking this to make sure it's doing what you expect. Quote:
- Neil. |
#171
|
|||
|
|||
Well then thanks to Alex and mlbdude also. I think the issue was more using an old version of ffmpeg. Once I got the update, and the 7/22/04 grabber, everything works. It processes much faster than virtualdubmpeg2 as it doesn't have to parse the file first. Let's hope this option stays around in futuer releases of mlbdude's stv!
davey |
#172
|
|||
|
|||
Could someone document the working solution?
Could someone document (In one spot) the working solution with links to the appropriate software/files?
I will try and validate it and it can serve as a reference for others who want to get compression working. Thanks |
#173
|
||||
|
||||
Been out for awhile, notice some positive posts. Has anyone gotten this working with ffmpeg yet? If so how?
|
#174
|
||||
|
||||
Re: Could someone document the working solution?
Quote:
If you want to save some time, try adding "-t 30" to the command line, which will limit the output to 30 seconds, and see if you get audio for the full clip. If you do, it's very likely that you won't get any audio problems if you compress the entire clip, but it's worth testing that as well if you have time to spare. The setting up of the Sage job processing stuff is a little involved, and should probably be re-documented in one place again, but it's kind of jumping the gun if people are still having ffmpeg problems and there's no alternative solution that suits everyone either. |
#175
|
||||
|
||||
Quote:
I believe you tried my build of ffmpeg and still got the sound dropout, so that would suggest that it was the XP re-install or the different command line that helped, but it's hard to be certain at this stage. If you can try that version of ffmpeg and that command line and see if it works for you, without an XP re-install, and see if it works, we might be a bit closer to an answer. Another thing worth trying is downloading the working test movies people have uploaded to my ftp server and see if they work for you. If these don't work for you, it suggests some sort of decoder problem, rather than an issue with ffmpeg itself, although it could be that ffmpeg is generating data which some decoders don't like. It would be really useful if we could establish this to be the case, as we would then have the option of avoiding certain decoders, or seeing if ffmpeg can be "fixed" to produce data more friendly to the decoders that aren't working. So far, we haven't had anyone post a broken movie, or had anyone who was having problems test a "working" one, so there's a whole lot of potentially useful info we're missing until someone does this. |
#176
|
|||
|
|||
Re: Re: Could someone document the working solution?
Quote:
|
#177
|
||||
|
||||
Re: Re: Re: Could someone document the working solution?
Quote:
|
#178
|
|||
|
|||
Personally, I have been using windows media encoder to renecode. Works well with scripting support. The only problem is that I have to launch an external player to watch them!
|
#179
|
|||
|
|||
Re: Re: Could someone document the working solution?
Quote:
IT WORKS. I was definately having the audio drop out at around 10 seconds. I have (using the command line you referenced in your post on page 8) successfuly encoded and played back a 30 second, 60 second, 5 minute, 20 minutes, 1 hour, and 2.5 hour MPG2. Works beautifully. What do we have to do to get the compress java thing to use that command sequence? It works!!! |
#180
|
|||
|
|||
To start I wanted to thank everyone involved for the hard work. I too have been having success with ffmpeg. I have only done a 30 sec test on a long recording and there was no audio dropout ( I did it from the commandline as well). I also have the mlbdude skin making xml files and the compressor tool picking them up and compressing. Works pretty slick I must say! Unfortunately my sage box is packed up for a few days while I paint the basement, but I am looking forward to more testing (i.e. using the tools and not the commandline) and would be glad to assist in anyway that I can. I have only played the longer show back with MPC so I dont know if it works with other players. I was thinking that the differences that people are having may have to do with the codec that is doing the decoding? I am using the latest ffdshow and have never installed any of the DIVX codecs if that helps. Also I thought that people who are having the dropouts may want to try playing them in MPC as Bubster has mentioned. Thanks for all the hard work- I cant wait to set the sage box back up....
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|