Question / Help [Recording w/OBS] Only Audio appears when placing MP4 in Camtasia Studio 8

Status
Not open for further replies.

RmuinyEG

New Member
It seems like whenever I finish a recording and want to place it in an editor such as Camtasia Studio 8, it will only give me audio. I have CFR on and I use the codec of AAC. Any help? I can't do anything but listen to the audio in the editor, but I can still see the video on any media player.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
Try remuxing the file and see if it changes anything, some editing programs can't really deal with 64bit MP4 containers.

ffmpeg -i [my file].mp4 -vcodec copy -acodec copy [new file].mp4
 

RmuinyEG

New Member
Try remuxing the file and see if it changes anything, some editing programs can't really deal with 64bit MP4 containers.

ffmpeg -i [my file].mp4 -vcodec copy -acodec copy [new file].mp4
Can you be more specific? I don't really understand what you mean by ffmpeg-i [my file].mp4 - vcodec copy -acodec copy [new file].mp4
 
Last edited by a moderator:

Lain

Forum Admin
Lain
Forum Moderator
Developer
You get FFmpeg and run that in a command line to convert your file to the target format.
 

Sapiens

Forum Moderator
@Tom Sonza OBS Classic is no longer in development. OBS Studio has had a remuxing option for a very long time. This thread is also from 2014, please don't revive super old threads. Thanks.
 
Status
Not open for further replies.
Top