FAQ  •  Register  •  Login

Toshiba sound but not video

<<

ozpete999

Serviio newbie

Posts: 12

Joined: Sat Feb 19, 2011 5:02 pm

Post Wed Mar 23, 2011 8:58 am

Re: Toshiba sound but not video

Thanks

OK - using the transcoding via the Toshiba profile that includes the line
<Matches container="mpegts" />
I get audio AND VIDEO of an mpegts file.
You can see that one in the serviio log I attached previously, the file called 'Modern Family Cast discuss hit showff.ts'

All the rest of the AVI, MP4, MATROSKA and M4V files fail to transmit video. But I DO get audio.

With all the files that are transcoded (audio only), I can start and pause, and I can skip forward or backwards 30 secs at a time.
I cannot FF or REW, however.

Serviio happily transmits NON-transcoded MPG and MPEG files - such as VOBs. With those I can FF and REW as well - and, of course, it does give me sound AND picture.

Thanks
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Mar 23, 2011 11:27 am

Re: Toshiba sound but not video

ozpete999 wrote:...Serviio happily transmits NON-transcoded MPG and MPEG files - such as VOBs.

Could you post "ffmpeg -i" of such VOB files?

Could you
- Transcode locally an avi to mpegps like this command line?
ffmpeg.exe -i C:\Documents and Settings\Administrator\My Documents\My Videos\country house rescue s02e01.avi -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob C:\Documents and Settings\Administrator\My Documents\My Videos\TEST.ts
- Post here the ffmpeg log.
- Add this ouput file (TEST.ts) to the serviio library and check if video is always down.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

ozpete999

Serviio newbie

Posts: 12

Joined: Sat Feb 19, 2011 5:02 pm

Post Wed Mar 23, 2011 4:14 pm

Re: Toshiba sound but not video

Thanks for your continued help

The transcoded Test.ts file does NOT play video - only the audio.

The VOB file output from FFmpeg -i is here

  Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "C:\Documents and Settings\Administra
tor\My Documents\My Videos\Gruen S02E06mpg.DVD\VIDEO_TS\VTS_01_1.VOB"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jan 10 2011 21:46:22 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 0 /  0.16. 0
  libavcodec    52.108. 0 / 52.108. 0
  libavformat   52.92. 0 / 52.92. 0
  libavdevice   52. 2. 3 / 52. 2. 3
  libavfilter    1.72. 0 /  1.72. 0
  libswscale     0.12. 0 /  0.12. 0
[mpeg @ 0164ce50] max_analyze_duration reached
Input #0, mpeg, from 'C:\Documents and Settings\Administrator\My Documents\My Vi
deos\Gruen S02E06mpg.DVD\VIDEO_TS\VTS_01_1.VOB':
  Duration: 00:27:25.85, start: 0.160000, bitrate: 3977 kb/s
    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 64:45 DAR 16:9]
, 4000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x80]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
At least one output file must be specified

C:\Program Files\Serviio\lib>


Thanks
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Mar 23, 2011 4:47 pm

Re: Toshiba sound but not video

OK, could you try transcoding locally and add to library this output result:
just add "-s 720x576" option
ffmpeg.exe -i C:\Documents and Settings\Administrator\My Documents\My Videos\country house rescue s02e01.avi -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x576 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob C:\Documents and Settings\Administrator\My Documents\My Videos\TEST.ts

Could you also post "ffmpeg -i" result of the output TEST.ts file?

EDIT: You could also make test by changing GOP number option: -g 12 and other number.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

ozpete999

Serviio newbie

Posts: 12

Joined: Sat Feb 19, 2011 5:02 pm

Post Thu Mar 24, 2011 12:55 pm

Re: Toshiba sound but not video

Yes yes yes !
Finally.... something on the screen - well done.

I took three files - the country house AVI file and the Mission Impossible AVI file, and the Atul Spice Kitchen MKV file - and transcoded them with your settings to a TS.

The results are
1) the Country House AVI file transcodes perfectly - plays well, correct aspect, FF, REW everything
2) the Atul Spice Kitchen MKV file transcodes perfectly - plays well, correct aspect, FF, REW everything
3) the Mission Impossible file is 90% perfect - plays well, FF, REW... but the aspect ratio is wrong. It is at 4:3, and the picture on the screen ends up being stretched horizontally.

But... I am very impressed. You have gotten me video from these files and that is fantastic.

So, as requested, here are the output from the FFmpeg -i request to the three TS files

