No video output and source size is incorrect

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
bhoppe
Posts: 1
Joined: Sat Nov 30, 2013 7:16 pm

No video output and source size is incorrect

Post by bhoppe »

I'm using HandBrake 0.9.9. My source is an .mp4 file. I've successfully encoded other mp4 files but this particular one is giving me problems. When I read the source in, in the Picture tab the size was incorrect. It should be 1280x720 but it was reading it as 3006x4506!

In the log, it looks like the correct video stream is there, stream #0.0. The audio is on stream #0.1. Then there's this stream #0.2 that's messing it up and not sure what that's about.

So it looks like its not using stream #0.0 as the video but stream #0.2 instead. Any way to correct this?

Here's the Activity Log:

HandBrake 0.9.9.5530 - 64bit Version
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
Ram: 12271 MB, Screen: 1920x1200
Temp Dir: C:\Users\Von Hop\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Von Hop\AppData\Roaming\HandBrake\HandBrake\0.9.9.5530

-------------------------------------------
-i "F:\Videos\iPad Old\Thomas & Friends - Day of the Diesels.mp4" -t0 --min-duration=10 -v
[13:09:46] hb_init: starting libhb thread
HandBrake 0.9.9 (2013052900) - MinGW x86_64 - http://handbrake.fr
4 CPUs detected
Opening F:\Videos\iPad Old\Thomas & Friends - Day of the Diesels.mp4...
[13:09:46] hb_scan: path=F:\Videos\iPad Old\Thomas & Friends - Day of the Diesels.mp4, title_index=0
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening F:\Videos\iPad Old\Thomas & Friends - Day of the Diesels.mp4/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening F:\Videos\iPad Old\Thomas & Friends - Day of the Diesels.mp4/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(F:\Videos\iPad Old\Thomas & Friends - Day of the Diesels.mp4) failed (0000000001D7D6E0)
[13:09:46] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[13:09:46] dvd: not a dvd - trying as a stream/file instead
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'F:\Videos\iPad Old\Thomas & Friends - Day of the Diesels.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
creation_time : 1970-01-01 00:00:00
date : Monday, June 18, 2012 6:37:14 PM
encoder : Lavf52.32.0
Duration: 00:57:23.41, bitrate: 3136 kb/s
Stream #0.0(und): Video: h264, 1280x720, 3051 kb/s, PAR 159:160 DAR 53:30, 30 fps, 30 tbr, 30030 tbn
Metadata:
creation_time : 1970-01-01 00:00:00
Stream #0.1(und): Audio: aac, 48000 Hz, stereo, fltp, 64 kb/s
Metadata:
creation_time : 1970-01-01 00:00:00
Stream #0.2: Video: mjpeg, yuvj444p, 3006x4507, 90k tbn
[13:09:46] ffmpeg_title_scan: Unsupported color space
[13:09:48] scan: decoding previews for title 1
+ title 1:
+ stream: F:\Videos\iPad Old\Thomas & Friends - Day of the Diesels.mp4
+ duration: 00:57:23
+ size: 3006x4506, pixel aspect: 1/1, display aspect: 0.67, 23.976 fps
+ autocrop: 0/0/0/0
+ chapters:
+ 1: cells 0->0, 0 blocks, duration 00:57:23
+ audio tracks:
+ 1, Unknown (aac) (2.0 ch) (iso639-2: und)
+ subtitle tracks:
HandBrake has exited.
GregiBoy
Veteran User
Posts: 908
Joined: Sat Feb 12, 2011 9:23 pm

Re: No video output and source size is incorrect

Post by GregiBoy »

Have a look at the file details with MediaInfo (Freebie, Google is your friend) and post the results.

It looks like a poorly encoded (Pirate?) rip to me.
Smithcraft
Veteran User
Posts: 2697
Joined: Thu Jan 22, 2009 8:04 pm

Re: No video output and source size is incorrect

Post by Smithcraft »

Maybe use some sort of muxer to get rid of the 3rd stream?

SC
Deleted User 11865

Re: No video output and source size is incorrect

Post by Deleted User 11865 »

Oh crap, artwork again.
Deleted User 13735

Re: No video output and source size is incorrect

Post by Deleted User 13735 »

I think you would have to contact libav devs directly about mjpeg yuv 4:4:4 decoding
support
Deleted User 11865

Re: No video output and source size is incorrect

Post by Deleted User 11865 »

musicvid wrote:I think you would have to contact libav devs directly about mjpeg yuv 4:4:4 decoding
support
Nah, that's just the artwork, it's not the track we want to decode.
Deleted User 13735

Re: No video output and source size is incorrect

Post by Deleted User 13735 »

Ahh . . .
Now I get it.
Post Reply