Page 1 of 1

Transcode software to copy a working Video file to another

PostPosted: Tue Jun 21, 2016 12:37 am
by jt41time
Im looking for a way to transcode all/some of my videos using another video as a template......

I have a couple movies that play perfect on my TV and then some dont at all. I want to change them so they all play.

Is this possible?

Re: Transcode software to copy a working Video file to anoth

PostPosted: Tue Jun 21, 2016 1:23 am
by jhb50
Better to figure out why they don't play. Post ffmpeg output for them and debug log of play attempt. See my sig for how.

Re: Transcode software to copy a working Video file to anoth

PostPosted: Tue Jun 21, 2016 1:54 am
by jt41time
Most of play. Just a lot of them skip. Or audio not synced.

Re: Transcode software to copy a working Video file to anoth

PostPosted: Tue Jun 21, 2016 4:08 am
by DenyAll
Try remuxing them first - a lot less time/processor consuming than transcoding and often fixes time code issues (particularly on AVI's). Either use WinHelper (see signature) to remux to the same container, or do it manually using ffmpeg:

ffmpeg -i sourcefile.avi -c copy -map 0 destfile.avi

(make sure the extension type remains the same - .avi in the above example, but modify for your needs). If this doesn't work, send through ffmpeg details as per jhb50's post.

Re: Transcode software to copy a working Video file to anoth

PostPosted: Wed Feb 10, 2021 9:29 am
by christopdouglas
I'm looking for a way to transcode all/some of my videos using another domyessay video as a template.....


If you still need this you may try using the directTV DVR (as I heard it supposedly transcodes everything). Still not sure that's the best solution...

Re: Transcode software to copy a working Video file to anoth

PostPosted: Mon Oct 11, 2021 10:07 am
by jeffrey1gardner
While you can easily change the behavior of transcode-video to generate MP4 format with a command line option, it's sometimes handy to convert between formats quickly without re-transcoding.