For the Country House AVI file transcoded using these settings
ffmpeg.exe –I “C:\Documents and Settings\Administrator\My Documents\My Videos\country house rescue s02e01.avi” -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x576 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob “C:\Documents and Settings\Administrator\My Documents\My Videos\TEST_CH.ts
the result was
  Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "C:\Documents and Settings\Administra
tor\My Documents\My Videos\TEST_CH.ts"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jan 10 2011 21:46:22 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 0 /  0.16. 0
  libavcodec    52.108. 0 / 52.108. 0
  libavformat   52.92. 0 / 52.92. 0
  libavdevice   52. 2. 3 / 52. 2. 3
  libavfilter    1.72. 0 /  1.72. 0
  libswscale     0.12. 0 /  0.12. 0
[mpeg @ 0164ce60] max_analyze_duration reached
Input #0, mpeg, from 'C:\Documents and Settings\Administrator\My Documents\My Vi
deos\TEST_CH.ts':
  Duration: 00:47:42.72, start: 1.000000, bitrate: 4709 kb/s
    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 64:45 DAR 16:9]
, 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 128 kb/s
At least one output file must be specified

C:\Program Files\Serviio\lib>


For the Mission Impossible AVI file with the wrong final aspect ratio (original TV show is 4:3) transcoded using these settings

ffmpeg.exe -i “C:\Documents and Settings\Administrator\My Documents\My Videos\ Mission Impossible S01E01 - Pilot.avi” -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x576 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob “C:\Documents and Settings\Administrator\My Documents\My Videos\TEST_MI.ts”

the result was
  Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "C:\Documents and Settings\Administra
tor\My Documents\My Videos\TEST_MI.ts"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jan 10 2011 21:46:22 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 0 /  0.16. 0
  libavcodec    52.108. 0 / 52.108. 0
  libavformat   52.92. 0 / 52.92. 0
  libavdevice   52. 2. 3 / 52. 2. 3
  libavfilter    1.72. 0 /  1.72. 0
  libswscale     0.12. 0 /  0.12. 0
[mpeg @ 0164ce60] max_analyze_duration reached
Input #0, mpeg, from 'C:\Documents and Settings\Administrator\My Documents\My Vi
deos\TEST_MI.ts':
  Duration: 00:48:14.08, start: 1.000000, bitrate: 3304 kb/s
    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 16:15 DAR 4:3],
 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 128 kb/s
At least one output file must be specified

C:\Program Files\Serviio\lib>


For the Atul's Spice Kitchen MKV file transcoded using these settings
ffmpeg.exe -i “C:\Documents and Settings\Administrator\My Documents\My Videos\Atul's Spice Kitchen Malaysia s01e03l.mkv” -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x576 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob “C:\Documents and Settings\Administrator\My Documents\My Videos\TEST_ASK.ts”

the result was
  Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "C:\Documents and Settings\Administra
tor\My Documents\My Videos\TEST_ASK.ts"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jan 10 2011 21:46:22 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 0 /  0.16. 0
  libavcodec    52.108. 0 / 52.108. 0
  libavformat   52.92. 0 / 52.92. 0
  libavdevice   52. 2. 3 / 52. 2. 3
  libavfilter    1.72. 0 /  1.72. 0
  libswscale     0.12. 0 /  0.12. 0
[mpeg @ 0164ce60] max_analyze_duration reached
Input #0, mpeg, from 'C:\Documents and Settings\Administrator\My Documents\My Vi
deos\TEST_ASK.ts':
  Duration: 00:22:56.96, start: 1.000000, bitrate: 6272 kb/s
    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 64:45 DAR 16:9]
, 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 128 kb/s
At least one output file must be specified

C:\Program Files\Serviio\lib>


All files, when played back using MPEGPS, look and sound great - except for the aspect ratio on the Mission Impossible.
Now - should I put that code somehow into a profile to make it work everytime??

Thanks for your continued help.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Mar 24, 2011 2:21 pm

Re: Toshiba sound but not video

