- acmelabs’ blog
- my howto collection and stuff
- HOWTO: Convert and write AVCHD (.mts) to DVD with Linux
- 25 thoughts on “ HOWTO: Convert and write AVCHD (.mts) to DVD with Linux ”
- unixforum.org
- AVCHD в Linux, чем воспроизводить и редактировать?
- AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
- Re: AVCHD в Linux, чем воспроизводить и редактировать?
acmelabs’ blog
my howto collection and stuff
HOWTO: Convert and write AVCHD (.mts) to DVD with Linux
You’ve got a brand-new AVCHD camcorder from Panasonic, Sony or Canon and recorded your kids the first time in HD quality and want now to show the footage to your children’s grandmother?
Sure, no problem.
Just plug your camcorder directly into your also brand-new BluRay-writer or convert and author the footage with your Windows box first 😉 *kidding*
We’re of course on Linux and we don’t have a BluRay-writer, at least grandma doesn’t have one. What now? Well – I assume granny has a DVD-player. And we’re in the game again. I assume also you know how to compile (see other articles at this site, if not) and you also know how to install missing packages (e.g.: “apt-get install dvdauthor growisofs” ).
We just need these free Linux tools:
mencoder (latest trunk: > ca. 27000, see mplayer note at the end) dvdauthor (repo: 0.6.14) growisofs (repo: 7.1)
The example above is for PAL (Europe), for NTSC (USA) use “scale=720:480” and –(o)fps 60. “-lavcopts” was also running with an additional “:threads=4“. I left this away for compatibility reasons.
My sample file was 515 seconds long ( 8,1/2 minutes) and it took me about 13 minutes (31.66fps avarage) to convert it on a Intel Q6600 2,4Ghz (quadcore) and a x86_64 Ubuntu 8.10.
The input-file was 1GB in size and the output_file was 332MB. The footage was a recording from a Canon HF100, recorded at 15MBit/s (highest quality, H264 1920×1080).
So a rule of thumb could be: 10GB AVCHD
3,4GB MPEG2.
In my footage was a lot panning, so you’ll get smaller output, if you don’t have a lot motion in your footage. But if you take the values above, your AVCHD footage could be about 14GB in size and it would still fit onto a single layer DVD (4,3GB), which in this case is a video length of about 110 minutes.
Please consider that this example was also made for a PAL system (fps 50) and with a Canon HF100 camcorder. You probably have to use for a Panasonic HDC-SDxxx the ‘-demuxer lavf’ switch, instead of ‘-fps 50’ (or 60 for NTSC).
After you’ve got your output file in MPEG2 format, you can prepare it for writing on a DVD with dvdauthor:
Test it, before writing:
See/download the dvd.xml example in the link above, and adjust it to your needs.
Finally write it to a DVD via growisofs:
growisofs -dvd-compat -Z /dev/dvdrw -dvd-video ./dvd/
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
./configure
make && make install
Report bugs, typos and stuff. Thanks!
25 thoughts on “ HOWTO: Convert and write AVCHD (.mts) to DVD with Linux ”
I have tried your steps with .mts files from a Panasonic camcorder, but with or without -demuxer lavf switch I get many messages of the following kind:
Pos: 1.4s 73f ( 2%) 33.20fps Trem: 1min 47mb A-V:0.008 [6423:384]
1 duplicate frame(s)!
Pos: 1.4s 75f ( 2%) 33.27fps Trem: 1min 47mb A-V:0.012 [6380:384]
1 duplicate frame(s)!
Pos: 1.5s 77f ( 2%) 33.39fps Trem: 1min 47mb A-V:0.016 [6319:384]
1 duplicate frame(s)!
Pos: 1.5s 79f ( 2%) 33.43fps Trem: 1min 47mb A-V:0.012 [6271:384]
1 duplicate frame(s)!
Pos: 1.5s 81f ( 2%) 33.42fps Trem: 1min 56mb A-V:0.016 [6447:384]
1 duplicate frame(s)!
Pos: 1.6s 83f ( 2%) 33.54fps Trem: 1min 56mb A-V:0.020 [6360:384]
Also the output video shows some artefacts every few seconds. Do you have any ideas, which switches I could play around with?
Hmmmm, actually adding ‘-demuxer lavf’ (without removing ‘-fps 50’) got rid of the artefacts.
Also using ‘-ofps 25 -fps 50’ seems to silence the warnings about duplicate frames, but I still have to check more closely whether I am breaking something else with that. At first sight it seems like this is cutting away the first second(s)(?) for some reason.
Hi,
first of all, thanks for feedback.
It’s important to know, that most footages behaves differently. I’ve got a Panasonic HDC-SD100 and a Canon HF100. For the Panasonic I had to add the “-demuxer lavf” part. Do you have a PAL or an NTSC model? Do you record 25p/30p or 50i/60i, or even something completely different.
Anyhow, I’m glad you got it working, and reported back here. Thanks a lot.
Does a deb package of the latest mplayer/mencoder exist for ubuntu ?
@oguh
Dunno,
but actually it won’t make much sense to me, because
a) they almost never release
b) the sources changes very much every day
c) ./configure && make && make install isn’t very difficult
But it’s worth to give Google a try if you like.
Works great for me – one issue:
you create a output-file.mpg, but your dvd.xml file references output_file.mpg
Can you fix that typo? You’re quite high on the AVCHD/linux google hit, so fixing that tiny mistake will help a lot of people.
@Illtud
Thanks a lot for feedback. I see a lot of readers, but rarely a feedback. Thanks 🙂
It appears mplayer are using git now.
Thank you very much for posting this.
It works perfectly for me, with the Sony AVCHD and 64bit SuSE 11.0.
All software was installed using the repositories listed on the SuSE website.
The resulting mpeg plays for me with Mplayer, VLC, Kaffeine, etc.
I have to second those “-ofps 25” and “-demuxer lavf” suggestions, seems to work well for me (converting from Sony Handycam AVCHD to DVD).
Also there’s a document at the MPlayer site
http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-vcd-dvd.html
which says that PAL DVDs should use fps of 25.
(For NTSC, obviously different, 30000/1001 or 24000/1001.)
I’ve also added “vstrict=0” to the -lavcopts because the above document recommends it for DVDs.
Thanks for sharing!
For Mac users:
If you want to convert AVCHD ( mts ) to DVD on Mac ?just follow this guide :
How to Burn MTS videos to DVD on Mac ?
I tested the procedures as above and it works.
besides I translated some of your procedures and
re-blog it in Taiwanese at here
Hey people 😉
I own Canon HF200 and play mts on Fedora 9 and Fedora 11 using mplayer SVN-r29189-snapshot-4.4.0 passing -fps50. I sometimes encounter artifacts and mplayer says:
“[h264_vdpau @ 0xe08d60]illegal short term buffer state detected1 0
[h264_vdpau @ 0xe08d60]Missing reference picture”.
-demuxer lavf solved an issue but then mplayer played mts file in slow motion-like. Tried to removed -fps 50 (different values for fps/ofps, the same behavor).
What ya think?
Hello everybody.
I’m a Linux-user and I have a Panasonic HDC-SD200 camcorder who also makes .MTS-files. I want to convert them to .mpg with the line who is given for the Terminal, but it doens’t work.
If I type ‘>mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9:threads=4 input-file.mts -ofps 50 -demuxer lavf -o output_file.mpg’
-> it says: bash: -oac: command not found
Could someone help me?
Thanks in advance.
Remove the “>” from the beginning of your command, then it should work. It thinks you are trying to run the “>mencoder” command, but the “>” actually just signifies the command line (terminal).
I removed the “>”, but it still doesn’t work.
Now de Terminal says:
————————————————————–
MEncoder 2:1.0
rc2-0ubuntu13.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T5550 @ 1.83GHz (Family: 6, Model: 15, Stepping: 13)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
File not found: ‘input-file.mts’
Failed to open input-file.mts.
Cannot open file/device.
Exiting…
————————————————————–
I have renamed the file I want to convert to ‘input-file.mts’.
Do I have to put the adress of the file in the command? Or is it something else?
Make sure the file extension is not “.MTS” as that would be different from “.mts”.
Other than that, post the output of the “ls” command. Or type “ls input-file.mts” and post the output of that. You might be in the wrong folder in the terminal.
I think I’m in the good folder in the Terminal now.
Only the Terminal still doesn’t convert the file.
rc2-0ubuntu13.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T5550 @ 1.83GHz (Family: 6, Model: 15, Stepping: 13)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
success: format: 0 data: 0x0 – 0x5e2e8800
libavformat file format detected.
[h264 @ 0x8814710]PAFF interlacing is not implemented
[h264 @ 0x8814710]concealing 4080 DC, 4080 AC, 4080 MV errors
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
[lavf] Audio stream found, -aid 2
VIDEO: [H264] 1920×1080 0bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:35 fourcc:0x34363248 size:1920×1080 fps:25.00 ftime:=0.0400
PACKET SIZE: 2048 bytes, deltascr: 43885
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
Opening video filter: [harddup]
Opening video filter: [scale w=720 h=576]
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg’s libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
audiocodec: framecopy (format=2000 chans=6 rate=48000 bits=0 B/s=48000 sample-0)
Limiting audio preload to 0.4s.
Increasing audio density to 4.
[h264 @ 0x8814710]PAFF interlacing is not implemented
[h264 @ 0x8814710]concealing 4080 DC, 4080 AC, 4080 MV errors
VDec: vo config request – 1920 x 1080 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 – prescaling to correct movie aspect.
SwScaler: reducing / aligning filtersize 12 -> 12
SwScaler: reducing / aligning filtersize 12 -> 12
SwScaler: reducing / aligning filtersize 9 -> 8
SwScaler: reducing / aligning filtersize 9 -> 8
[swscaler @ 0x880f730]SwScaler: BICUBIC scaler, from yuv420p to yuv420p using MMX2
[swscaler @ 0x880f730]SwScaler: using n-tap MMX scaler for horizontal luminance scaling
[swscaler @ 0x880f730]SwScaler: using n-tap MMX scaler for horizontal chrominance scaling
[swscaler @ 0x880f730]SwScaler: using n-tap MMX scaler for vertical scaling (YV12 like)
[swscaler @ 0x880f730]SwScaler: 1920×1080 -> 720×576
videocodec: libavcodec (720×576 fourcc=3267706d [mpg2])
Writing header…
INITV: 0.200, 0.180, fps: 50.000
[h264 @ 0x8814710]PAFF interlacing is not implemented A-V:0.000 [0:0]
[h264 @ 0x8814710]top block unavailable for requested intra mode at 39 1
[h264 @ 0x8814710]error while decoding MB 39 1, bytestream (53724)
[h264 @ 0x8814710]illegal short term buffer state detected
[h264 @ 0x8814710]concealing 8160 DC, 8160 AC, 8160 MV errors
Segmentation fault
———————————————————————
What means this all?
Thanks for this! Sucessfully converted video from my Panasonic HDC SD20 using some of these instructions.
Using ubuntu 9.04 jaunty.
Connected camera via usb.
Simply copied the AVCHD folder under the top level PRIVATE folder. You actually just need the MTS files in the AVCHD/BDMV/STREAM folder.
I Installed the WinFF (via ubuntu menu Applications/Add&Remove). WinFF is just a front end to ffmpeg.
In WinFF, I dragged and dropped all the MTS files to WinDD.
In WinFF,Then I selected the “Output Details” and picked “Convert to: DVD”. “Device Preset” PAL DVD HQ (16:9).
VERY IMPORTANT: I had to set “Additional Options/Audio Settings/Audio Channels: 2”. Otherwise I got an error on the console when trying to convert: “Error while opening codec for output stream #0.1 – maybe incorrect parameters such as bit_rate, rate, width or height”.
In WinFF, click Convert. Its very very slow: 8 hours per hour of video!
I ended up with one output mpg file per input MTS file.
From here, I used the instructions above:
dvdauthor -o dvd -x dvd.xml
Check it worked with
mplayer dvd:// -dvd-device ./dvd
growisofs -dvd-compat -Z /dev/dvdrw -dvd-video ./dvd/
You can use GUI for authoring and burning, instead of dvdauthor and growisofs in terminal.
Try Bombono DVD!
Personally, I often use Moyea MTS Converter for converting MTS files to DVD for burning.
These days there’s more Linux video editors out there. The latest I tried is OpenShot (still evaluating, but it looks promising). If you’re willing to try the development version, you can install it on Ubuntu by following the instructions here:
http://www.openshotvideo.com/2008/04/ppa-instructions.html
OpenShot seems to support also Blu-Ray in addition to DVD, which is nice for those HD videos. I won’t be able to try that out yet, because I don’t have a Blu-Ray player nor Blu-Ray writing drive in my computer.
For a nice overview of the available Linux video editors (done in september 2009, not quite current but a lot more recent than most other things I seem to find), look at http://www.tannerhelland.com/commentary/ubuntu-linux/day-5-ubuntu-10-10-features/
For Panasonic HDC-HS60 I used this:
for file in *.MTS; do
mencoder -demuxer lavf -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf yadif,scale=720:576,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9000:vbitrate=5000:keyint=15:aspect=16/9:trell:vstrict=0 -ofps 25 -fps 50 -o $file.mpg $file
done
added options:
yadif – for deinterlacing – without this moving objects on 25 fps has “ghosts” from previous/next frame
trell – for better quality
vstrict=0 – for better compatibility with standalone players
Источник
unixforum.org
Форум для пользователей UNIX-подобных систем
- Темы без ответов
- Активные темы
- Поиск
- Статус форума
AVCHD в Linux, чем воспроизводить и редактировать?
AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение savigm » 07.02.2010 02:31
Собствеено есть два вопроса: чем просматривать AVCHD файлы и чем их редактировать в Linux. Под форточки вагон программ и кодеков для этих целей, но я не любитель сидеть под форточками. Хотелось-бы достойной альтернативы под любимую ОС — openSuse 11.2. Скачал набор кодеков с opensuse-community.org, теперь плееры открывают mts файлы, но в xine есть тормоза в видео, а в mplayer картинка вообще ели двигается. Причем причина тормозов не в железе, под форточками в том-же Media Player все прекрасно проигрывается без тормозов. Кроме того: mplayer нормально определяет fps — 25.
Итак: нужны программы для просмотра и редактирования AVCHD видео.
Вот кстати выдача mplayer при просмотре mts файла:
Кодек для восмпроизведения — FFmpeg’s libavcodec codec family.
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение Bizdelnick » 07.02.2010 02:47
в консол и вку́пе (с чем-либо) в общем в ообще | в течени е (часа) нович ок нюанс п о умолчанию | приемл емо пробле ма проб овать тра фик |
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение savigm » 07.02.2010 03:40
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение Bizdelnick » 07.02.2010 04:07
в консол и вку́пе (с чем-либо) в общем в ообще | в течени е (часа) нович ок нюанс п о умолчанию | приемл емо пробле ма проб овать тра фик |
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение bakulenko » 07.02.2010 10:18
Re: AVCHD в Linux, чем воспроизводить и редактировать?
редактировать — ничем!
по лицензионным соглашениям редактировать AVCHD можно только ПРОФЕССИОНАЛЬНО (т.е. на той аппаратуре и ПО где в стоимость их уже заложены отчисления авторам проекта)
ps Для джедаев, как всегда, нет ничего невозможного. Можно смонтировать ролик с пратически любыми фильтрами/переходами используя связку всех доступных программ (blender, avidemux/virtualdub, cinelerra, kdenlive, mplayer/mencoder, ffmpeg, mkvtoolnix). Как? — думайте. Это возможно.
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение Vasek91 » 07.02.2010 17:06
К примеру так. Со значениями параметров поиграетесь сами
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение savigm » 08.02.2010 00:08
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение snum » 08.02.2010 22:24
Привет всем!
Владелец Canon HG10, формат записи *.mts.
С недавних пор стал пользователем Linux(в частности opensuse 11.2).
Версия 4.3.1 (KDE 4.3.1) «release 6».
И так формат файлов mts.
Не знаю кто как, а я лучшего формата для монтажа как переход из mts в avi не нашел(если у кого-то другой жизненный опыт — делитесь)
Под windows использовал набор бесплатных кодеков и плееров mtsToAvi.
Оказывается подобнная сборка существует и для линух
Информацию можно прочесть тут — http://www.fsckin.com/2008/01/03/transcodi. -free-software/
Еще не тестировал, но думаю в ближайшем будущем ею займусь!
Единственный минус виндожной сборки — последняя итерация создание ави и добавления звука.Как по мне звук поршивый, но в выдернутом файле wav из mts(тот что на записи). Поэтому пришлось при монтаже авишного готового файла канал звука удалять и добавлять wav.
+ к ави — меньший разьем легче редактировать.
С монтажным ПО пока стопор, скачал cinelerra lives но ни одна не является супер пупер, и работающая с mts. С ави проблем вроде бы нет, но тестировал на маленьком файле, какие чудеса происходят при большой нарезке одному богу только известно.
Если кто занимается монтажем в понравившемся ПО — пишите, рад буду любой информации.
Спасибо.
П.с.: просматриваю mts как есть, без дополнительных кодеков, с помощью VLC. не тормазит и не глючит.
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Re: AVCHD в Linux, чем воспроизводить и редактировать?
>Ну я занимаюсь, видеокамер несколько, основная — Canon HV40. На выходе — файл.m2t (видео MPEG2 / аудио >mp2 / формат MPEG_TS).
>С нее граблю видео через dvgrab, основной редактор — avidemux.
>алгоритмы выполнения разных задач я уже не раз описывал в этом форуме,
>пишите что конкретно интересует
Добрый вечер!
Вопрос не по линуксной специфике. Редактируете видео в каком формате ави? А на выход какой приемлемый формат, тоже ави?
А с линуксом интересует монтаж переходов между кадрами, игра с текстом. я тут человек новый и меньше на половину виндожник(
Буду рад любой ссылке))))
спасибо
Редактирую видео в том же формате, в котором оно грабится MPEG_TS (MPEG Transport Stream), avidemux его прекрасно понимает. Если надо сделать что-то по серьезней, в другом видеоредакторе — экспортирую нужный фрагмент в MPEG_PS (MPEG Program Stream).
«Монтаж переходов между кадрами» — не совсем понял, что здесь имеется в виду. если это — «как редактировать по ключевым кадрам, чтобы не было пережатия и артефактов», то я это описывал в теме «Грамотный кодинг видео в линукс». Поищи там, мне лень повторяться.
И что значит «игра с текстом»?
ps Сам я avi не использую нигде. Только когда надо отдать видеоролик кому-то и чтоб быть уверенным, что человек его без проблем сможет посмотреть.
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение vlav » 20.03.2010 00:50
Не могу удержаться, чтобы не написать, хотя буду в отпуске и вернусь через неделю.
Специально для этого дела (отпуска) на днях приобрел панасоник hdc tm60 с записью в единственном формате avchd
Stream #0.0[0x1011]: Video: h264, yuv420p, 1920×1080 [PAR 1:1 DAR 16:9], 50 tbr, 90k tbn, 50 tbc, и, таким образом, был погружен в описанные проблемы.
Итак — копируем файлы *.MTS через мини юсб на компьютер. (Не понял, что в предыдущем посте написно про «захват».)
Воспроизведение:
mplayer и прочие — все либо тормозят видео, либо оно дергается.
Поделюсь опытом — файлы mts прекрасно можно смотреть на телевизоре через медиаплэйеры iconbit прямо с того же компа по nfs или samba без всяких тормозов с совершенно офигительным качеством.
Редактировать —
mencoder как бы работает, но глючит про переполнения буферов (хотя комп очень мощный) и рассинхронизирует звук. Конвертировать впрямую в другой формат и даже сделать ovc copy невозможно
avidemux — что то загружается, но не работает
kdenlive — аналогично
короче путь, который я пока нашел — это m2tstoavi
На выходе получается 2 файла: поток видео в формате yuv (примерно 100Мб входного файла — 6ГБ такого видео) и отдельно файл аудио в формате .ac3
Далее в том скрипте предлагается собрать все это менкодером в ави, но хотелось бы мнение — как лучше эту пару — yuv и ac3 — использовать для создания клипа и чем редактировать?
Надеюсь, что через неделю, когда вернусь, увижу здесь уже готовые рецепты
P.s. Кстати, что мплэйер пишет про MTS файл: seems 25 fps — это ему действительно кажется, на самом деле там 50 fps — это значение и еще размер картинки надо подправить в скрипте m2tstoavi, иначе ничего не получится.
Re: AVCHD в Linux, чем воспроизводить и редактировать?
Сообщение Rodegast » 20.03.2010 15:57
>mencoder как бы работает, но глючит про переполнения буферов (хотя комп очень мощный) и рассинхронизирует звук. Конвертировать впрямую в другой формат и даже сделать ovc copy невозможно
Источник