Jump to content
6 hours ago, m2234323 said:

what is good free convert to work with avch in in hit flim   I recorde longer video of the camera by it self whil I do stuff

So you want to convert AVCHD files to something else?  You record long takes?

That is not dead which can eternal lie.  And with strange aeons even death may die. - The Call of Cthulhu

A university is not a "safe space". If you need a safe space, leave, go home, hug your teddy & suck your thumb until ready for university.  - Richard Dawkins

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9119044
Share on other sites

Link to post
Share on other sites

10 hours ago, m2234323 said:

yes for hit flim 4 express

and yes long tate like 2 hour some time

Transcode it to h.264?  I'd suggest ProRes or Cineform but only HitFilm Pro supports it.

Or change editor, to perhaps DaVinci Resolve 12?

That is not dead which can eternal lie.  And with strange aeons even death may die. - The Call of Cthulhu

A university is not a "safe space". If you need a safe space, leave, go home, hug your teddy & suck your thumb until ready for university.  - Richard Dawkins

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121058
Share on other sites

Link to post
Share on other sites

2 hours ago, AkiraDaarkst said:

Transcode it to h.264?  I'd suggest ProRes or Cineform but only HitFilm Pro supports it.

Or change editor, to perhaps DaVinci Resolve 12?

that was one reason why some love mac they come with iMovie that just work out of the box witth what ever you have

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121290
Share on other sites

Link to post
Share on other sites

3 minutes ago, m2234323 said:

what do you mean

The AVCHD container contains a h.264 stream which can be lossless copied into a mp4 container.

That's a very fast and easy process which can be done with ffmpeg stream copy

If I remember right there were some problems with interlaced AVCHD in ffmpeg years ago and I don't know if it is fixed yet but you can give it a try.

 

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121560
Share on other sites

Link to post
Share on other sites

1 minute ago, .spider. said:

The AVCHD container contains a h.264 stream which can be lossless copied into a mp4 container.

That's a very fast and easy process which can be done with ffmpeg stream copy

If I remember right there were some problems with interlaced AVCHD in ffmpeg years ago and I don't know if it is fixed yet but you can give it a try.

 

how to do it any front end or .bat file

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121574
Share on other sites

Link to post
Share on other sites

1 hour ago, m2234323 said:

that was one reason why some love mac they come with iMovie that just work out of the box witth what ever you have

Why don't you buy the Premium Formats package for HitFilm Express, it's only $8.50.

https://hitfilm.com/store/hitfilm-4-express#premium-formats

 

Or switch over to DaVinci Resolve 12.5, which BlackMagic provides a free version which is nearly as capable as the paid Studio version.

https://www.blackmagicdesign.com/products/davinciresolve

That is not dead which can eternal lie.  And with strange aeons even death may die. - The Call of Cthulhu

A university is not a "safe space". If you need a safe space, leave, go home, hug your teddy & suck your thumb until ready for university.  - Richard Dawkins

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121647
Share on other sites

Link to post
Share on other sites

1 minute ago, AkiraDaarkst said:

Why don't you buy the Premium Formats package for HitFilm Express, it's only $8.50.

https://hitfilm.com/store/hitfilm-4-express#premium-formats

 

Or switch over to DaVinci Resolve 12.5, which BlackMagic provides a free version which is nearly as capable as the paid Studio version.

https://www.blackmagicdesign.com/products/davinciresolve

did not want to buy any thing and thos many file Is what confuse me use to get one big video file on macwhen improting

 

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121654
Share on other sites

Link to post
Share on other sites

21 minutes ago, m2234323 said:

how to do it any front end or .bat file

ForEach ($file in Get-ChildItem  ".\inputfolder\" -Filter "*.mts")
{
$filename = -join ("./inputfolder/", $file.name)
$outname = -join ("./outputfolder/convert", $file.name, ".mp4")
./ffmpeg.exe -i $filename -c:v copy -c:a copy $outname
}

Not the prettiest powershell script but it should work 

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121656
Share on other sites

Link to post
Share on other sites

1 minute ago, m2234323 said:

did not want to buy any thing and thos many file Is what confuse me use to get one big video file on macwhen improting

 

Wait, are you working on an OSX machine or a Windows machine?

That is not dead which can eternal lie.  And with strange aeons even death may die. - The Call of Cthulhu

A university is not a "safe space". If you need a safe space, leave, go home, hug your teddy & suck your thumb until ready for university.  - Richard Dawkins

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121657
Share on other sites

Link to post
Share on other sites

Just now, AkiraDaarkst said:

Wait, are you working on an OSX machine or a Windows machine?

us to work on osx now have a pc stil can not get a good work flow my work flow before was opne iMovie creat new event click import waite put video togerth and export

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121665
Share on other sites

Link to post
Share on other sites

4 minutes ago, m2234323 said:

us to work on osx now have a pc stil can not get a good work flow my work flow before was opne iMovie creat new event click import waite put video togerth and export

What kind of editing do you do?  Because if it's simply a matter of joining various video clips together you can do the same in Resolve.

 

And Resolve should support more formats than HitFilm Express without having to purchase any additional packages/licenses.  You should be able to import AVCHD, ProRes, Cineform, etc.

That is not dead which can eternal lie.  And with strange aeons even death may die. - The Call of Cthulhu

A university is not a "safe space". If you need a safe space, leave, go home, hug your teddy & suck your thumb until ready for university.  - Richard Dawkins

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121681
Share on other sites

Link to post
Share on other sites

4 minutes ago, AkiraDaarkst said:

What kind of editing do you do?  Because if it's simply a matter of joining various video clips together you can do the same in Resolve.

 

And Resolve should support more formats than HitFilm Express without having to purchase any additional packages/licenses.  You should be able to import AVCHD, ProRes, Cineform, etc.

basic edting

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121689
Share on other sites

Link to post
Share on other sites

2 minutes ago, m2234323 said:

basic edting

Give Resolve a try, or convert the AVCHD format to MP4 if you still want to use HitFilm Express or purchase the Premium Formats package.

That is not dead which can eternal lie.  And with strange aeons even death may die. - The Call of Cthulhu

A university is not a "safe space". If you need a safe space, leave, go home, hug your teddy & suck your thumb until ready for university.  - Richard Dawkins

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121696
Share on other sites

Link to post
Share on other sites

12 minutes ago, m2234323 said:

did not work no sound in resolver

 

Alright, so it seems quite a number of editors do not like dealing with MTS files.  I've used them in Premiere without any problems.  Convert it to something else then.

 

Read this discussion, they also give a link to what might be a good converter.

https://forum.blackmagicdesign.com/viewtopic.php?t=40667

 

https://forum.blackmagicdesign.com/viewtopic.php?f=3&t=859

That is not dead which can eternal lie.  And with strange aeons even death may die. - The Call of Cthulhu

A university is not a "safe space". If you need a safe space, leave, go home, hug your teddy & suck your thumb until ready for university.  - Richard Dawkins

Link to comment
https://linustechtips.com/topic/715266-avchd-workflow-on-pc/#findComment-9121723
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×