Zip, Do you think (like forceStereo option) we could add profile option to force frame size and aspect ratio of output video on ffmpeg command options:
`-s size'
Set frame size. The format is `wxh' (ffserver default = 160x128, ffmpeg default = same as source).
`-aspect aspect'
Set aspect ratio (4:3, 16:9 or 1.3333, 1.7777).

For ozpete999 that could resolved his Toshiba SD format limitation.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Mar 24, 2011 3:16 pm

Re: Toshiba sound but not video

possibly. create a ticket pls
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Mar 24, 2011 3:28 pm

Re: Toshiba sound but not video

ozpete999 wrote: For the Mission Impossible AVI file with the wrong final aspect ratio (original TV show is 4:3) transcoded using these settings
ffmpeg.exe -i “C:\Documents and Settings\Administrator\My Documents\My Videos\ Mission Impossible S01E01 - Pilot.avi” -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x576 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob “C:\Documents and Settings\Administrator\My Documents\My Videos\TEST_MI.ts”


Could you add "-aspect 16:9" to your previous command and check the final aspect ratio or "-aspect 4:3" don' know ?
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

ozpete999

Serviio newbie

Posts: 12

Joined: Sat Feb 19, 2011 5:02 pm

Post Fri Mar 25, 2011 12:05 pm

Re: Toshiba sound but not video

Thanks for your help and suggestions.

I tried a number of things with the 720x576 aspect ratio. Nothing worked.

Then, scouring the TV manual, I came across some settings for 525p and i (480p and i)

It suggested that the AR was 720x480

So I entered those values and - voila - it works !!!!

Whether I put in 4:3 or 16:9 or nothing doesn't seem to affect the output. I provide the FFmpeg -i files below

A transcoding of the following (where -aspect 16:9 or -aspect 4:3 or no aspect ratio at all)
ffmpeg.exe -i “C:\Documents and Settings\Administrator\My Documents\My Videos\Mission Impossible S01E01 - PilotShort.avi” -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x480 -aspect 4:3 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob “C:\Documents and Settings\Administrator\My Documents\My Videos\TEST_MI_ASPECT.ts”

results in
  Code:
C:\Program Files\Serviio\lib>ffmpeg -i "C:\Documents and Settings\Administrator\
My Documents\My Videos\TEST_MI_ASPECT.ts"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jan 10 2011 21:46:22 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 0 /  0.16. 0
  libavcodec    52.108. 0 / 52.108. 0
  libavformat   52.92. 0 / 52.92. 0
  libavdevice   52. 2. 3 / 52. 2. 3
  libavfilter    1.72. 0 /  1.72. 0
  libswscale     0.12. 0 /  0.12. 0
[mpeg @ 0164ce60] max_analyze_duration reached
Input #0, mpeg, from 'C:\Documents and Settings\Administrator\My Documents\My Vi
deos\TEST_MI_ASPECT.ts':
  Duration: 00:01:13.80, start: 1.000000, bitrate: 3030 kb/s
    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 8:9 DAR 4:3], 1
04857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 128 kb/s
At least one output file must be specified

C:\Program Files\Serviio\lib>


Thanks for your continued help
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Mar 25, 2011 1:11 pm

Re: Toshiba sound but not video

ozpete999 wrote:...It suggested that the AR was 720x480
So I entered those values and - voila - it works !!!!

Good job!
ozpete999 wrote:Whether I put in 4:3 or 16:9 or nothing doesn't seem to affect the output. I provide the FFmpeg -i files below

So we could just add "-s <size>" option, I create ticket for 0.6 feature request.

zip wrote:possibly. create a ticket pls

Done: https://bitbucket.org/xnejp03/serviio/i ... n-renderer
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

ozpete999

Serviio newbie

Posts: 12

Joined: Sat Feb 19, 2011 5:02 pm

Post Fri Mar 25, 2011 3:21 pm

Re: Toshiba sound but not video

I am really pleased and grateful for what you guys have done.
A month ago I honestly thought there was no way it was ever going to play anything transcoded !!!
So tonight I could sit down and actually watch a complete program on the BIG screen !!

Thanks for opening the feature request in bit bucket.

How do you envisage the -s option working?

For example, you have given me a Toshiba profile setting already which will transcode everything to MPEGTS and then play out as a PS .

How would any new profile know which file needs to have the extra -s 720x480 and which ones don't?
Or, is it some special code that would be hardcoded into the Serviio program somewhere?

Thanks.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Mar 25, 2011 3:38 pm

Re: Toshiba sound but not video

It's up to testing, but usually it'd be applied to all files.
<<

ozpete999

Serviio newbie

Posts: 12

Joined: Sat Feb 19, 2011 5:02 pm

Post Sat Mar 26, 2011 9:48 am

Re: Toshiba sound but not video

OK.
Well, of course I will be available to help with any testing

Thanks
<<

DAfshar

Serviio newbie

Posts: 2

Joined: Thu Aug 18, 2011 9:15 am

Post Thu Aug 18, 2011 9:56 am

Re: Toshiba sound but not video

I'm having the same problem on my friend's Toshiba 42" TV.
What is the profile that is currently working for Toshiba Regza TVs in Japan?
Next

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 28 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.