Topic: My experience with 3D so far
-
12-04-2011, 01:05 PM #1Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- Holland
- Posts
- 19
- Points
- 1,081
- Level
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
My experience with 3D so far
Hello all,
I have bought a Philips TV (42PFL7676H) over a week ago (firmware = Q5551-0.14.76.0) and so far I really like it. The HD-picture quality is really great and the TV looks fine, even when it's OFF.
Since it's also a 3D TV, I want to play 3D content with it. That seems to be more difficult than expected: there are quite a few mountains to climb...
Somewhere in the 3D forum I found the link to the Huberbuam movie from ZDF and I decided to start with that (I don't have a Bluray device and Ziggo does not have the 3D test-channel any more). I downloaded the 12 MBit version of the movie, because the downloaded manual states, that a bit rate of 20 MBit is supported for MP4 files :
I put the movie on an USB-stick and tried to play it: the screen goes black after a few seconds and then returns to the menu... I then tried streaming the movie with Twonky, but that gives the same disappointing result. Then I downloaded the 5MBit file: it plays! Even through Twonky. One remark: the TV does not recognize the MP4 as being 3D. I have to manually set it to 3D side-by-side.
Then I decided to try a bigger movie (> 4GB), but that does not play either. Unless I split the movie into 2 smaller parts.
There is another matter: I want to add subtitles to the movie (my kids don't understand English yet). I have tried streaming the subtitles, but that does not work. When the .srt file is on the USB-stick it does work. Only problem being that I have to split the .srt file too, when the movie exceeds 4 GB...
So I have the following questions:
- What does the 20MBit in the table mean?
- Why can't the TV play files that exceed 4 GB?
- Why do I have to switch to 3D manually?
- The list showing the files on USB seems to support thumbnails, but I don't see any. How does that work?
- When I have played a movie halfway and stop, how can I browse to that point when I want to view the rest?
Thanks for any meaningful answers...
BTW: I use Xilisoft HD converter to get the right file-format. Very handy!
-
12-04-2011, 05:48 PM #2Silver Member
Achievements:



- Join Date
- May 2011
- Location
- 32PFL7606K FW Q5551-0.14.93.0_bld11a
- Posts
- 188
- Points
- 2,368
- Level
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 3
I didn't have problems so far with files > 4GB - maybe it's an unsupported Codec?
How do you split your files? If you re-encode them while splitting, that may be the reason why "smaller files" play. In that case, don't split it - just re-encode it. Maybe this helps.
With the 12Mbit Huberbuam documentary, I had the same issues. I think it has something todo with the Left/Right Lead-In. What worked for me was to remux that mp4 to mkv (using mkvtoolnix). (no reencodig - just remuxing). After that, it worked. So maybe there is a defect frame in the original mp4, which crashes the Philips player, but the remuxing fixed that issue.
On how to continue or quickly jump to a position in the file, I agree - this is something I'm missing, too.
-
12-05-2011, 08:31 PM #3Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- Holland
- Posts
- 19
- Points
- 1,081
- Level
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
Subtitles too?
Hello Matthias,
I guess the TV is a bit picky when it comes to MP4. You are right: after remuxing the Huberbuam 12MBit file it plays (using Twonky).
Then of course I also tried the 6GB film I was talking about. First time around I had tried to play an MP4 conversion of it, from USB. Now I tried the original MKV and "By Jolly!": it plays!
Now for a new challenge: I would like to stream a .SRT file along with it. So I used mkvmerge to add the .SRT to the MKV (it conveniently recognizes the .SRT as 'type subtitle'). Alas: when I stream it to the TV, I see nothing. The subtitle button on my remote does not even activate the On Screen Menu (like it does when the .SRT is in the same folder on USB).
So (along with the other questions from my first post) a new question: can the TV show subtitles that are in the MKV? That would really come in handy...
-
12-28-2011, 08:50 PM #4Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- Holland
- Posts
- 19
- Points
- 1,081
- Level
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
The biggest issue that bugs me most: the lack of DTS support. Files with DTS-audio don't even show video... Please Philips: add DTS-support?
-
12-30-2011, 11:47 PM #5Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- England
- Posts
- 11
- Points
- 857
- Level
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
Hey can anyone explain that when i convert a file using xilisoft video converter the file does not play smoothly? its like its stuttering slightly.
-
12-31-2011, 12:45 AM #6Silver Member
Achievements:



- Join Date
- Feb 2011
- Location
- Portugal
- Posts
- 125
- Points
- 2,427
- Level
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 3
Try this program:
http://www.freemake.com/free_video_converter/
Or this:
http://www.any-video-converter.com/p...or_video_free/
-
12-31-2011, 08:44 AM #7Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- Belgium
- Posts
- 20
- Points
- 1,150
- Level
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
What I do is,
If I have a mkv file with DTS sound embedded inside I extract the DTS track and convert it to AAC and import it again in an mkv file.
Since you only recode the DTS to AAC it only takes a half hour on my PC.
This is the script I use:
cat convert-dts-to-aac
Code:#!/bin/bash find . -type f | grep .mkv$ | while read file do directory=`dirname "$file"` title=`basename "$file" .mkv` echo " [i] Found ${file}" AC3=`mkvinfo "$file" | grep AC3` #check if it's AC3 audio or DTS AAC=`mkvinfo "$file" | grep AAC` order=`mkvinfo "$file" | grep "Track type" | sed 's/.*://' | head -n 1 | tr -d " "` #check if the video track is first or the audio track if [ "$order" = "video" ]; then echo " [i] First track seems to be an Video file, searching for audio" fps=`mkvinfo "$file" | grep duration | sed 's/.*(//' | sed 's/f.*//' | head -n 1` #store the fps of the video track if [ -n "$AC3" ]; then echo " [i] Found AC3 audio, need to convert to aac" mkvextract tracks "$file" 1:"${title}".264 2:"${title}".ac3 ffmpeg -i "${title}".ac3 -acodec libfaac -ab 576k "${title}".aac elif [ -n "$AAC" ]; then echo " [i] Found already AAC audio, nothin todo here" continue else echo " [i] Found DTS audio, need to convert to aac" #mkvextract tracks "$file" 1:"${title}".264 2:"${title}".dts mkvextract tracks "$file" 2:"${title}".dts ffmpeg -i "${title}".dts -acodec libfaac -ab 576k "${title}".aac fi else echo " [i] First track seems to be an audio file, searching" fps=`mkvinfo "$file" | grep duration | sed 's/.*(//' | sed 's/f.*//' | tail -n 1` if [ -n "$AC3" ]; then echo " [i] Found AC3 audio, need to convert to aac" mkvextract tracks "$file" 1:"${title}".ac3 2:"${title}".264 ffmpeg -i "${title}".ac3 -acodec libfaac -ab 576k "${title}".aac elif [ -n "$AAC" ]; then echo " [i] Found already AAC audio, nothin todo here" break else echo " [i] Found DTS audio, need to convert to aac" mkvextract tracks "$file" 1:"${title}".dts 2:"${title}".264 ffmpeg -i "${title}".dts -acodec libfaac -ab 576k "${title}".aac fi fi mkvmerge --output-charset UTF-8 -o "${directory}/${title}"_aac.mkv --default-track 1:yes --forced-track 1:no -d 1 -A ${file} --forced-track 0:no -a 0 -D "${title}".aac --track-order 0:1,1:0 rm -f "$title".aac "$title".dts "$title".ac3 "$title".264 "${title}".wav done
-
12-31-2011, 06:30 PM #8Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- England
- Posts
- 11
- Points
- 857
- Level
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
-
01-08-2012, 04:52 PM #9New Member
Achievements:


- Join Date
- Jan 2012
- Posts
- 3
- Points
- 735
- Level
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
in this tv how adjust 3d deep ?i plat blueray from pc and the image just like a window the object don;t exit like at cinema
-
01-09-2012, 06:36 AM #10Banned
Achievements:


- Join Date
- Jan 2012
- Posts
- 1
- Points
- 713
- Level
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
It was a great experience.
-
01-09-2012, 05:04 PM #11Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- Belgium
- Posts
- 20
- Points
- 1,150
- Level
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
Maybe it is better to use google translate and write your question in your native language since I really do not understand what you are saying here.
But my guess is that you are wondering why 3D seems to go in the depth and some cinema's / movies are showing 3D which pops out.
-
01-09-2012, 05:09 PM #12Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- Belgium
- Posts
- 20
- Points
- 1,150
- Level
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
This is "normal"
This is because of 2 reasons.
When you watch your movie in SBS mode you loose 50% from the horizontal lines (Which in this case are very important since I guess your movement is from left to right or right to left)
Secondly the TV splits also the vertical resolution
This means that each eye get 960x540 which is a comparable with PAL resolution.
Although most people do not experience the half vertical resolution since our brains glue both resolutions together to receive a full 1080
-
01-09-2012, 05:19 PM #13New Member
Achievements:


- Join Date
- Jan 2012
- Posts
- 3
- Points
- 735
- Level
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
I mean movies in 3D on this tv, the image does not come out like a movie at
cinema where the object it seems to jump out the screen, I was thinking that you can adjust the 3d depth to exterior or interior, now seen as you look through a window
i use acrsoft total media player ,i tryed to use the tv integrat player ...no changhe .not working
-
01-09-2012, 05:30 PM #14Bronze Member
Achievements:


- Join Date
- Dec 2011
- Location
- Belgium
- Posts
- 20
- Points
- 1,150
- Level
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
I guess this has 2 reasons, first nearly all 3D movies I have seen in the cinema are recorded in depth.
So that is reason one
I have some demo 3D movies in my network which can pop out, but because of the relative small screen (compaired with a cinema screen ) the effect is not that big.
I think it is just a matter on how the 3D was rendered when creating the movie
-
01-09-2012, 05:33 PM #15New Member
Achievements:


- Join Date
- Jan 2012
- Posts
- 3
- Points
- 735
- Level
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
i think this is the answer for this problem ,,,tnks.No way to adjust this like a lg tv ?
Similar Topics
-
From your experience is soft ware add vlue for 3d picture
By HOUDA in forum TV: Software 2010 modelsReplies: 2Last Post: 11-10-2011, 09:20 AM -
Cinema 21:9 Goldline 50PFL7956H/12, PS3 no 3D content while playing 3D games
By Martien in forum TV: Software 2011 modelsReplies: 6Last Post: 10-25-2011, 07:51 AM -
DLNA feature request / 3D pictures/ 3D demo
By none1234 in forum TV: Streaming & NetworkReplies: 0Last Post: 09-10-2011, 05:10 PM -
HD experience
By jonny in forum TV ForumReplies: 4Last Post: 07-06-2011, 12:38 PM -
Your future television experience
By maartenvc in forum General Forum DiscussionsReplies: 4Last Post: 11-08-2010, 07:28 AM

Reply With Quote

Bookmarks