Hello all,

I am going crazzy with this problem:

I do a test with a blu-ray that I own and using aiseesoft blu-ray ripper I perform a trial on a movie and convert a couple of minutes to mp4.

this is the file:

ffmpeg version N-33093-gb4483a5, Copyright (c) 2000-2011 the FFmpeg developers
built on Sep 29 2011 14:54:32 with gcc 4.4.2

Seems stream 0 codec frame rate differs from container frame rate: 59.94 (60000/1001) -> 29.97 (2997/100)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\Rafa\Videos\Harry Potter\xbox h264 1080.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
creation_time : 1970-01-01 00:00:00
encoder : Lavf52.39.0
Duration: 00:00:57.72, start: 0.000000, bitrate: 4130 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 3997 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 59.94 tbc
Metadata:
creation_time : 1970-01-01 00:00:00
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 128 kb/s
Metadata:
creation_time : 1970-01-01 00:00:00
At least one output file must be specified


---> DB Level Info: 40, 77
---> Frame rate: 29.97
---> Aspect ratio: 16:9


which runs perfectly, ffw, rew, everything.

Then, if I convert the entire movie using same program, version, setting, everything the same, it says format not supported (transcoding always disabled)

This file:

ffmpeg version N-33093-gb4483a5, Copyright (c) 2000-2011 the FFmpeg developers
built on Sep 29 2011 14:54:32 with gcc 4.4.2

Seems stream 0 codec frame rate differs from container frame rate: 59.94 (60000/1001) -> 29.97 (2997/100)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\Rafa\Videos\Harry Potter\rafa.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
creation_time : 1970-01-01 00:00:00
encoder : Lavf52.39.0
Duration: 02:40:56.15, start: 0.000000, bitrate: 4134 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 3999 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 59.94 tbc
Metadata:
creation_time : 1970-01-01 00:00:00
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 128 kb/s
Metadata:
creation_time : 1970-01-01 00:00:00
At least one output file must be specified


---> DB Level Info: 40, 77
---> Frame rate: 29,97
---> Aspect ratio: 16:9


Any ideas ?

Best regards,

Rafa