Opened 6 years ago
Last modified 6 years ago
#7556 new defect
-pass 1 option change the x264 profile to 'main'
Reported by: | Roberto Belardo | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | libx264 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I am trying to obtain an mp4 with profile HIGH and level 4.0 from a XDCAMHD mxf input.
Summary of the bug:
Using the option '-pass 1' change the x264 profile to 'Main' even if the option '-profile:v high" is set.
Removing the '-pass 1' option correctly set the profile to High 4.0.
How to reproduce:
./ffmpeg -y -hide_banner -v info -i ./in/XDCAMHD_30sec.mxf -c:v libx264 -s 1920x1080 -aspect 16:9 -r 25 -g 25 -bf -1 -b:v 3000k -minrate 3000k -maxrate 3000k -bufsize 3000k -nal-hrd cbr -profile:v high -level:v 4.0 -coder ac -x264-params ref=4 -pass 1 -f mp4 -filter_complex '[0:a:0][0:a:1] amerge=inputs=2 [aout]' -map 0:0 -map '[aout]' -c:a aac -q:a 0 -ar 44100 -write_tmcd 0 -movflags +faststart -vf "format=yuv420p" ./out/T3_XDCAM.mp4
Attachments (1)
Change History (2)
by , 6 years ago
comment:1 by , 6 years ago
Component: | ffmpeg → undetermined |
---|---|
Keywords: | libx264 added; x264 removed |
Priority: | important → normal |
Please (test current FFmpeg git head and) remove -hide_banner
from your command line and provide complete, uncut console output to make this a valid ticket.
Note:
See TracTickets
for help on using tickets.
log