"renojim" wrote:
Could you download and try this video and see what happens? The "206 Partial Content" message tells me that you have the proper server, so it could be a problem with your video encodes.
-JT
"renojim" wrote:"cdndave" wrote:
Hi Renojim
could you provide a sample of the command you use? I have an elaborate bat file, for 90% of the files it's great - the other 10% cause me some grief 🙂
Thanks
cdndave
How complicated do you want to get? The basic command is:
HandBrakeCLI -i video.avi -o video.m4v -O -r 29.97
I usually add to that the size of the input file. It's a quick and dirty way to roughly preserve the quality.
HandBrakeCLI -i video.avi -o video.m4v -O -r 29.97 -S [size of video.avi in MB, rounded up]
Now if you really want to get complicated...
I use 4NT (or Take Command) from JP Software to replace the Windows command line interpreter - highly recommended. The free TCCLE is all you need. I created an alias to encode files:hb=D:\Apps\Multimedia\HandBrake\HandBrakeCLI.exe -i "%@filename[%1]" -o "%2%@name[%1].m4v" -O -r 29.97 -S %@int[1+%@eval[%@filesize[%1]/1000000]] %3
You have to put that line in a file, like 'alias.lst', and then load it with: alias /r alias.lst
This way to encode a file I can just type:
hb video.avi d:\Videos\
To encode all the files in a directory, I can do this:
for %a in (*.avi *.mov) hb %a d:\Videos\
Hope this helps!
-JT
"dellsweig" wrote:"renojim" wrote:
Could you download and try this video and see what happens? The "206 Partial Content" message tells me that you have the proper server, so it could be a problem with your video encodes.
-JT
Jim
This is the same issue I have been reporting!!! In my case it seems to have started (stopped working) with release 1517 of the Roku firmware.
As you know - my videos were playing fine (well some of the rotation issues on iPhone videos you knew about) and once 1517 got pushed to my roku's I get the status bar about 5 to 10 percent and then back to the folder... I did not change anything on the server side..
"renojim" wrote:"dellsweig" wrote:"renojim" wrote:
Could you download and try this video and see what happens? The "206 Partial Content" message tells me that you have the proper server, so it could be a problem with your video encodes.
-JT
Jim
This is the same issue I have been reporting!!! In my case it seems to have started (stopped working) with release 1517 of the Roku firmware.
As you know - my videos were playing fine (well some of the rotation issues on iPhone videos you knew about) and once 1517 got pushed to my roku's I get the status bar about 5 to 10 percent and then back to the folder... I did not change anything on the server side..
I don't have 1517. I have 1509 and a later build as part of a beta and they both work. Are you saying not even the "cool bird" video will play, or is it only some?
I haven't forgotten about the rotation issue. I am surprised that with all the built-in video cameras these days others haven't brought up the same issue.
-JT
"dellsweig" wrote:
Nope - cool bird does not play
"renojim" wrote:"dellsweig" wrote:
Nope - cool bird does not play
Hmm... I know you said you haven't changed anything on the server side, but have you tried stopping and restarting it? What you've described sounds like the problem that was addressed a while back. Do you get the "206 Partial Content" messages on the server? Are you running the private channel version, or one of the earlier versions?
I'm not sure what to try since I don't have build 1517. Is there anyone else that has that build that can verify whether there's a problem with videos?
-JT
"renojim" wrote:
Funny, I looked back over the page a couple of pages back and apparently I had build 1517 at one point. That box has since updated to 1521. However, canaws and I both had everything working with 1517.
The "206 Partial Content" messages won't appear in the log file; they'd show up in the server window itself. Check to see if you're getting those messages, or just "200 Ok" messages.
-JT