Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Terje J. Hanssen
Den 24. jan. 2017 16:58, skrev Andy Furniss: Terje J. Hanssen wrote: Den 24. jan. 2017 12:41, skrev Andy Furniss: Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -pix_fmt yuv420p? I thought PAL DV

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Andy Furniss
Terje J. Hanssen wrote: Den 24. jan. 2017 12:41, skrev Andy Furniss: Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -pix_fmt yuv420p? I thought PAL DV was 420p - if by chance ffmpeg -i shows

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Andy Furniss
Terje J. Hanssen wrote: Den 24. jan. 2017 12:41, skrev Andy Furniss: Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -preset slow -crf 20 -g 24 -vf setsar=sar=12/11 -threads 8 -x264opts bluray-compat

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Terje J. Hanssen
Den 24. jan. 2017 12:41, skrev Andy Furniss: Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -preset slow -crf 20 -g 24 -vf setsar=sar=12/11 -threads 8 -x264opts bluray-compat=1:vbv-bufsize=15000:vbv-

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread kumar vikram
Hey Terje, I need to maintain the container. The input video is MPEG-2. I need to maintain that, I tried the following command, but it did not work either. ffmpeg -i c:\ffmpeg\18001.mpg -c:v mpeg2video -vf setsar=sar=12/11 -threads 8 -strict experimental -ar 48000 -ab 256k -y c:\ffmpeg_1\18001_1

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Andy Furniss
Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -preset slow -crf 20 -g 24 -vf setsar=sar=12/11 -threads 8 -x264opts bluray-compat=1:vbv-bufsize=15000:vbv-maxrate=3 -acodec ac3 -strict experimental

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-23 Thread Terje J. Hanssen
Den 23. jan. 2017 14:59, skrev Carl Eugen Hoyos: 2017-01-23 3:14 GMT+01:00 Terje J. Hanssen : So far I have therefore given up to get pcm audio muxed into .m2ts for a working Blu-ray video. Just to avoid a misunderstanding: From FFmpeg's pov, "pcm" and "pcm-bluray" are two completely differe

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-23 Thread Carl Eugen Hoyos
2017-01-23 3:14 GMT+01:00 Terje J. Hanssen : > So far I have therefore given up to get pcm audio muxed into .m2ts > for a working Blu-ray video. Just to avoid a misunderstanding: From FFmpeg's pov, "pcm" and "pcm-bluray" are two completely different things like - for example - h264 and vp8; and o

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-22 Thread Terje J. Hanssen
First, Thanks to all of you who has replied and, excuse my late follow up in common as follows: Den 20. jan. 2017 17:02, skrev Moritz Barsnick: > > Especially that ffmpeg doesn't play the resulting > file wonders me (even tough ffmpeg does have its issues with encoding > MPEG-TS, so those may

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-20 Thread Andy Furniss
Andy Furniss wrote: As lpcm doesn't work maybe truehd? ISTR there was a gsoc project to encode. I tried and it seems the encoder has issues, needs -strict -2 and isn't lossless (reported on playback/decode first couple of seconds). It also produces smaller output than input (s16le -> thd ->

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-20 Thread Andy Furniss
Terje J. Hanssen wrote: Hi List, I'm a new user here and want suggestions for "best" ffmpeg syntax to transcode PAL 576i DV source files to compliant SD-BD_x264m2ts and/or SD-BD_mpeg2.m2ts. The AVCHD-SD specification is possibly something that could be used https://en.wikipedia.org/wiki/AVCHD#Sp

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-20 Thread Carl Eugen Hoyos
2017-01-19 19:19 GMT+01:00 Terje J. Hanssen : > - keep by copy the DV LPCM audio if possible. FFmpeg has no pcm-bluray encoder and you cannot mux pcm into mpegts (the audio gets unreadable). Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.or

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-20 Thread Moritz Barsnick
On Fri, Jan 20, 2017 at 16:32:13 +0100, Terje J. Hanssen wrote: > Not any Blu-ray burners or suggestions how to use ffmpeg here? Possibly, > how to modify the LPCM audio syntax in 3) above? I couldn't find any more precise indicators on the required formats. I thought it could well be 24 bits ins

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-20 Thread Terje J. Hanssen
I bump this once more: Not any Blu-ray burners or suggestions how to use ffmpeg here? Possibly, how to modify the LPCM audio syntax in 3) above? I just want BD playback compliant (intermediate) AVC and/or mpeg2 formats, not the BD authoring itself., Terje H. __